-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"name": "miku-magic-wand",
"version": "2.16.3",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "oxfmt --write --no-error-on-unmatched-pattern",
"lint": "oxlint --fix --type-aware ./**/*.{js,cjs,mjs,ts,jsx,tsx}"
},
"dependencies": {
"@fontsource/material-icons": "^5.2.7",
"file-saver": "^2.0.5",
"he": "^1.2.0",
"js-base64": "^3.7.8",
"json5": "^2.2.3",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"mdui": "^2.1.4",
"vue": "^3.5.31",
"zod": "^4.3.6"
},
"devDependencies": {
"@gkd-kit/api": "^0.8.0",
"@types/file-saver": "^2.0.7",
"@types/he": "^1.2.3",
"@vitejs/plugin-vue": "^6.0.5",
"eslint-plugin-unused-imports": "^4.4.1",
"oxfmt": "^0.42.0",
"oxlint": "^1.57.0",
"oxlint-tsgolint": "^0.18.1",
"typescript": "6.0.2",
"vite": "8.0.3",
"vite-plugin-monkey": "7.1.9"
},
"packageManager": "pnpm@10.33.0",
"web-types": [
"./node_modules/mdui/web-types.zh-cn.json"
]
}