-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
43 lines (43 loc) · 1.24 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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.10",
"angle-normals": "^1.0.0",
"art": "^0.10.1",
"buffer": "^5.6.0",
"bunny": "^1.0.1",
"expo": "^50.0.7",
"expo-camera": "~14.0.5",
"expo-gl": "~13.6.0",
"expo-linear-gradient": "~12.7.2",
"gl-mat4": "^1.1.4",
"gl-react": "^3.13.0",
"gl-react-expo": "^3.16.3",
"lodash": "^4.17.19",
"matter-js": "^0.13.0",
"react": "18.2.0",
"react-motion": "^0.5.0",
"react-native": "0.73.4",
"react-native-animatable": "^1.2.2",
"react-native-donkey-kong": "^0.5.1",
"react-native-extended-stylesheet": "git+https://github.com/bberak/react-native-extended-stylesheet.git",
"react-native-game-engine": "^1.1.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"regl": "^1.3.0",
"save": "^2.4.0"
},
"devDependencies": {
"babel-preset-expo": "^10.0.0"
}
}