Skip to content

Commit

Permalink
Separate documentation dependencies (#874)
Browse files Browse the repository at this point in the history
* separate documentation dependencies

* bump deps

* update netlify config and package scripts

* bump netlify

* add cross-env

* fix publish path
  • Loading branch information
sagalbot authored May 5, 2019
1 parent 7b70b96 commit 3928b01
Show file tree
Hide file tree
Showing 5 changed files with 8,801 additions and 2,657 deletions.
26 changes: 26 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "@vue-select/docs",
"version": "1.0",
"license": "MIT",
"scripts": {
"serve": "vuepress dev",
"build": "vuepress build",
"build:preview": "cross-env DEPLOY_PREVIEW=true vuepress build"
},
"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",
"cross-env": "^5.2.0",
"fuse.js": "^3.4.4",
"gh-pages": "^0.11.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"vue": "^2.6.10",
"vuepress": "^1.0.0-alpha.47",
"vuex": "^3.1.0"
}
}
Loading

0 comments on commit 3928b01

Please sign in to comment.