-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.42 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.42 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
{
"name": "jobrun-app",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@expo/vector-icons": "^15.1.1",
"@react-native-async-storage/async-storage": "^3.0.1",
"@react-native-community/datetimepicker": "^8.6.0",
"@react-native-community/netinfo": "12.0.1",
"@supabase/supabase-js": "^2.99.0",
"@types/uuid": "^11.0.0",
"expo": "~55.0.5",
"expo-clipboard": "~8.0.8",
"expo-constants": "~18.0.13",
"expo-crypto": "^55.0.9",
"expo-file-system": "~18.0.12",
"expo-image-picker": "^55.0.11",
"expo-linking": "~8.0.11",
"expo-notifications": "^55.0.11",
"expo-router": "~55.0.4",
"expo-sharing": "~13.0.0",
"expo-sqlite": "~55.0.10",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.9",
"posthog-react-native": "^4.37.1",
"react": "19.2.4",
"react-native": "0.84.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.24.0",
"react-native-webview": "^13.16.1",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/react": "~19.2.14",
"@typescript-eslint/parser": "^8.57.0",
"eslint": "^10.0.3",
"typescript": "~5.9.2",
"vitest": "^4.0.18"
},
"private": true
}