generated from hcp-uw/native-node-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 850 Bytes
/
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
{
"name": "uw-campus-compass",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-firebase/app": "^18.8.0",
"@rnmapbox/maps": "^10.1.11",
"expo": "~50.0.6",
"expo-dev-client": "~3.3.8",
"expo-status-bar": "~1.11.1",
"firebase": "^10.8.0",
"ionicons": "^7.3.1",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-firebase": "^5.6.0",
"react-native-icons": "^0.7.1",
"react-native-tailwindcss": "^1.1.11",
"@expo/vector-icons": "^14.0.0",
"react-native-vector-icons": "10.0.3",
"expo-checkbox": "~2.7.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}