-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 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
{
"name": "bookshelfnew",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-navigation/native": "^7.0.19",
"@react-navigation/native-stack": "^7.3.3",
"@somesoap/react-native-image-palette": "^1.1.0",
"expo": "~52.0.41",
"expo-gl": "~15.0.4",
"expo-status-bar": "~2.0.1",
"expo-three": "^7.0.0",
"react": "18.3.1",
"react-native": "0.76.7",
"react-native-canvas": "^0.1.40",
"react-native-image-colors": "^2.4.0",
"react-native-safe-area-context": "^5.3.0",
"react-native-screens": "^4.10.0",
"react-native-webview": "^13.13.5",
"three": "^0.166.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tsconfig/react-native": "^3.0.5",
"@types/react": "^19.0.12",
"@types/react-native": "^0.73.0",
"@types/three": "^0.175.0",
"typescript": "^5.8.2"
},
"private": true
}