mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
21 lines
551 B
JSON
21 lines
551 B
JSON
{
|
|
"name": "shamrock-docs",
|
|
"version": "1.0.0",
|
|
"author": "ZhenXin",
|
|
"license": "GPL-3.0-only",
|
|
"description": "Shamrock Usage Docmentation",
|
|
"scripts": {
|
|
"dev": "vuepress dev docs",
|
|
"build": "vuepress build docs",
|
|
"preview": "serve docs/.vuepress/dist"
|
|
},
|
|
"devDependencies": {
|
|
"@vuepress/client": "2.0.0-beta.67",
|
|
"prettier": "^3.0.3",
|
|
"serve": "^14.2.1",
|
|
"vue": "^3.3.4",
|
|
"vuepress": "2.0.0-beta.67",
|
|
"vuepress-plugin-search-pro": "2.0.0-beta.237",
|
|
"vuepress-theme-hope": "2.0.0-beta.237"
|
|
}
|
|
} |