-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.85 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.85 KB
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
{
"name": "g2gmobile",
"version": "0.0.0",
"description": "Hello Expo!",
"author": "GreenToGo",
"private": true,
"main": "main.js",
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-transform-flow-strip-types": "^7.6.3",
"@babel/plugin-transform-react-jsx-source": "^7.5.0",
"@expo/vector-icons": "^10.0.0",
"@react-native-community/datetimepicker": "3.0.0",
"axios": "^0.19.0",
"babel-preset-expo": "^8.3.0",
"expo": "^39.0.0",
"expo-av": "~8.6.0",
"expo-camera": "~9.0.0",
"expo-constants": "~9.2.0",
"expo-permissions": "~9.3.0",
"mobx": "^3.1.16",
"mobx-react": "^4.1.8",
"native-base": "^2.13.8",
"react": "16.13.1",
"react-mixin": "^5.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
"react-native-dotenv": "^0.2.0",
"react-native-gesture-handler": "~1.7.0",
"react-native-maps": "0.27.1",
"react-native-open-maps": "^0.3.4",
"react-native-push-notification": "^3.1.9",
"react-native-reanimated": "~1.13.0",
"react-native-simple-store": "^1.3.0",
"react-native-webview": "10.7.0",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^1.9.4",
"react-timer-mixin": "^0.13.4",
"expo-screen-orientation": "~2.0.0",
"expo-device": "~2.3.0"
},
"scripts": {
"start": "expo start -c",
"setup": "npm install -g expo-cli && npm install",
"ngrok": "node ngrok.js",
"lint": "./node_modules/.bin/eslint ./components",
"fix": "./node_modules/.bin/eslint ./components --fix"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"expo-cli": "^3.28.6",
"ngrok": "^3.2.5"
}
}