-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 927 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "NTUSTapp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"buffer": "^5.1.0",
"cheerio": "^0.22.0",
"events": "^3.0.0",
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-elements": "^1.0.0-beta5",
"react-native-material-dropdown": "^0.11.1",
"react-native-material-textfield": "^0.12.0",
"react-native-modal": "^6.4.0",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-snackbar": "^0.4.7",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.6.2",
"rn-fetch-blob": "^0.10.11",
"stream": "0.0.2"
},
"devDependencies": {
"babel-jest": "23.2.0",
"babel-preset-react-native": "^5",
"jest": "23.3.0",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
}
}