-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 796 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 796 Bytes
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
{
"name": "my-vuepress-blog",
"type": "module",
"version": "1.0.0",
"description": "",
"author": "ewt45 <79033456+ewt45@users.noreply.github.com>",
"license": "MIT",
"scripts": {
"docs:build": "vuepress build docs --clean-cache --clean-temp",
"docs:dev": "vuepress dev docs",
"docs:dev-clean": "vuepress dev docs --clean-cache --clean-temp",
"docs:preview": "http-server docs/.vuepress/dist",
"vp-update": "npx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.30",
"http-server": "^14.1.1",
"typescript": "^6.0.3",
"vue": "^3.5.34",
"vuepress": "2.0.0-rc.30",
"vuepress-theme-plume": "1.0.0-rc.204"
},
"engines": {
"node": "^20.19.0 || >=22.0.0"
},
"allowScripts": {
"esbuild@0.28.1": true
}
}