forked from Korepi/korepi-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 726 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 726 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
{
"name": "korepi-docs",
"version": "2.2.0",
"description": "korepi docs website",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/client": "2.0.0-rc.0",
"vue": "^3.3.9",
"vuepress": "2.0.0-rc.0",
"vuepress-plugin-feed2": "2.0.0-rc.0",
"vuepress-theme-hope": "2.0.0-rc.0"
},
"dependencies": {
"@vuepress/plugin-docsearch": "2.0.0-rc.0",
"@vuepress/plugin-google-analytics": "2.0.0-rc.0",
"pnpm": "^8.12.1",
"vuepress-plugin-redirect": "2.0.0-rc.0"
}
}