-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 949 Bytes
/
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
{
"name": "maze",
"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",
"eject": "expo eject"
},
"dependencies": {
"@reduxjs/toolkit": "^1.7.2",
"@tweenjs/tween.js": "^18.6.4",
"@unimodules/core": "~7.2.0",
"axios": "^0.25.0",
"expo": "~44.0.0",
"expo-asset": "^8.4.6",
"expo-gl": "^11.1.1",
"expo-status-bar": "~1.2.0",
"expo-three": "^6.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-reanimated": "^2.4.1",
"react-native-web": "0.17.1",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"react-redux": "^7.2.6",
"three": "^0.127.0",
"three-orbit-controls": "^82.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}