-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 746 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 746 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
{
"type": "module",
"private": true,
"packageManager": "pnpm@10.25.0",
"homepage": "https://valaxy.site",
"scripts": {
"build": "npm run build:demo",
"build:demo": "npm -C demo run build",
"ci:publish": "pnpm -r publish --access public --no-git-checks",
"dev": "npm run demo",
"demo": "npm -C demo run dev",
"lint": "eslint .",
"release": "cd theme && git add -A && bumpp",
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},
"devDependencies": {
"@antfu/eslint-config": "^6.6.1",
"@unocss/eslint-plugin": "^66.5.10",
"bumpp": "^10.3.2",
"eslint": "^9.39.2",
"typescript": "^5.9.3",
"valaxy": "^0.26.10",
"valaxy-theme-gitlink": "workspace:*",
"vue-tsc": "^3.1.8"
}
}