mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
16 lines
310 B
JSON
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"
|
|
}
|
|
}
|