-
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) · 873 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 873 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": "service-worker-ts",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint ."
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.3.0",
"@types/node": "^25.3.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"tslib": "^2.8.1",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-typescript": "^1.0.4"
},
"dependencies": {
"@sqlite.org/sqlite-wasm": "^3.51.2-build6",
"@tanstack/react-query": "^4.43.0",
"eslint": "^9.39.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"jiti": "^2.6.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"typescript-eslint": "^8.56.1",
"vite-plugin-static-copy": "^3.2.0"
}
}