-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 935 Bytes
/
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
{
"name": "cb-lcars",
"version": "2024.11.4-alpha.3",
"description": "Home Assistant LCARS libary built on custom-button-card",
"main": "index.js",
"author": "Jason Weyermars",
"license": "MIT",
"homepage": "https://cb-lcars.unimatrix01.ca",
"directories": {
"doc": "doc"
},
"keywords": [
"HomeAssistant",
"Home Assistant",
"HASS",
"LCARS",
"Star Trek"
],
"scripts": {
"clean": "rimraf dist",
"build": "webpack --mode production"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"babel-loader": "^9.1.3",
"rimraf": "^6.0.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"@material/web": "^2.2.0",
"custom-card-helpers": "^1.9.0",
"ha-card-formbuilder": "github:snootched/ha-card-formbuilder",
"js-yaml": "^4.1.0",
"lit": "^3.2.0"
}
}