-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.49 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
{
"name": "quickmeal",
"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",
"ts:check": "tsc"
},
"dependencies": {
"@expo-google-fonts/lato": "^0.2.3",
"@expo-google-fonts/oswald": "^0.2.3",
"@expo/vector-icons": "^14.0.0",
"@expo/webpack-config": "^19.0.1",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"camelize": "^1.0.1",
"expo": "~50.0.5",
"expo-font": "~11.10.2",
"expo-status-bar": "~1.11.1",
"firebase": "^10.8.0",
"lottie-react-native": "6.5.1",
"react": "18.2.0",
"react-native": "0.73.2",
"react-native-gesture-handler": "~2.14.0",
"react-native-maps": "^1.10.1",
"react-native-paper": "^5.12.3",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-native-webview": "^13.7.1",
"styled-components": "^6.1.8",
"expo-camera": "~14.0.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/camelize": "^1.0.0",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.0.10",
"@types/react-native": "^0.73.0",
"@types/styled-components": "^5.1.34",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"private": true
}