-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.37 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
{
"name": "ha-windrose-card-project",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"http-server": "http-server ./",
"lint": "npx eslint .",
"build-watch": "rollup -c --watch --no-cache",
"build": "rimraf build && tsc && rollup -c",
"rollup": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"home-assistant",
"homeassistant",
"hass",
"automation",
"lovelace",
"custom-cards",
"windrose",
"weatherstation"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@open-wc/building-rollup": "^2.2.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-multi-entry": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"deepmerge": "^4.2.2",
"eslint": "^8.32.0",
"http-server": "^14.1.1",
"rimraf": "^3.0.2",
"rollup": "^2.79.2",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^4.9.4"
},
"dependencies": {
"@lit-labs/scoped-registry-mixin": "^1.0.1",
"@material/mwc-formfield": "^0.27.0",
"@material/mwc-textfield": "^0.27.0",
"@svgdotjs/svg.js": "^3.2.4",
"custom-card-helpers": "^1.9.0",
"lit": "^2.2.8"
}
}