| { |
| "name": "blaze-project-website", |
| "version": "0.0.1", |
| "description": "blaze-project website", |
| "license": "MIT", |
| "type": "module", |
| "scripts": { |
| "build": "vuepress build docs", |
| "clean-dev": "vuepress dev docs --clean-cache", |
| "dev": "vuepress dev docs", |
| "update-package": "npx vp-update" |
| }, |
| "devDependencies": { |
| "@vuepress/bundler-vite": "2.0.0-rc.18", |
| "@vuepress/plugin-docsearch": "2.0.0-rc.56", |
| "@vuepress/plugin-register-components": "2.0.0-rc.54", |
| "@vuepress/theme-default": "2.0.0-rc.56", |
| "echarts": "^5.5.1", |
| "sass-embedded": "^1.81.1", |
| "vue": "^3.4.0", |
| "vue-echarts": "^7.0.3", |
| "vue-github-button": "^3.1.3", |
| "vuepress": "2.0.0-rc.18" |
| } |
| } |