-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 875 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 875 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
{
"name": "griefdefender-document",
"version": "2.0.0",
"description": "A documentation/wiki for GriefDefender",
"license": "MIT",
"scripts": {
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:dev": "vuepress dev docs",
"serve": "vite serve ./dist"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.20",
"@vuepress/plugin-git": "^2.0.0-rc.21",
"@vuepress/plugin-slimsearch": "2.0.0-rc.80",
"reveal.js": "^5.1.0",
"sass-embedded": "^1.85.1",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.20",
"vuepress-plugin-remove-html-extension": "^1.17.0",
"vuepress-theme-hope": "2.0.0-rc.73"
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b"
}