-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.15 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
{
"name": "valaxy-theme-arknights-workspace",
"type": "module",
"private": true,
"packageManager": "pnpm@10.34.4",
"homepage": "https://arknights.valaxy.site/",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"build": "pnpm build:demo",
"build:demo": "pnpm --dir demo build",
"dev": "pnpm demo",
"demo": "pnpm --dir demo dev",
"lint": "eslint .",
"release": "pnpm --dir theme exec bumpp",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"test": "node scripts/verify-build.mjs",
"check": "pnpm lint && pnpm build && pnpm typecheck && pnpm test",
"pack:theme": "pnpm --dir theme pack --pack-destination ../artifacts"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
"@types/node": "catalog:",
"@unocss/eslint-plugin": "catalog:",
"@vueuse/core": "catalog:",
"bumpp": "catalog:",
"eslint": "catalog:",
"eslint-plugin-format": "catalog:",
"typescript": "catalog:",
"valaxy": "catalog:",
"valaxy-theme-arknights": "workspace:*",
"vite": "catalog:",
"vue": "catalog:",
"vue-i18n": "catalog:",
"vue-router": "catalog:",
"vue-tsc": "catalog:"
}
}