-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.03 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
{
"name": "vite-react-ts-powersync-supabase",
"private": false,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev:ui": "vite",
"dev:powersync": "docker compose -f docker/compose.yaml up -d",
"dev:supabase": "supabase start",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@journeyapps/wa-sqlite": "^1.4.1",
"@powersync/react": "^1.8.2",
"@powersync/web": "^1.30.0",
"@supabase/supabase-js": "^2.87.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"vite-plugin-wasm": "^3.4.1"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"eslint": "^9.38.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.4.0",
"supabase": "^2.53.6",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.12"
}
}