-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.07 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
{
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/plugin-markdown-hint": "2.0.0-rc.57",
"@vuepress/plugin-markdown-image": "2.0.0-rc.57",
"@vuepress/plugin-shiki": "2.0.0-rc.57",
"sass-embedded": "^1.80.5",
"vue": "^3.5.12",
"vuepress": "2.0.0-rc.18",
"vuepress-plugin-search-pro": "2.0.0-rc.59",
"vuepress-theme-hope": "2.0.0-rc.59"
},
"name": "freebsd-book",
"description": "Alex11 的 FreeBSD 手册",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vuepress-vite build book",
"dev": "vuepress-vite dev book",
"clean-dev": "vuepress-vite dev book --clean-cache",
"update-package": "pnpm dlx vp-update",
"info": "vuepress info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alex6357/freebsd-book.git"
},
"author": "",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/Alex6357/freebsd-book/issues"
},
"homepage": "https://github.com/Alex6357/freebsd-book#readme"
}