-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.72 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
51
52
53
54
55
56
{
"name": "chewing",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.3",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/app": "^21.6.1",
"@react-native-firebase/messaging": "^21.6.1",
"@react-native-picker/picker": "^2.9.0",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"axios": "^1.7.8",
"expo": "~52.0.0",
"expo-app-loading": "^2.1.1",
"expo-apple-authentication": "~7.1.2",
"expo-auth-session": "~6.0.0",
"expo-image-picker": "~16.0.3",
"expo-secure-store": "^14.0.0",
"expo-splash-screen": "~0.29.13",
"expo-status-bar": "~2.0.0",
"lottie-ios": "^3.1.8",
"lottie-react-native": "7.1.0",
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "^1.11.0",
"react-native-modal": "^13.0.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-shadow-2": "^7.1.0",
"react-native-vector-icons": "^10.2.0",
"styled-components": "^6.1.13",
"uuid": "^11.0.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.9.1",
"@types/react": "~18.3.12",
"@types/react-dom": "^18.3.1",
"prettier": "^3.1.0",
"typescript": "^5.3.3"
},
"private": true
}