mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
30 lines
829 B
JSON
30 lines
829 B
JSON
{
|
|
"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.2.0",
|
|
"@vuepress/plugin-google-analytics": "^1.2.0",
|
|
"@vuepress/plugin-nprogress": "^1.2.0",
|
|
"@vuepress/plugin-pwa": "^1.2.0",
|
|
"@vuepress/plugin-register-components": "^1.2.0",
|
|
"@vuepress/plugin-search": "^1.2.0",
|
|
"@vuesource/vuepress": "^0.1.0",
|
|
"cross-env": "^5.2.0",
|
|
"fuse.js": "^3.4.4",
|
|
"gh-pages": "^0.11.0",
|
|
"lodash": "^4.17.15",
|
|
"markdown-it": "^10.0.0",
|
|
"node-sass": "^4.12.0",
|
|
"sass-loader": "^7.1.0",
|
|
"vue": "^2.6.10",
|
|
"vuepress": "^1.2.0",
|
|
"vuex": "^3.1.0"
|
|
}
|
|
}
|