You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
SOP/sop-website/sop-portal-vue/package.json

15 lines
310 B

{
"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"
}
}