forked from OneDragon-Anything/onedragon-anything.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 814 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
{
"name": "onedragon-home",
"description": "Home page of OneDragon",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress-vite build src",
"docs:clean-dev": "vuepress-vite dev src --clean-cache",
"docs:dev": "vuepress-vite dev src",
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/plugin-docsearch": "2.0.0-rc.45",
"@vuepress/plugin-google-analytics": "2.0.0-rc.42",
"@vuepress/plugin-markdown-hint": "2.0.0-rc.46",
"@vuepress/plugin-markdown-image": "2.0.0-rc.46",
"@vuepress/plugin-seo": "2.0.0-rc.46",
"@vuepress/plugin-sitemap": "2.0.0-rc.46",
"vue": "^3.5.7",
"vuepress": "2.0.0-rc.15",
"vuepress-theme-hope": "2.0.0-rc.53"
}
}