Files
SOP/sop-website/sop-portal-vue/package.json
tanghc 9188916926 4.3.1
2021-03-18 17:11:56 +08:00

16 lines
310 B
JSON

{
"name": "open-portal",
"version": "1.0.0",
"main": "index.js",
"author": "tanghc",
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.8.0",
"vuepress": "^1.8.0"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
}
}