mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
28 lines
926 B
JSON
28 lines
926 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|