-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 949 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 949 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
36
{
"name": "CNode",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"color": "^3.0.0",
"lodash": "^4.17.4",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"moment": "^2.20.1",
"native-base": "^2.3.7",
"react": "16.2.0",
"react-native": "0.52.1",
"react-native-camera": "^1.0.1",
"react-native-easy-toast": "^1.0.9",
"react-native-fetch-blob": "^0.10.8",
"react-native-material-menu": "^0.2.4",
"react-native-splash-screen": "^3.0.6",
"react-native-storage": "^0.2.2",
"react-navigation": "^1.0.0-beta.27"
},
"devDependencies": {
"babel-jest": "22.1.0",
"babel-preset-react-native": "4.0.0",
"jest": "22.1.4",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}