UNPKG

selectic

Version:
52 lines (51 loc) 1.33 kB
{ "name": "selectic", "version": "3.3.0", "description": "Smart Select for VueJS 3.x", "main": "dist/selectic.common.js", "module": "dist/selectic.esm.js", "types": "types/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/intersec/selectic.git" }, "author": "Intersec", "license": "MIT", "bugs": { "url": "https://github.com/intersec/selectic/issues" }, "homepage": "https://github.com/intersec/selectic#readme", "keywords": [ "select", "selectic", "multiselect", "multi-select", "multi-select", "dynamic select", "smart select", "vue", "vue.js", "vueJS", "vtyx", "component", "Vue3", "Vue-next" ], "scripts": { "build": "npm run build:ts && npm run build:bundle", "build:ts": "tsc -p .", "build:bundle": "rollup -c", "pack": "npm run build && npm pack", "test": "npm run build && tape test/**/*.spec.js" }, "dependencies": { "vtyx": "4.4.2" }, "devDependencies": { "@babel/types": "^7.28.2", "rollup": "^2.79.2", "rollup-plugin-postcss": "^4.0.2", "tape": "^4.17.0", "typescript": "~5.9" } }