-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.82 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
48
49
50
51
52
{
"name": "Foodsy",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-jest": "22.0.6",
"babel-preset-react-native-stage-0": "^1.0.1",
"fs-extra": "^4.0.2",
"jest": "22.0.6",
"react-test-renderer": "16.2.0",
"replace-in-file": "^3.0.0"
},
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"rename": "node ./bin/rename.js",
"start": "react-native start",
"test": "jest",
"debug-build": "fastlane android debug",
"debug-emulator": "adb -s emulator-5554 uninstall com.acttoday.food; adb -s emulator-5554 install ./android/app/build/outputs/apk/debug/app-debug.apk; adb -s emulator-5554 reverse tcp:8081 tcp:8081",
"debug-phone": "adb -s ZY322QP6KT uninstall com.acttoday.food; adb -s ZY322QP6KT install ./android/app/build/outputs/apk/debug/app-debug.apk; adb -s ZY322QP6KT reverse tcp:8081 tcp:8081"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"apollo-cache-inmemory": "^1.2.5",
"apollo-client": "^2.3.5",
"apollo-link": "^1.2.2",
"apollo-link-error": "^1.1.0",
"apollo-link-http": "^1.5.4",
"expo": "^31.0.6",
"fbjs": "^0.8.16",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"react": "^16.3.1",
"react-apollo": "^2.1.6",
"react-native": "^0.55.4",
"react-native-calendars": "^1.20.0",
"react-native-carousel-pager": "^1.5.0",
"react-native-device-info": "^0.22.2",
"react-native-elements": "^0.19.1",
"react-native-firebase": "^4.1.0",
"react-native-image-fallback": "0.0.4",
"react-native-modal-date-picker": "^1.0.3",
"react-native-modal-datetime-picker": "^6.0.0",
"react-native-simple-time-picker": "^0.2.0",
"react-native-snap-carousel": "^3.7.5",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.8.0"
}
}