diff --git a/docs/package.json b/docs/package.json new file mode 100644 index 0000000..2e263c7 --- /dev/null +++ b/docs/package.json @@ -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" + } +} diff --git a/package.json b/package.json index 2ab7197..e15ecc1 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,7 @@ "license": "MIT", "scripts": { "serve": "webpack-dev-server --config build/webpack.dev.conf.js --hot --progress -d", - "serve:docs": "vuepress dev docs", "build": "cross-env NODE_ENV=production webpack --config build/webpack.prod.conf.js --progress", - "build:docs": "vuepress build docs", - "build:preview": "cross-env DEPLOY_PREVIEW=true vuepress build --debug docs", "test": "jest" }, "repository": { @@ -30,12 +27,6 @@ "@babel/preset-env": "^7.4.2", "@babel/runtime": "^7.4.2", "@vue/test-utils": "^1.0.0-beta.29", - "@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", "autoprefixer": "^9.4.7", "babel-core": "^7.0.0-bridge.0", "babel-loader": "^8.0.5", @@ -44,8 +35,6 @@ "cross-env": "^5.2.0", "css-loader": "^2.1.0", "cssnano": "^4.1.10", - "fuse.js": "^3.2.0", - "gh-pages": "^0.11.0", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "jest": "^24.1.0", @@ -65,8 +54,6 @@ "vue-server-renderer": "^2.6.10", "vue-style-loader": "^4.1.2", "vue-template-compiler": "^2.6.10", - "vuepress": "^1.0.0-alpha.47", - "vuex": "^3.1.0", "webpack": "^4.29.6", "webpack-cli": "^3.3.0", "webpack-dev-server": "^3.2.1",