-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·47 lines (47 loc) · 1.35 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
{
"name": "mediatracker-card",
"version": "0.1.1",
"description": "This card is made to work with the Media Tracker custom component.",
"keywords": [
"home-assistant",
"homeassistant",
"hass",
"automation",
"lovelace",
"custom-cards",
"mediatracker",
"mediatracker-card",
"upcoming-media"
],
"repository": "git@github.com:jonkristian/mediatracker-ha-card.git",
"author": "Jon Kristian Nilsen <hello@jonkristian.no>",
"license": "MIT",
"dependencies": {
"@lit-labs/scoped-registry-mixin": "^1.0.0",
"@material/mwc-icon": "^0.25.3",
"@material/mwc-list": "^0.25.3",
"@material/mwc-menu": "^0.25.3",
"@material/mwc-notched-outline": "^0.25.3",
"@material/mwc-ripple": "^0.25.3",
"@material/mwc-select": "^0.25.3",
"custom-card-helpers": "^1.9.0",
"dayjs": "^1.11.7",
"lit": "^2.1.2",
"sortablejs": "^1.15.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@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",
"rollup": "^3.18.0",
"typescript": "^4.9.4"
},
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"dev": "rollup -c --watch --bundleConfigAsCjs"
}
}