-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.19 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
{
"name": "massa-node-card",
"version": "1.0.0",
"description": "",
"main": "src/card/massa-node-card.ts",
"scripts": {
"build": "tsc && npx webpack",
"lint": "eslint src/**/*.ts --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "firedream",
"license": "ISC",
"dependencies": {
"@typescript-eslint/parser": "^5.59.11",
"custom-card-helpers": "^1.9.0",
"intl-messageformat": "^10.5.0",
"lit": "^2.7.5",
"stream-browserify": "^3.0.0",
"url": "^0.11.1"
},
"devDependencies": {
"@material/mwc-dialog": "^0.27.0",
"@rollup/plugin-terser": "^0.4.4",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"browserify": "^17.0.0",
"eslint": "^8.42.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"home-assistant-js-websocket": "^9.2.1",
"prettier": "^2.8.8",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.34.1",
"tinyify": "^4.0.0",
"typescript": "^5.1.3",
"webpack": "^5.86.0",
"webpack-cli": "^5.1.4"
}
}