UNPKG

@datadobi/multiselect-combo-box

Version:

A fork of the multiselect combo box web component compatible with the Vaadin Web Components by gatanaso

94 lines (93 loc) 2.9 kB
{ "name": "@datadobi/multiselect-combo-box", "version": "3.0.0-alpha1-datadobi4", "description": "A fork of the multiselect combo box web component compatible with the Vaadin Web Components by gatanaso", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/datadobi/multiselect-combo-box" }, "author": "Datadobi", "bugs": { "url": "https://github.com/datadobi/multiselect-combo-box/issues" }, "main": "multiselect-combo-box.js", "module": "multiselect-combo-box.js", "scripts": { "build": "rimraf build && rollup -c rollup.config.js", "lint": "npm-run-all --parallel lint:*", "lint:css": "stylelint src/*.js theme/**/*-styles.js", "lint:js": "eslint --ext .js,.ts *.js src test theme", "lint:types": "tsc", "start": "web-dev-server --node-resolve --open", "test": "web-test-runner test/*.test.js --node-resolve" }, "files": [ "multiselect-*.d.ts", "multiselect-*.js", "src", "theme" ], "keywords": [ "multiselect-combo-box", "web-components", "vaadin", "polymer-3", "polymer" ], "dependencies": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "^3.0.0", "@vaadin/combo-box": "^23.1.0", "@vaadin/component-base": "^23.1.0", "@vaadin/field-base": "^23.1.0", "@vaadin/input-container": "^23.1.0", "@vaadin/polymer-legacy-adapter": "^23.1.2", "@vaadin/vaadin-lumo-styles": "^23.1.0", "@vaadin/vaadin-material-styles": "^23.1.0", "@vaadin/vaadin-themable-mixin": "^23.1.0" }, "devDependencies": { "@esm-bundle/chai": "^4.3.4", "@polymer/iron-component-page": "^4.0.1", "@polymer/iron-demo-helpers": "^3.0.0", "@rollup/plugin-node-resolve": "^11.2.1", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", "@vaadin/testing-helpers": "^0.3.2", "@web/dev-server": "^0.1.28", "@web/rollup-plugin-html": "^1.10.1", "@web/test-runner": "^0.13.22", "@web/test-runner-commands": "^0.6.0", "@web/test-runner-playwright": "^0.8.8", "eslint": "^8.3.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-simple-import-sort": "7.0.0", "husky": "^7.0.4", "lint-staged": "^12.1.2", "npm-run-all": "^4.1.5", "postcss-lit": "^0.2.0", "prettier": "^2.4.1", "prettier-plugin-package": "^1.3.0", "replace-in-file": "^6.3.2", "rimraf": "^3.0.2", "rollup": "^2.66.1", "rollup-plugin-terser": "^7.0.2", "simple-git-hooks": "^2.7.0", "sinon": "^12.0.1", "stylelint": "^14.1.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-vaadin": "^0.3.0", "typescript": "^4.5.2" }, "lint-staged": { "*.{js,ts}": [ "eslint --fix", "prettier --write" ] }, "simple-git-hooks": { "pre-commit": "npx lint-staged" } }