-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.58 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.58 KB
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
49
50
51
{
"name": "birdecho",
"version": "1.0.0",
"main": "./index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint",
"typecheck": "tsc --noEmit",
"build:android": "eas build --platform android --profile production",
"build:ios": "eas build --platform ios --profile production",
"build:all": "eas build --platform all --profile production"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.24.0",
"@sentry/react-native": "^8.8.0",
"@shopify/flash-list": "^2.0.2",
"@tanstack/query-async-storage-persister": "^5.100.9",
"@tanstack/react-query": "^5.99.2",
"@tanstack/react-query-persist-client": "^5.100.9",
"expo": "~54.0.33",
"expo-av": "~16.0.8",
"expo-build-properties": "^55.0.13",
"expo-file-system": "^55.0.19",
"expo-notifications": "~0.32.16",
"expo-router": "~6.0.23",
"expo-secure-store": "~15.0.8",
"expo-sharing": "~14.0.8",
"expo-status-bar": "~3.0.9",
"nativewind": "^4.2.3",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-android-widget": "^0.20.3",
"react-native-css-interop": "0.2.3",
"react-native-maps": "^1.27.2",
"react-native-svg": "15.12.1",
"react-native-view-shot": "^4.0.3",
"victory-native": "^36.9.2",
"zustand": "^5.0.12"
},
"devDependencies": {
"@types/react": "~19.1.0",
"eslint": "^9.39.4",
"eslint-config-expo": "~10.0.0",
"tailwindcss": "^3.4.19",
"typescript": "~5.9.2"
},
"private": true
}