forked from imzyb/MiSub
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 706 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 706 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
{
"name": "misub-vue",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check-pwa": "node check-pwa.js",
"build-pwa": "vite build && echo PWA build completed!"
},
"dependencies": {
"clsx": "^2.1.1",
"js-yaml": "^4.1.0",
"pinia": "^3.0.3",
"vue": "^3.5.18",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.12",
"@vitejs/plugin-vue": "^6.0.1",
"miniflare": "^4.20250803.0",
"postcss": "^8.4.38",
"tailwindcss": "^4.1.12",
"vite": "^7.1.2",
"vite-plugin-pwa": "^1.0.3",
"workbox-window": "^7.3.0"
}
}