-
-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
32 lines (32 loc) · 967 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
{
"scripts": {
"server": "npx shadow-cljs server",
"start": "npx expo start",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"web": "npx expo start --web",
"web-only": "npx expo start --web-only",
"release": "npx shadow-cljs release app",
"eject": "npx expo eject",
"eas-build-pre-install": "bash eas-build-pre-install.sh",
"eas-build-post-install": "npx shadow-cljs release app"
},
"dependencies": {
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"create-react-class": "^15.7.0",
"expo": "^48.0.19",
"expo-cli": "^6.3.8",
"expo-status-bar": "^1.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.71.8",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-web": "^0.18.12"
},
"devDependencies": {
"shadow-cljs": "^2.23.3"
},
"private": true
}