-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
53 lines (53 loc) · 1.86 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
{
"name": "lovelace-rounded",
"version": "0.0.1",
"description": "Lovelace Rounded",
"source": "src/rounded.ts",
"documentation": {
"url": "https://lovelace-rounded.github.io",
"cards": "docs/cards"
},
"scripts": {
"build": "rollup -c rollup.config.mjs --bundleConfigAsCjs",
"dev": "rollup -w -c rollup.config.mjs --bundleConfigAsCjs",
"format": "prettier --write ."
},
"dependencies": {
"@material/mwc-select": "^0.27.0",
"@material/mwc-textfield": "^0.27.0",
"@material/mwc-ripple": "^0.27.0",
"lit": "^2.6.1",
"superstruct": "^1.0.3",
"memoize-one": "^6.0.0",
"home-assistant-js-websocket": "^8.0.1",
"@mdi/js": "^7.1.96",
"js-yaml": "^4.1.0",
"color": "^4.2.3",
"hammerjs": "^2.0.8"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/color": "^3.0.3",
"@types/hammerjs": "^2.0.41",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"typescript": "^4.9.5",
"tslib": "^2.5.0",
"ts-lit-plugin": "^1.2.1",
"rollup": "^3.9.1",
"rollup-plugin-serve": "^2.0.2",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.3.0",
"@rollup/plugin-typescript": "^11.0.0"
}
}