-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
386af65
commit 19a992d
Showing
2 changed files
with
63 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,61 @@ | ||
{ | ||
"name": "energy-overview-card", | ||
"version": "2.4.2", | ||
"description": "Lovelace energy-overview-card", | ||
"keywords": [ | ||
"home-assistant", | ||
"homeassistant", | ||
"hass", | ||
"automation", | ||
"lovelace", | ||
"custom-cards" | ||
], | ||
"module": "energy-overview-card.js", | ||
"repository": "https://github.com/Sese-Schneider/ha-energy-overview-card", | ||
"author": "Sebastian Schneider <sese.tailor@gmx.net>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@mdi/js": "^7.1.96", | ||
"custom-card-helpers": "^1.9.0", | ||
"home-assistant-js-websocket": "^4.3.1", | ||
"lit": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.12", | ||
"@babel/plugin-proposal-class-properties": "^7.4.0", | ||
"@babel/plugin-proposal-decorators": "^7.4.0", | ||
"@semantic-release/changelog": "^6.0.2", | ||
"@semantic-release/commit-analyzer": "^9.0.2", | ||
"@semantic-release/exec": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/npm": "^9.0.2", | ||
"@semantic-release/release-notes-generator": "^10.0.3", | ||
"@typescript-eslint/eslint-plugin": "^5.49.0", | ||
"@typescript-eslint/parser": "^5.49.0", | ||
"conventional-changelog-conventionalcommits": "^5.0.0", | ||
"eslint": "8.2.0", | ||
"eslint-config-airbnb": "19.0.4", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint-plugin-import": "2.25.2", | ||
"eslint-plugin-jsx-a11y": "6.5.1", | ||
"eslint-plugin-react": "7.28.0", | ||
"eslint-plugin-react-hooks": "4.3.0", | ||
"prettier": "^1.16.4", | ||
"rollup": "^3.18.0", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-terser": "^5.1.1", | ||
"rollup-plugin-typescript2": "^0.24.0", | ||
"rollup-plugin-uglify": "^6.0.2", | ||
"semantic-release": "^20.1.0", | ||
"typescript": "^4.9.4" | ||
}, | ||
"scripts": { | ||
"start": "rollup -c --watch --bundleConfigAsCjs", | ||
"build": "npm run lint && rollup -c --bundleConfigAsCjs", | ||
"lint": "eslint src/*.ts", | ||
"rollup": "rollup -c" | ||
} | ||
"name": "energy-overview-card", | ||
"version": "2.5.0", | ||
"description": "Lovelace energy-overview-card", | ||
"keywords": [ | ||
"home-assistant", | ||
"homeassistant", | ||
"hass", | ||
"automation", | ||
"lovelace", | ||
"custom-cards" | ||
], | ||
"module": "energy-overview-card.js", | ||
"repository": "https://github.com/Sese-Schneider/ha-energy-overview-card", | ||
"author": "Sebastian Schneider <sese.tailor@gmx.net>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@mdi/js": "^7.1.96", | ||
"custom-card-helpers": "^1.9.0", | ||
"home-assistant-js-websocket": "^4.3.1", | ||
"lit": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.12", | ||
"@babel/plugin-proposal-class-properties": "^7.4.0", | ||
"@babel/plugin-proposal-decorators": "^7.4.0", | ||
"@semantic-release/changelog": "^6.0.2", | ||
"@semantic-release/commit-analyzer": "^9.0.2", | ||
"@semantic-release/exec": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/npm": "^9.0.2", | ||
"@semantic-release/release-notes-generator": "^10.0.3", | ||
"@typescript-eslint/eslint-plugin": "^5.49.0", | ||
"@typescript-eslint/parser": "^5.49.0", | ||
"conventional-changelog-conventionalcommits": "^5.0.0", | ||
"eslint": "8.2.0", | ||
"eslint-config-airbnb": "19.0.4", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint-plugin-import": "2.25.2", | ||
"eslint-plugin-jsx-a11y": "6.5.1", | ||
"eslint-plugin-react": "7.28.0", | ||
"eslint-plugin-react-hooks": "4.3.0", | ||
"prettier": "^1.16.4", | ||
"rollup": "^3.18.0", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-terser": "^5.1.1", | ||
"rollup-plugin-typescript2": "^0.24.0", | ||
"rollup-plugin-uglify": "^6.0.2", | ||
"semantic-release": "^20.1.0", | ||
"typescript": "^4.9.4" | ||
}, | ||
"scripts": { | ||
"start": "rollup -c --watch --bundleConfigAsCjs", | ||
"build": "npm run lint && rollup -c --bundleConfigAsCjs", | ||
"lint": "eslint src/*.ts", | ||
"rollup": "rollup -c" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters