-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1001 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1001 Bytes
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
{
"name": "perkalert",
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"@react-navigation/native": "^7.3.4",
"@react-navigation/native-stack": "^7.17.6",
"@supabase/supabase-js": "^2.108.2",
"expo": "^54.0.35",
"expo-constants": "~18.0.13",
"expo-location": "~19.0.8",
"expo-notifications": "~0.32.17",
"expo-status-bar": "~3.0.9",
"expo-task-manager": "~14.0.9",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-url-polyfill": "^3.0.0"
},
"devDependencies": {
"@types/react": "~19.1.10",
"typescript": "~5.9.2"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"check:supabase": "node --env-file=.env scripts/check-supabase.mjs",
"check:places": "node --env-file=.env scripts/check-places.mjs"
},
"private": true
}