JavaGuide/package.json

28 lines
926 B
JSON
Raw Normal View History

{
2022-03-03 09:14:56 +08:00
"name": "javaguide",
"version": "2.0.0-alpha.40",
"private": true,
"description": "javaguide",
"license": "MIT",
2022-03-03 09:14:56 +08:00
"author": "Mr.Hope",
"scripts": {
2022-03-03 09:14:56 +08:00
"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": {
2022-03-03 09:14:56 +08:00
"@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",
2022-03-03 17:05:33 +08:00
"vuepress-theme-hope": "2.0.0-alpha.41",
2022-03-03 09:14:56 +08:00
"vuepress-vite": "2.0.0-beta.36",
"vuepress-webpack": "2.0.0-beta.36"
}
}