-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.16 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
53
54
55
56
57
58
59
60
61
62
63
{
"main": "node_modules/expo/AppEntry.js",
"name": "app",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll",
"react-devtools": "react-devtools",
"postinstall": "rndebugger-open",
"build:android": "expo build:android",
"build:ios": "expo build:ios",
"upload:ios": "expo upload:ios",
"upload:android": "expo upload:android --key /Users/neilann/dev/projects/app-sanhanghoa/google-api.json --track production",
"build:android-bundle": "expo build:android -t app-bundle"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/samples": "~3.0.3",
"@expo/vector-icons": "^10.0.3",
"@react-navigation/web": "^1.0.0-alpha.9",
"axios": "^0.19.0",
"expo": "^34.0.1",
"expo-asset": "^6.0.0",
"expo-cli": "^3.13.1",
"expo-constants": "6.0.0",
"expo-font": "~6.0.0",
"expo-linear-gradient": "^6.0.0",
"expo-web-browser": "6.0.0",
"lodash": "^4.17.15",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-easy-toast": "^1.2.0",
"react-native-gesture-handler": "~1.3.0",
"react-native-loading-spinner-overlay": "^1.0.1",
"react-native-radio-buttons-group": "^1.0.7",
"react-native-responsive-screen": "^1.2.2",
"react-native-scalable-image": "^1.0.0",
"react-native-simple-toast": "^0.1.1",
"react-native-web": "^0.11.4",
"react-navigation": "^3.11.0",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-axios-middleware": "^4.0.1",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-preset-expo": "^6.0.0",
"jest-expo": "^34.0.0",
"react-devtools": "^3.6.3",
"react-native-debugger-open": "^0.3.22"
},
"private": true,
"prettier": {
"printWidth": 120,
"tabWidth": 4
}
}