-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.95 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.95 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "dream-stream",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "echo 'No tests configured yet' && exit 0",
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit",
"seed": "npx supabase db execute --file supabase/seed.sql",
"build:ios": "eas build --platform ios",
"build:android": "eas build --platform android",
"postinstall": "patch-package"
},
"dependencies": {
"@expo-google-fonts/courier-prime": "^0.4.1",
"@expo/vector-icons": "^15.0.3",
"@kingstinct/react-native-healthkit": "^13.1.0",
"@react-native-async-storage/async-storage": "2.2.0",
"@supabase/supabase-js": "^2.90.1",
"expo": "~54.0.31",
"expo-av": "~16.0.8",
"expo-build-properties": "^1.0.10",
"expo-constants": "^18.0.13",
"expo-font": "^14.0.10",
"expo-linking": "^8.0.11",
"expo-router": "^6.0.21",
"expo-splash-screen": "^31.0.13",
"expo-status-bar": "~3.0.9",
"meyda": "^5.6.3",
"nativewind": "^4.2.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "^2.30.0",
"react-native-health-connect": "^3.5.0",
"react-native-reanimated": "^4.2.1",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "^4.19.0",
"react-native-web": "^0.21.0",
"tailwindcss": "^3.4.19"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@eslint/js": "^9.39.2",
"@types/meyda": "^4.3.8",
"@types/node": "^25.0.5",
"@types/react": "~19.1.0",
"@types/react-native": "^0.72.8",
"eslint": "^9.39.2",
"eslint-config-expo": "^10.0.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"patch-package": "^8.0.1",
"prettier": "^3.7.4",
"typescript": "~5.9.2",
"typescript-eslint": "^8.52.0"
},
"private": true
}