2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-16 09:10:33 +03:00

separate documentation dependencies

This commit is contained in:
Jeff
2019-05-05 13:59:14 -07:00
parent 7b70b966ff
commit 8accfaf4b2
2 changed files with 23 additions and 13 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "@vue-select/docs",
"version": "1.0",
"license": "MIT",
"scripts": {
"serve:docs": "vuepress dev docs",
"build:docs": "vuepress build docs",
"build:preview": "cross-env DEPLOY_PREVIEW=true vuepress build --debug docs"
},
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.47",
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.47",
"@vuepress/plugin-nprogress": "^1.0.0-alpha.47",
"@vuepress/plugin-pwa": "^1.0.0-alpha.47",
"@vuepress/plugin-register-components": "^1.0.0-alpha.47",
"@vuepress/plugin-search": "^1.0.0-alpha.47",
"fuse.js": "^3.2.0",
"gh-pages": "^0.11.0",
"vue": "^2.6.10",
"vuepress": "^1.0.0-alpha.47",
"vuex": "^3.1.0"
}
}