-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 873 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 873 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
{
"name": "coldgust",
"version": "2.0.0",
"description": "coldgust's blog",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"docs:build": "vuepress-vite build docs",
"docs:clean-dev": "vuepress-vite dev docs --clean-cache",
"docs:dev": "vuepress-vite dev docs",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.26",
"@vuepress/plugin-revealjs": "2.0.0-rc.121",
"@vuepress/plugin-slimsearch": "2.0.0-rc.121",
"mermaid": "^10.9.5",
"reveal.js": "^5.2.1",
"sass-embedded": "^1.97.2",
"vue": "^3.5.26",
"vuepress": "2.0.0-rc.26",
"vuepress-theme-hope": "2.0.0-rc.102"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}