-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.21 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.21 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
{
"name": "tasktopia",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-three/drei": "^9.76.0",
"@react-three/fiber": "^8.13.3",
"dotenv": "^16.3.1",
"expo": "~48.0.18",
"expo-cli": "^6.3.8",
"expo-file-system": "^15.2.2",
"expo-font": "^11.1.1",
"expo-gl": "~12.4.0",
"expo-status-bar": "~1.4.4",
"expo-three": "^7.0.0",
"firebase": "^9.22.2",
"r3f-native-orbitcontrols": "^1.0.7",
"react": "18.2.0",
"react-hook-form": "^7.44.3",
"react-native": "0.71.8",
"react-native-dotenv": "^3.4.9",
"react-native-keychain": "^8.1.1",
"react-native-modal": "^13.0.1",
"react-native-progress": "^5.0.0",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-vector-icons": "^9.2.0",
"three": "^0.153.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}