-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.39 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
{
"name": "crossy-road",
"version": "0.0.0",
"description": "The infinite retro bouncer you'll never need to put down",
"author": "Dev-Aligator",
"private": false,
"scripts": {
"serve": "npx serve ./web-build",
"build:web": "npx expo export:web",
"start:web": "npx expo start --web",
"deploy:web": "netlify deploy --prod --dir web-build"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@expo/dev-server": "^0.1.124",
"@expo/webpack-config": "^19.0.1",
"@mui/material": "^5.15.17",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-picker/picker": "2.4.8",
"@tweenjs/tween.js": "^17.2.0",
"expo": "~47.0.13",
"expo-app-loading": "~2.1.1",
"expo-asset": "~8.7.0",
"expo-av": "~13.0.3",
"expo-cli": "^6.3.10",
"expo-gl": "~12.0.1",
"expo-sharing": "~11.0.1",
"expo-three": "^6.1.0",
"framer-motion": "^11.2.10",
"gsap": "^2.1.3",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.8",
"react-native-safe-area-context": "4.4.1",
"react-native-web": "~0.18.9",
"react-spinners": "^0.13.8",
"swiper": "^11.1.1",
"three": "^0.138.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/gsap": "^3.0.0",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"typescript": "~4.3.5"
}
}