-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
62 lines (62 loc) · 1.78 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "power-distribution-card",
"version": "2.5.12",
"license": "MIT",
"author": "JonahKr",
"description": "A Lovelace Card for visualizing power distributions.",
"keywords": [
"power",
"distribution",
"lovelace",
"hacs",
"home assistant",
"e3dc"
],
"module": "power-distribution-card.js",
"repository": {
"type": "git",
"url": "git+https://github.com/JonahKr/power-distribution-card.git"
},
"bugs": {
"url": "https://github.com/JonahKr/power-distribution-card/issues"
},
"homepage": "https://github.com/JonahKr/power-distribution-card#readme",
"scripts": {
"start": "rollup -c --watch",
"build": "npm run lint && npm run rollup",
"lint": "eslint src/*.ts",
"rollup": "rollup -c"
},
"dependencies": {
"@mdi/js": "^7.4.47",
"custom-card-helpers": "1.9.0",
"lit": "2.8.0",
"resize-observer-polyfill": "1.5.1",
"sortablejs": "1.15.2"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.24.7",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.6.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"eslint": "9.6.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"prettier": "3.3.2",
"rollup": "4.18.0",
"tslib": "^2.6.3",
"typescript": "5.5.3"
}
}