-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 768 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 768 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
{
"name": "web-reader-solid",
"version": "0.1.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@rewrite0/typed-worker": "^0.0.4",
"@solidjs/router": "^0.16.1",
"idb-keyval": "^6.2.2",
"jszip": "^3.10.1",
"mdui": "^2.1.4",
"nanoid": "^5.1.7",
"opfs-tools": "^0.7.4",
"solid-js": "^1.9.5"
},
"devDependencies": {
"@types/node": "^22.13.10",
"@unocss/reset": "^66.1.1",
"typescript": "^5.7.3",
"unocss": "^66.1.1",
"vite": "^6.2.2",
"vitest": "^2.1.8",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-solid": "^2.11.6",
"workbox-precaching": "^7.4.0"
}
}