-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.64 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": "chomeoapp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/stack": "^7.1.1",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"expo": "~52.0.23",
"expo-font": "~13.0.2",
"expo-splash-screen": "~0.29.18",
"expo-status-bar": "~2.0.0",
"express": "^4.21.2",
"firebase": "^11.1.0",
"fuse.js": "^7.0.0",
"jsonwebtoken": "^9.0.2",
"mysql": "^2.18.1",
"mysql2": "^3.12.0",
"react": "18.3.1",
"react-hook-form": "^7.54.2",
"react-native": "0.76.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-image-picker": "^7.2.3",
"react-native-linear-gradient": "^2.8.3",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "~3.16.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-uuid": "^2.0.3",
"react-native-vector-icons": "^10.2.0",
"yup": "^1.6.1",
"expo-image-picker": "~16.0.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@react-native-community/cli": "^15.1.3",
"eslint": "^9.17.0",
"eslint-plugin-react-native": "^5.0.0"
},
"private": true
}