forked from linpeilie/mapstruct-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 694 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "vuepress-theme-reco-demo",
"version": "2.0.0",
"description": "Demo for [email protected].",
"repository": "[email protected]:recoluan/vuepress-theme-reco-demo.git",
"author": "reco_luan <[email protected]>",
"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"
}
}