{ "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.41", "vuepress-vite": "2.0.0-beta.36", "vuepress-webpack": "2.0.0-beta.36" } }