mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-10 07:52:23 +03:00
might as well just do it all in once commit 🤷♂️
This commit is contained in:
+6
-1
@@ -4,8 +4,10 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve ./dev/dev.js",
|
||||
"serve:docs": "vuepress dev docs",
|
||||
"build": "vue-cli-service build --target lib ./src/index.js",
|
||||
"build:dev": "vue-cli-service build --dest ./dev/dist ./dev/dev.js ",
|
||||
"build:docs": "vuepress build docs",
|
||||
"lint": "vue-cli-service lint",
|
||||
"test": "vue-cli-service test:unit"
|
||||
},
|
||||
@@ -26,10 +28,13 @@
|
||||
"gh-pages": "^0.11.0",
|
||||
"lint-staged": "^7.2.0",
|
||||
"lodash": "^4.17.10",
|
||||
"node-sass": "^4.9.3",
|
||||
"normalize.css": "^7.0.0",
|
||||
"prismjs": "^1.15.0",
|
||||
"sass-loader": "^7.1.0",
|
||||
"vue-select": "*",
|
||||
"vue-template-compiler": "^2.5.17"
|
||||
"vue-template-compiler": "^2.5.17",
|
||||
"vuepress": "^0.14.1"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
|
||||
Reference in New Issue
Block a user