| 1234567891011121314151617181920 |
- {
- "name": "vuepress-theme-reco-demo",
- "version": "2.0.0",
- "description": "Demo for vuepress-theme-reco@2.x.",
- "repository": "git@github.com:recoluan/vuepress-theme-reco-demo.git",
- "author": "reco_luan <recoluan@outlook.com>",
- "license": "MIT",
- "scripts": {
- "dev": "vuepress dev .",
- "start": "vuepress dev .",
- "build": "vuepress build ."
- },
- "dependencies": {
- "vue": "^3.4.27",
- "vuepress": "2.0.0-rc.12",
- "vuepress-theme-reco": "2.0.0-rc.13",
- "@vuepress/bundler-vite": "2.0.0-rc.12",
- "@vuepress/bundler-webpack": "2.0.0-rc.12"
- }
- }
|