forked from EvanBacon/Expo-Crossy-Road
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 957 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
{
"name": "bouncy-bacon",
"version": "0.0.0",
"description": "The infinite retro bouncer you'll never need to put down",
"author": "Evan Bacon",
"sideEffects": false,
"private": false,
"scripts": {
"serve": "npx serve ./web-build",
"build:web": "expo build:web",
"start:web": "expo start:web",
"deploy:web": "netlify deploy --prod --dir web-build"
},
"devDependencies": {
"@expo/webpack-config": "^0.11.1",
"babel-preset-expo": "^8.0.0"
},
"dependencies": {
"@tweenjs/tween.js": "^17.2.0",
"expo": "^35.0.1",
"expo-asset": "^7.0.0",
"expo-av": "^7.0.0",
"expo-gl": "^7.0.0",
"expo-sharing": "^7.0.0",
"expo-three": "5.4.0",
"gsap": "^2.0.2",
"react": "^16.8.6",
"react-dom": "^16.8.4",
"react-native": "^0.59.0",
"react-native-appearance": "^0.3.1",
"react-native-safe-area-context": "^0.6.0",
"react-native-web": "^0.11.1",
"three": "^0.110.0"
}
}