-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
47 lines (47 loc) · 1.71 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
46
47
{
"name": "goforeat_app",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"bundle-ios": "node node_modules/react-native/local-cli/cli.js bundle --entry-file index.js --platform ios --dev false --bundle-output ./ios/bundle/main.jsbundle --assets-dest ./ios/bundle",
"bundle-android": "node node_modules/react-native/local-cli/cli.js bundle --entry-file index.js --bundle-output ./android/app/src/main/assets/index.android.jsbundle --platform android --assets-dest ./android/app/src/main/res/ --dev false"
},
"dependencies": {
"appcenter-push": "^1.3.0",
"axios": "^0.17.1",
"js-md5": "^0.7.3",
"native-base": "^2.3.7",
"react": "16.2.0",
"react-native": "0.52.2",
"react-native-code-push": "^5.2.1",
"react-native-fs": "^2.9.11",
"react-native-image-picker": "^0.26.7",
"react-native-image-progress": "^1.1.0",
"react-native-interactable": "^0.1.10",
"react-native-picker": "^4.3.5",
"react-native-popup-dialog": "^0.11.46",
"react-native-progress": "^3.4.0",
"react-native-root-toast": "^3.0.1",
"react-native-share": "^1.0.27",
"react-native-snap-carousel": "^3.6.0",
"react-native-splash-screen": "^3.0.6",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.0.0-beta.27",
"react-navigation-redux-helpers": "^1.0.3",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"uuid": "^3.2.1"
},
"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"
}
}