forked from marcokreeft87/room-card
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 722 Bytes
/
package.json
File metadata and controls
34 lines (33 loc) · 722 Bytes
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
{
"name": "room-card",
"version": "2.01.25",
"description": "Show entities in Home Assistant's Lovelace UI",
"keywords": [
"home-assistant",
"homeassistant",
"lovelace",
"custom-cards",
"multiple",
"entity",
"row"
],
"module": "room-card.js",
"license": "MIT",
"private": true,
"dependencies": {
"custom-card-helpers": "^1.8.0",
"lit": "^3.1.0"
},
"devDependencies": {
"compression-webpack-plugin": "^11.1.0",
"minify-html-literals-loader": "^1.1.1",
"ts-loader": "^9.5.4",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"webpack": "^5.101.3",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack -c webpack.config.js"
}
}