-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.6 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.6 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
{
"name": "rockclimbingapp",
"license": "0BSD",
"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/metro-runtime": "~4.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/slider": "^4.5.5",
"@react-native-firebase/app": "^21.6.1",
"@react-native-firebase/firestore": "^21.6.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@react-navigation/stack": "^7.1.0",
"@shopify/react-native-skia": "1.5.0",
"dotenv": "^16.4.7",
"expo": "~52.0.20",
"expo-build-properties": "~0.13.2",
"expo-dev-client": "~5.0.8",
"expo-status-bar": "~2.0.0",
"firebase": "^11.1.0",
"nanoid": "^5.0.9",
"react": "18.3.1",
"react-dom": "^18.3.1",
"react-native": "0.76.7",
"react-native-color-wheel": "^0.1.7",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "~2.20.2",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-reanimated": "^3.16.5",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "~0.19.13",
"twrnc": "^4.6.0",
"victory-native": "^36.4.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}