-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.56 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
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo/ngrok": "^2.4.3",
"@mapbox/mapbox-sdk": "^0.12.1",
"@react-native-community/masked-view": "0.1.10",
"@react-native-firebase/app": "^14.2.1",
"@react-native-firebase/auth": "^14.2.1",
"@react-native-mapbox-gl/maps": "8.0.0",
"@react-native-picker/picker": "^1.15.0",
"@react-navigation/drawer": "^5.12.4",
"@react-navigation/native": "^5.9.3",
"expo": "^41.0.0",
"expo-splash-screen": "^0.10.2",
"expo-status-bar": "~1.0.4",
"expo-updates": "~0.5.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "~0.63.4",
"react-native-dotenv": "^2.5.5",
"react-native-gesture-handler": "~1.10.2",
"react-native-reanimated": "~2.1.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-unimodules": "~0.13.3",
"react-native-web": "~0.13.12"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@types/mapbox__mapbox-sdk": "^0.11.1",
"@types/react": "~16.9.35",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.2",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint": "^7.24.0",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"typescript": "~4.0.0"
},
"private": true,
"name": "MountainApp",
"version": "1.0.0"
}