-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.5 KB
/
package.json
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
{
"name": "planets",
"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": {
"@expo/vector-icons": "^13.0.0",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@react-three/drei": "^8.0.0",
"@react-three/fiber": "^8.11.5",
"base64-arraybuffer": "^1.0.2",
"cannon": "^0.6.2",
"expo": "~49.0.8",
"expo-asset": "^8.10.1",
"expo-asset-utils": "^3.0.0",
"expo-av": "~13.4.1",
"expo-file-system": "~15.4.3",
"expo-gl": "^12.4.0",
"expo-haptics": "~12.4.0",
"expo-linear-gradient": "~12.3.0",
"expo-status-bar": "~1.6.0",
"expo-three": "^7.0.0",
"gsap": "^3.12.2",
"r3f-native-orbitcontrols": "^1.0.7",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-gesture-handler": "^2.12.1",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-touchable-scale": "^2.2.0",
"react-native-unimodules": "^0.14.10",
"three": "^0.149.0",
"expo-font": "~11.4.0",
"react-native-svg": "13.9.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/cannon": "^0.1.10",
"@types/react": "~18.0.14",
"@types/three": "^0.155.1",
"babel-plugin-module-resolver": "^5.0.0",
"typescript": "^5.1.3"
},
"private": true
}