kuboard-v2.0.0-beta.3

This commit is contained in:
huanqing.shao
2020-05-31 12:46:56 +08:00
parent 2196e16b72
commit d936393bd3
50 changed files with 12564 additions and 2808 deletions

View File

@ -1,34 +1,36 @@
{
"scripts": {
"docs:dev": "vuepress dev .",
"dev": "vuepress dev .",
"start": "nodemon --ext md,vue --watch .vuepress --watch . --exec vuepress dev",
"docs:build": "vuepress build ."
},
"dependencies": {
"@vssue/api-github-v4": "^1.4.0",
"@vssue/vuepress-plugin-vssue": "^1.4.2",
"@vuepress/plugin-active-header-links": "^1.3.1",
"@vuepress/plugin-back-to-top": "^1.3.1",
"@vuepress/plugin-google-analytics": "^1.3.1",
"@vuepress/plugin-medium-zoom": "^1.3.1",
"@vuepress/plugin-nprogress": "^1.3.1",
"@vuepress/plugin-pwa": "^1.3.1",
"@vssue/vuepress-plugin-vssue": "^1.4.6",
"@vuepress/plugin-active-header-links": "^1.5.0",
"@vuepress/plugin-back-to-top": "^1.5.0",
"@vuepress/plugin-google-analytics": "^1.5.0",
"@vuepress/plugin-medium-zoom": "^1.5.0",
"@vuepress/plugin-nprogress": "^1.5.0",
"@vuepress/plugin-pwa": "^1.5.0",
"animated-number-vue": "^1.0.0",
"aos": "^2.3.4",
"axios": "^0.19.2",
"babel-plugin-component": "^1.1.1",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.7.0",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.15.0",
"date-fns": "^1.30.1",
"esm": "^3.2.25",
"reduce-css-calc": "^2.1.7",
"vue2-animate": "^2.1.3",
"vuepress": "^1.3.1",
"vuepress": "^1.5.0",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-code-switcher": "^1.0.3",
"vuepress-plugin-named-chunks": "^1.1.2",
"vuepress-plugin-reading-progress": "^1.0.8",
"vuepress-plugin-seo": "^0.1.2",
"vuepress-plugin-sitemap": "2.1.2"
"vuepress-plugin-named-chunks": "^1.1.3",
"vuepress-plugin-reading-progress": "^1.0.9",
"vuepress-plugin-seo": "^0.1.3",
"vuepress-plugin-sitemap": "2.1.2",
"nodemon": "2.0.4"
}
}