-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.24 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
64
65
66
67
68
69
70
71
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"cypress:open": "cypress open",
"web:e2e:ci": "cypress run --record --key 7770fbfa-7510-40cf-a17e-d217a16ca9d4",
"web:e2e": "start-server-and-test web http://localhost:19006 web:e2e:ci"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@egjs/hammerjs": "^2.0.17",
"@expo/samples": "~36.0.0",
"@expo/vector-icons": "^10.0.6",
"@react-navigation/web": "~1.0.0-alpha.9",
"axios": "^0.19.2",
"concurrently": "^5.2.0",
"cors": "^2.8.5",
"expo": "~36.0.0",
"expo-asset": "~8.0.0",
"expo-constants": "~8.0.0",
"expo-font": "~8.0.0",
"expo-image-picker": "^8.0.2",
"expo-web-browser": "~8.0.0",
"express": "^4.17.1",
"form-data": "^3.0.0",
"hammerjs": "^2.0.8",
"link": "^0.1.5",
"mongodb": "^3.5.4",
"native-base": "2.13.8",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
"react-native-elements": "^1.2.7",
"react-native-gesture-handler": "~1.5.0",
"react-native-image-picker": "^2.3.1",
"react-native-image-slider-box": "^1.0.12",
"react-native-maps": "^0.26.1",
"react-native-reanimated": "~1.4.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native-show-more-button": "^1.0.2",
"react-native-snap-carousel": "^3.9.1",
"react-native-star-rating": "^1.1.0",
"react-native-web": "~0.11.7",
"react-navigation": "~4.0.10",
"react-navigation-hooks": "^1.1.0",
"react-navigation-stack": "~1.10.3",
"react-navigation-tabs": "~2.6.2",
"yarn": "^1.22.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"babel-preset-expo": "~8.0.0",
"cypress": "^4.5.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-standard": "^4.0.1",
"jest-expo": "~36.0.1",
"start-server-and-test": "^1.11.0"
},
"private": true
}