-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 902 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
{
"name": "qinghe-blog",
"type": "module",
"version": "1.0.0",
"description": "青何博客",
"author": "SingleMoonlight <winston.wyx@foxmail.com>",
"license": "MIT",
"engines": {
"node": "^18.20.0 || >=20.0.0"
},
"scripts": {
"dev": "vuepress dev docs",
"dev-clean": "vuepress dev docs --clean-cache --clean-temp",
"build": "vuepress build docs --clean-cache --clean-temp",
"preview": "http-server docs/.vuepress/dist",
"vp-update": "vp-update",
"yuque-exporter": "yuque-exporter"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.19",
"http-server": "^14.1.1",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-plume": "1.0.0-rc.126"
},
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"@singlemoonlight/yuque-exporter": "^1.0.7",
"sass-embedded": "^1.79.4"
}
}