-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.17 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.17 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
43
44
45
46
47
48
{
"name": "@wakeadmin/doc",
"version": "0.1.0",
"description": "Wakeadmin 文档网站",
"private": true,
"packageManager": "pnpm@7.33.6",
"engines": {
"node": ">=16.0.0",
"pnpm": "^7.0.0"
},
"scripts": {
"start": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs",
"local-check": "wkstd local-check",
"prebuild": "node ./compose.js",
"update:wakeadmin": "pnpm up -r -L '@wakeadmin/*'",
"prepare": "husky install"
},
"keywords": [
"wakeadmin"
],
"author": "ivan-lee",
"license": "MIT",
"dependencies": {
"@wakeadmin/icons": "^0.1.5",
"@wakeadmin/theme": "^1.1.5",
"eslint-config-wkts": "^0.2.4",
"sass": "^1.69.7",
"typescript": "^4.9.5",
"vitepress": "1.0.0-alpha.4",
"vue": "^3.4.5",
"wkstd": "^0.2.4"
},
"prettier": "prettier-config-wk",
"devDependencies": {
"@wakeadmin/k8s-deploy": "^0.3.0",
"cpx": "^1.5.0",
"eslint": "~8.19.0",
"eslint-config-wk": "^0.1.20",
"eslint-config-wkvue": "^0.2.4",
"fs-extra": "^10.1.0",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"prettier-config-wk": "^0.1.20",
"rimraf": "^3.0.2"
}
}