chinaweal-docs-temp/package.json

24 lines
649 B
JSON
Raw Permalink Normal View History

2021-07-12 09:48:28 +08:00
{
"name": "crgs-project-doc",
"version": "1.0.0",
"description": "广州市局综合监管项目文档",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "http://47.107.61.133:3000/crgs-project/crgs-project-doc.git"
},
"author": "lroyia",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-medium-zoom": "^1.8.2",
"vuepress": "^1.8.2"
}
}