-
Notifications
You must be signed in to change notification settings - Fork 71
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": "react-supabase-todolist-tanstackdb",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"start": "pnpm build && pnpm preview",
"prepare:isolated:test": "pnpm exec playwright install",
"test:build": "vitest run"
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@journeyapps/wa-sqlite": "^1.6.0",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/x-data-grid": "^6.19.6",
"@powersync/react": "^1.10.0",
"@powersync/web": "^1.37.2",
"@supabase/supabase-js": "^2.39.7",
"@tanstack/db": "^0.6.0",
"@tanstack/powersync-db-collection": "^0.1.38",
"@tanstack/react-db": "^0.1.78",
"formik": "^2.4.6",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"zod": "^3.24.2"
},
"devDependencies": {
"@swc/core": "~1.6.0",
"@testing-library/react": "^16.3.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/browser": "^3.2.4",
"autoprefixer": "^10.4.18",
"babel-loader": "^9.1.3",
"playwright": "^1.51.0",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vite-plugin-pwa": "^0.19.2",
"vitest": "^3.2.4"
}
}