forked from soybeanjs/soybean-admin-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "soybean-admin-docs",
"type": "module",
"version": "1.0.0",
"description": "The documentation of SoybeanAdmin",
"author": {
"name": "Soybean",
"email": "soybeanjs@outlook.com",
"url": "https://github.com/soybeanjs"
},
"license": "MIT",
"homepage": "https://github.com/soybeanjs/soybean-admin-docs",
"repository": {
"url": "https://github.com/soybeanjs/soybean-admin-docs.git"
},
"bugs": {
"url": "https://github.com/soybeanjs/soybean-admin-docs/issues"
},
"engines": {
"node": ">=18.12.0",
"pnpm": ">=8.7.0"
},
"scripts": {
"build": "vitepress build",
"cleanup": "soy cleanup",
"commit": "soy git-commit",
"dev": "vitepress dev --port 1026",
"lint": "eslint . --fix",
"preview": "vite preview",
"release": "soy release",
"serve": "vitepress serve",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"update-pkg": "soy ncu"
},
"devDependencies": {
"@soybeanjs/cli": "1.0.19",
"@soybeanjs/eslint-config": "1.3.7",
"@types/node": "20.14.11",
"eslint": "9.7.0",
"typescript": "5.5.3",
"vitepress": "1.3.1"
}
}