-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.39 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
{
"name": "polr-android-tv-remote-card",
"version": "1.0.0",
"description": "This was designed to solve a personal need and I'm now trying to prepare it for others to use. That means several things can break between releases.",
"main": "polr-android-tv-remote-card.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pathofleastresistor/polr-android-tv-remote-card.git"
},
"author": "",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/pathofleastresistor/polr-android-tv-remote-card/issues"
},
"homepage": "https://github.com/pathofleastresistor/polr-android-tv-remote-card#readme",
"scripts": {
"build": "npx rollup -c",
"watch": "npx rollup -c --watch"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"rollup-plugin-typescript2": "^0.34.1",
"tslib": "^2.5.3",
"typescript": "^5.1.3"
},
"dependencies": {
"lit": "^2.7.5",
"@material/mwc-formfield": "^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",
"@material/mwc-switch": "^0.25.3",
"@material/mwc-textfield": "^0.25.3"
}
}