-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
44
{
"name": "crates-n-craters",
"version": "0.4.17",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"test": "expo start --no-dev --minify",
"ios": "expo run:ios",
"web": "expo start --web",
"eas-build-pre-install": "npm config set legacy-peer-deps true",
"build": "eas build -p android --profile preview",
"store-build": "npm version patch && eas build -p android",
"prune-exports": "ts-prune"
},
"dependencies": {
"expo": "^52.0.0",
"expo-av": "~15.0.1",
"expo-font": "~13.0.2",
"expo-navigation-bar": "~4.0.6",
"expo-splash-screen": "~0.29.19",
"expo-status-bar": "~2.0.0",
"firebase": "^10.6.0",
"heapify": "github:StefanTodoran/javascript-minqueue#release",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-mmkv": "^2.11.0",
"react-native-svg": "15.8.0",
"react-native-toast-message": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/firebase": "^3.2.1",
"@types/react": "~18.3.12",
"expo-dev-client": "~5.0.8",
"expo-updates": "~0.26.11",
"graphql": "^16.8.1",
"ts-prune": "^0.10.3",
"typescript": "~5.3.3"
},
"private": true,
"expo": {
"name": "Crates & Craters"
}
}