-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
45 lines (45 loc) · 1.52 KB
/
package.json
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
37
38
39
40
41
42
43
44
45
{
"name": "RNEleProject",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"bundle-android": "react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --sourcemap-output android/app/src/main/assets/index.android.map --assets-dest android/app/src/main/res/"
},
"dependencies": {
"axios": "0.18.0",
"babel-plugin-transform-decorators-legacy": "1.3.5",
"create-react-context": "0.2.3",
"dateformat": "3.0.3",
"hoist-non-react-statics": "3.1.0",
"lottie-react-native": "2.3.1",
"mobx": "4.1.1",
"mobx-react": "5.0.0",
"prop-types": "15.6.2",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-animatable": "1.3.0",
"react-native-code-push": "5.4.2",
"react-native-device-info": "0.22.5",
"react-native-image-picker": "0.27.1",
"react-native-image-zoom-viewer": "2.2.23",
"react-native-linear-gradient": "2.4.2",
"react-native-permissions": "1.1.1",
"react-native-read-more-text": "1.1.0",
"react-native-root-siblings": "3.0.0",
"react-native-splash-screen": "3.1.1",
"react-native-vector-icons": "^6.1.0",
"react-navigation": "2.12.1",
"recompact": "3.4.0"
},
"devDependencies": {
"babel-jest": "22.4.3",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.3",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}