@vojtechlanka/vue-tags-input
Version:
A tags input component for Vue3 based on @sipec/vue-tags-input which is fork from @JohMun/vue-tags-input.
58 lines (57 loc) • 1.34 kB
JSON
{
"name": "@vojtechlanka/vue-tags-input",
"version": "3.1.1",
"author": "Johannes Munari <johannesm@hotmail.de>",
"license": "MIT",
"type": "module",
"files": [
"dist"
],
"main": "./dist/vue-tags-input.umd.cjs",
"module": "./dist/vue-tags-input.js",
"exports": {
".": {
"import": "./dist/vue-tags-input.js",
"require": "./dist/vue-tags-input.umd.cjs"
},
"./style.css": "./dist/style.css"
},
"description": "A tags input component for Vue3 based on @sipec/vue-tags-input which is fork from @JohMun/vue-tags-input.",
"private": false,
"keywords": [
"javascript",
"vue",
"vue3",
"tags",
"vue-tags-input",
"vue-component",
"autocomplete",
"draggable"
],
"repository": {
"type": "git",
"url": "git+https://github.com/VojtechLanka/vue-tags-input.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"peerDependencies": {
"vue": "3.x"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
"vue": "3.x",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-vue": "^9.19.2",
"sass": "^1.66.1",
"vite": "^4.4.5",
"vite-plugin-libcss": "^1.1.1"
}
}