-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
68 lines (68 loc) · 2.09 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo/vector-icons": "^10.0.6",
"@react-native-community/masked-view": "^0.1.5",
"axios": "^0.19.2",
"eslint-plugin-react-native": "^3.8.1",
"expo": "~36.0.0",
"expo-constants": "~8.0.0",
"expo-font": "~8.0.0",
"expo-image-picker": "~8.0.1",
"expo-location": "~8.0.0",
"expo-permissions": "~8.0.0",
"mobx": "^5.15.4",
"mobx-react": "^5.4.4",
"mobx-react-devtools": "^6.1.1",
"moment": "^2.24.0",
"native-base": "^2.13.8",
"react": "^16.12.0",
"react-dom": "~16.9.0",
"react-native": "^0.61.5",
"react-native-actionsheet": "^2.4.2",
"react-native-dotenv": "^0.2.0",
"react-native-gesture-handler": "~1.5.0",
"react-native-maps": "0.26.1",
"react-native-reanimated": "~1.4.0",
"react-native-safe-area-context": "0.6.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native-web": "~0.11.7",
"react-navigation": "^4.1.0",
"react-navigation-stack": "^2.1.0",
"react-navigation-tabs": "^2.7.0",
"socket.io-client": "^2.3.0",
"expo-mail-composer": "~8.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.8.3",
"babel-eslint": "^10.0.3",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-expo": "~8.0.0",
"babel-preset-mobx": "^2.0.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"prettier": "^1.19.1",
"react-native-dotenv": "^0.2.0"
},
"resolutions": {
"minimist": "1.2.3",
"mem": "4.0.0"
},
"private": true
}