forked from slipx06/sunsynk-power-flow-card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 2.08 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
{
"name": "sunsynk-power-flow-card",
"version": "4.37.2",
"description": "A customizable Home Assistant card to emulate the Sunsynk System flow that's displayed on the Inverter screen.",
"main": "sunsynk-power-flow-card.js",
"scripts": {
"lint": "eslint src/*.ts | more ",
"lintindex": "eslint src/index.ts | more",
"lintindexfix": "eslint src/index.ts --fix",
"lintfixall": "eslint src/*.ts --fix",
"rollup": "rollup -c",
"build": "rollup -c --bundleConfigAsCjs",
"watch": "rollup -c --watch --config rollup-dev.config.js",
"docs-build": "sphinx-autobuild docs docs/_build/html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slipx06/sunsynk-power-flow-card.git"
},
"author": "slipx06 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/slipx06/sunsynk-power-flow-card/issues"
},
"homepage": "https://github.com/slipx06/sunsynk-power-flow-card#readme",
"dependencies": {
"@lit-labs/scoped-registry-mixin": "^1.0.3",
"custom-card-helpers": "^1.9.0",
"lit": "^3.1.3",
"lodash.merge": "^4.6.2"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-transform-template-literals": "^7.24.1",
"@babel/preset-env": "^7.24.5",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-eslint": "^9.0.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/lodash.merge": "^4.6.9",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"babel-preset-minify": "^0.5.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"npm": "^10.7.0",
"prettier": "^3.2.5",
"rollup": "^4.17.2",
"rollup-plugin-serve": "^3.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.4.5"
}
}