forked from Panchalparth471/SAP-HACKATHON
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.86 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.86 KB
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
57
58
59
{
"name": "cvmu",
"license": "0BSD",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/poppins": "^0.2.3",
"@expo/metro-runtime": "~4.0.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-firebase/app": "^21.10.0",
"@react-native-firebase/messaging": "^21.10.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/stack": "^7.1.1",
"axios": "^1.7.9",
"expo": "~52.0.31",
"expo-constants": "^17.0.5",
"expo-crop-image": "^0.2.1",
"expo-dev-client": "~5.0.12",
"expo-font": "^13.0.3",
"expo-image-manipulator": "~13.0.6",
"expo-image-picker": "~16.0.5",
"expo-linking": "^7.0.5",
"expo-notifications": "~0.29.13",
"expo-splash-screen": "^0.29.21",
"expo-status-bar": "~2.0.1",
"firebase": "^11.3.1",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-native-dotenv": "^3.4.11",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.23.0",
"react-native-image-crop-picker": "^0.42.0",
"react-native-image-picker": "^8.0.0",
"react-native-picker-select": "^9.3.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "^4.6.0",
"react-native-svg": "^15.11.1",
"react-native-svg-transformer": "^1.5.0",
"react-native-text-recognition": "^1.0.2",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "~0.19.13",
"expo-document-picker": "~13.0.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"tailwindcss": "^3.4.17"
},
"private": true
}