-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
35 lines (35 loc) · 987 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": "sunset-cyberspace",
"version": "0.0.0",
"description": "Hello Expo!",
"author": null,
"private": true,
"scripts": {
"deploy:native": "npx expo publish",
"deploy": "netlify deploy --dir web-build/ --prod"
},
"dependencies": {
"expo": "^35.0.0",
"expo-av": "^7.0.0",
"expo-gl": "^7.0.0",
"expo-graphics": "^1.1.0",
"expo-three": "^5.1.0",
"gsap": "^2.1.3",
"improved-noise": "^0.0.3",
"react": "16.9.0",
"react-dom": "^16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-animatable": "^1.3.2",
"react-native-gesture-handler": "^1.4.1",
"react-native-safe-area-context": "^0.3.6",
"react-native-typewriter": "^0.6.2",
"react-native-web": "^0.11.7",
"react-navigation": "^4.0.7",
"react-navigation-stack": "^1.9.0",
"three": "^0.108.0",
"tween.js": "^16.6.0"
},
"devDependencies": {
"babel-preset-expo": "^7.0.0"
}
}