button-card/package.json

79 lines
2.5 KiB
JSON
Raw Normal View History

{
"name": "button-card",
"version": "4.1.2",
"description": "Button card for lovelace",
"main": "dist/button-card.js",
"scripts": {
"build": "npm run lint && npm run rollup",
"rollup": "rollup -c",
"babel": "babel dist/button-card.js --out-file dist/button-card.js",
"lint": "eslint src/*.ts",
2021-02-18 05:26:04 +08:00
"watch": "rollup -c --watch",
2023-04-02 22:43:56 +08:00
"postversion": "npm run build",
"audit-fix": "npx yarn-audit-fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/custom-cards/button-card.git"
},
"keywords": [
"lovelace"
],
"author": "kuuji",
"contributors": [
"Ian Richardson (https://github.com/iantrich)",
"Jérôme Wiedemann (https://github.com/RomRider)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/custom-cards/button-card/issues"
},
"homepage": "https://github.com/custom-cards/button-card#readme",
"devDependencies": {
2020-11-07 01:47:03 +08:00
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.0.2",
2020-11-07 01:47:03 +08:00
"@rollup/plugin-node-resolve": "^10.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.0.10",
"@semantic-release/release-notes-generator": "^9.0.1",
2023-07-24 06:30:48 +08:00
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"conventional-changelog-conventionalcommits": "^4.5.0",
2020-11-07 01:47:03 +08:00
"eslint": "7.12.1",
2020-03-20 01:58:24 +08:00
"eslint-config-airbnb-base": "^14.1.0",
2020-11-07 01:47:03 +08:00
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.2",
2020-03-20 01:58:24 +08:00
"npm": "^6.14.3",
2020-11-07 01:47:03 +08:00
"prettier": "^2.1.2",
"prettier-eslint": "^11.0.0",
"rollup": "^2.33.1",
2020-11-08 21:35:49 +08:00
"rollup-plugin-cleanup": "^3.2.1",
2020-11-07 01:47:03 +08:00
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"semantic-release": "^17.3.8",
2020-03-20 01:58:24 +08:00
"ts-lit-plugin": "^1.1.10",
2020-11-07 01:47:03 +08:00
"typescript": "^4.0.5",
2023-04-02 22:43:44 +08:00
"typescript-styled-plugin": "^0.15.0",
"yarn-audit-fix": "^9.3.10"
},
"dependencies": {
2020-11-07 01:47:03 +08:00
"@ctrl/tinycolor": "^3.1.6",
"@material/mwc-ripple": "^0.19.1",
2020-11-05 10:10:04 +08:00
"fast-copy": "^2.1.0",
"home-assistant-js-websocket": "^8.2.0",
"lit": "^2.7.6",
"lit-element": "^3.3.2",
"lit-html": "^2.7.5",
"memoize-one": "^6.0.0"
}
}