UNPKG

@isneezy/vue-selectize

Version:

Vanila Vue.js component that mimics Selectize behaviour (no need jquery dependency) with extras

58 lines (57 loc) 1.77 kB
{ "name": "@isneezy/vue-selectize", "version": "0.6.1", "description": "Vanila Vue.js component that mimics Selectize behaviour (no need jquery dependency) with extras", "keywords": [ "Vue", "Selectize", "Select", "Dropdown", "Autocomplete", "Type Ahead", "vue-selectize" ], "homepage": "https://ivan.vilanculo.me/vue-selectize", "bugs": { "url": "https://github.com/isneezy/vue-selectize/issues" }, "license": "MIT", "author": "Ivan Vilanculo <vilanculoivan@gmail.com> (https://ivan.vilanculo.me)", "main": "./dist/vue-selectize.common.js", "repository": { "type": "git", "url": "https://github.com/isneezy/vue-selectize.git" }, "scripts": { "serve": "vuepress dev docs", "build:lib": "vue-cli-service build --target lib --name vue-selectize ./src/components/VSelectize.vue", "docs:build": "vuepress build docs", "lint": "vue-cli-service lint", "preversion": "yarn build:lib", "version": "node version && git add .", "postversion": "git push --tags && npm publish && git push && echo \"Successfully released version $npm_package_version!\"" }, "dependencies": { "core-js": "^3.6.4", "fuse.js": "^6.4.1", "lodash.difference": "^4.5.0", "vue": "^2.6.12", "vue-click-outside": "^1.1.0" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.4", "@vue/cli-plugin-eslint": "~4.5.7", "@vue/cli-service": "~4.5.4", "@vue/eslint-config-prettier": "^6.0.0", "babel-eslint": "^10.1.0", "eslint": "^7.10.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-vue": "^7.0.1", "prettier": "^2.1.1", "vue-template-compiler": "^2.6.12", "vuepress": "^1.5.0" }, "peerDependencies": { "selectize": "^0.12.6" } }