mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "vue-select",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"test:unit": "vue-cli-service test:unit"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^2.5.17"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.0.0-rc.11",
|
|
"@vue/cli-plugin-eslint": "^3.0.0-rc.11",
|
|
"@vue/cli-plugin-unit-jest": "^3.0.0-rc.11",
|
|
"@vue/cli-service": "^3.0.0-rc.11",
|
|
"@vue/eslint-config-prettier": "^3.0.0-rc.11",
|
|
"@vue/test-utils": "^1.0.0-beta.20",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-jest": "^23.0.1",
|
|
"fuse.js": "^3.2.1",
|
|
"gh-pages": "^0.11.0",
|
|
"lint-staged": "^7.2.0",
|
|
"lodash": "^4.17.10",
|
|
"normalize.css": "^7.0.0",
|
|
"prismjs": "^1.15.0",
|
|
"vue-resource": "^1.5.1",
|
|
"vue-select": "*",
|
|
"vue-template-compiler": "^2.5.17"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
],
|
|
"*.vue": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|