-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 853 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 853 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
{
"type": "module",
"private": true,
"packageManager": "pnpm@10.2.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",
"preview": "cd demo && vite preview --host",
"lint": "eslint . --ignore-pattern '**/*.md'",
"release": "cd theme && git add -A && bumpp",
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},
"devDependencies": {
"@antfu/eslint-config": "^4.1.1",
"@unocss/eslint-plugin": "^65.4.3",
"bumpp": "^10.0.2",
"eslint": "^9.19.0",
"eslint-plugin-format": "^1.0.1",
"taze": "^18.4.0",
"typescript": "^5.7.3",
"valaxy-theme-antfu": "workspace:*",
"vue-tsc": "^2.2.0"
}
}