forked from hcp-uw/chow-down
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.31 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
{
"name": "chowdown",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "expo run:android",
"eject": "expo eject",
"ios": "expo run:ios",
"start": "expo start --dev-client",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/drawer": "^6.4.3",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.7.0",
"babel-plugin-macros": "^3.1.0",
"expo": "~47.0.14",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"firebase": "^9.16.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.8",
"react-native-gesture-handler": "~2.8.0",
"react-native-maps": "1.3.2",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-stars": "^1.2.2",
"react-native-svg": "13.4.0",
"react-native-web": "~0.18.7",
"expo-build-properties": "~0.4.1"
},
"devDependencies": {
"@babel/core": "^7.19.3"
}
}