-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "energy-sankey-cards",
"version": "0.0.1",
"description": "Home Assistant Energy Sankey Cards",
"main": "energy-sankey.js",
"scripts": {
"start": "rollup -c --watch --bundleConfigAsCjs",
"build": "rollup -c --bundleConfigAsCjs",
"format": "prettier --write ."
},
"author": "Dave Thompson",
"repository": {
"type": "git",
"url": "https://github.com/davet2001/homeassistant-energy-sankey-card"
},
"dependencies": {
"@davethompson/elec-sankey": "^1.0.0",
"@material/mwc-icon-button": "^0.27.0",
"@mdi/js": "^7.4.47",
"color-name": "^2.0.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"home-assistant-js-websocket": "^9.4.0",
"lit": "^2.8.0",
"memoize-one": "^6.0.0"
},
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^11.1.6",
"eslint": "^9.6.0",
"prettier": "^3.3.2",
"rollup": "^4.18.0",
"rollup-plugin-serve": "^2.0.3",
"tslib": "^2.8.0",
"typescript": "^5.5.3"
}
}