mirror of
https://gitee.com/easii/mapstruct-plus.git
synced 2025-12-06 09:08:54 +08:00
23 lines
694 B
JSON
23 lines
694 B
JSON
{
|
|
"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 docs",
|
|
"start": "vuepress dev docs",
|
|
"build": "vuepress build docs",
|
|
"docs:clean-dev": "vuepress dev docs --clean-cache"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.4.29",
|
|
"vuepress": "2.0.0-rc.13",
|
|
"vuepress-theme-reco": "2.0.0-rc.15",
|
|
"@vuepress/bundler-vite": "2.0.0-rc.13",
|
|
"@vuepress/bundler-webpack": "2.0.0-rc.13",
|
|
"@vuepress/plugin-sitemap": "2.0.0-rc.34"
|
|
}
|
|
}
|