UNPKG

@vaadin-component-factory/vcf-toggle-button

Version:
95 lines (94 loc) 2.94 kB
{ "name": "@vaadin-component-factory/vcf-toggle-button", "version": "1.0.4", "description": "Vaadin Component Factory Toggle Button", "main": "theme/lumo/vcf-toggle-button.js", "author": "Vaadin Ltd", "license": "https://raw.githubusercontent.com/vaadin/vaadin-incubator-element/master/LICENSE", "repository": { "type": "git", "url": "git+https://github.com/vaadin-component-factory/vcf-toggle-button.git" }, "keywords": [ "Vaadin", "vaadin-incubator-element", "vaadin-component-factory", "vcf-toggle-button", "web-components", "web-component", "polymer" ], "scripts": { "test": "wct", "lint": "eslint src/*.js", "start": "polymer serve -o", "build:demo": "webpack", "publish": "node publish.js" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "src/*.js": [ "eslint --fix", "prettier --write", "git add" ] }, "dependencies": { "@polymer/polymer": "^3.0.0", "@vaadin/vaadin-checkbox": "^2.2.10", "@vaadin/vaadin-element-mixin": "^2.1.3", "@vaadin/vaadin-lumo-styles": "^1.5.0", "@vaadin/vaadin-themable-mixin": "^1.4.4" }, "devDependencies": { "@babel/core": "^7.5.5", "@babel/plugin-proposal-class-properties": "^7.3.4", "@babel/preset-env": "^7.5.5", "@polymer/iron-demo-helpers": "^3.0.0-pre.19", "@polymer/test-fixture": "^4.0.2", "@types/vis": "^4.21.16", "@webcomponents/webcomponentsjs": "^2.0.0", "babel-eslint": "^10.0.2", "babel-loader": "^8.0.6", "babel-plugin-template-html-minifier": "^3.1.0", "babel-plugin-transform-custom-element-classes": "^0.1.0", "babel-preset-minify": "^0.5.1", "brotli-webpack-plugin": "^1.1.0", "chai": "^4.2.0", "clean-webpack-plugin": "^3.0.0", "compression-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^5.0.4", "eslint": "^5.16.0", "eslint-config-prettier": "^6.0.0", "eslint-config-vaadin": "^0.2.7", "eslint-plugin-html": "^6.0.0", "html-replace-webpack-plugin": "^2.5.5", "html-webpack-plugin": "^3.2.0", "html-webpack-tags-plugin": "^2.0.15", "husky": "^2.3.0", "lint-staged": "^8.1.7", "mocha": "^5.2.0", "polymer-cli": "^1.9.10", "prettier": "^1.17.1", "terser-webpack-plugin": "^1.4.1", "uglify-es": "^3.3.9", "uglify-template-string-loader": "^1.1.1", "wct-mocha": "^1.0.0", "webpack": "^4.39.2", "webpack-babel-multi-target-plugin": "^2.3.0", "webpack-cli": "^3.3.7", "webpack-dev-server": "^3.8.0", "webpack-merge": "^4.2.1" }, "bugs": { "url": "https://github.com/vaadin-component-factory/vcf-toggle-button/issues" }, "homepage": "https://github.com/vaadin-component-factory/vcf-toggle-button#readme", "directories": { "test": "test" } }