forked from soybeanjs/soybean-admin-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 964 Bytes
/
package.json
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
{
"name": "soybean-admin-docs",
"version": "0.9.7",
"description": "soybean-admin中后台管理系统的说明文档",
"author": {
"name": "Soybean",
"email": "[email protected]",
"url": "https://github.com/soybeanjs"
},
"license": "MIT",
"homepage": "https://github.com/honghuangdc/soybean-admin-docs",
"repository": {
"url": "https://github.com/honghuangdc/soybean-admin-docs.git"
},
"bugs": {
"url": "https://github.com/honghuangdc/soybean-admin-docs/issues"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"serve": "vitepress serve",
"commit": "pnpm soy git-commit",
"lint": "eslint . --fix",
"format": "pnpm soy prettier-write",
"ncu": "soy ncu"
},
"devDependencies": {
"@soybeanjs/cli": "0.7.4",
"@types/node": "20.8.9",
"eslint": "8.52.0",
"eslint-config-soybeanjs": "0.5.7",
"typescript": "5.2.2",
"vitepress": "1.0.0-rc.24"
}
}