forked from Snailclimb/JavaGuide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 926 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
26
27
{
"name": "javaguide",
"version": "2.0.0-alpha.40",
"private": true,
"description": "javaguide",
"license": "MIT",
"author": "Mr.Hope",
"scripts": {
"vite-build": "vuepress-vite build docs",
"vite-clean-serve": "vuepress-vite dev docs --clean-cache",
"vite-serve": "vuepress-vite dev docs",
"webpack-build": "vuepress-webpack build docs",
"webpack-clean-serve": "vuepress-webpack dev docs --clean-cache",
"webpack-serve": "vuepress-webpack dev docs"
},
"devDependencies": {
"@vuepress/plugin-docsearch": "2.0.0-beta.36",
"@vuepress/plugin-pwa": "2.0.0-beta.36",
"@vuepress/plugin-pwa-popup": "2.0.0-beta.36",
"@vuepress/plugin-register-components": "2.0.0-beta.36",
"@vuepress/plugin-shiki": "2.0.0-beta.36",
"cross-env": "7.0.3",
"vuepress-theme-hope": "2.0.0-alpha.40",
"vuepress-vite": "2.0.0-beta.36",
"vuepress-webpack": "2.0.0-beta.36"
}
}