forked from 9-coding/CLO-C_app
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.63 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.63 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
{
"name": "cloc",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/webpack-config": "^18.1.3",
"@react-native-firebase/storage": "^17.4.2",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"@react-oauth/google": "^0.12.1",
"axios": "^1.6.2",
"deprecated-react-native-prop-types": "^5.0.0",
"expo": "^49.0.21",
"expo-auth-session": "~5.0.2",
"expo-camera": "~13.4.4",
"expo-image-picker": "~14.3.2",
"expo-location": "~16.1.0",
"expo-random": "~13.2.0",
"expo-splash-screen": "^0.10.3",
"expo-status-bar": "~1.6.0",
"firebase": "^10.7.0",
"firestore": "^1.1.6",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.72.6",
"react-native-calendars": "^1.1302.0",
"react-native-camera": "^4.2.1",
"react-native-image-picker": "^7.0.3",
"react-native-paper": "^5.11.1",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "^4.7.4",
"react-native-screens": "^3.29.0",
"react-native-splash-screen": "^3.3.0",
"react-native-star-rating": "^1.0.8",
"react-native-star-rating-widget": "^1.7.3",
"react-native-status-bar-height": "^2.6.0",
"react-native-swiper": "^1.6.0",
"react-native-vector-icons": "^10.0.2",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}