forked from yuchenhecs/WhatToEat-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.39 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
{
"name": "WhatToEat_frontend",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "node node_modules/react-native/local-cli/cli.js bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res && node node_modules/react-native/local-cli/cli.js run-android",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"mobx": "^3.3.2",
"mobx-react": "^4.3.5",
"native-base": "^2.3.3",
"qs": "^6.5.1",
"react": "16.0.0",
"react-native": "0.50.3",
"react-native-actionsheet": "^2.3.0",
"react-native-custom-action-sheet": "0.0.11",
"react-native-custom-actionsheet": "0.0.3",
"react-native-elements": "^0.18.5",
"react-native-maps": "^0.18.3",
"react-native-modalbox": "^1.4.2",
"react-native-popup-dialog": "^0.10.44",
"react-native-star-rating": "^1.0.8",
"react-native-swipe-cards": "^0.1.1",
"react-native-vector-icons": "^4.4.2",
"react-navigation": "^1.0.0-beta.21"
},
"devDependencies": {
"axios": "^0.16.2",
"babel-jest": "21.2.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0",
"why-did-you-update": "^0.1.0"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./fonts/"
]
}
}