24 lines
649 B
JSON
24 lines
649 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|