path:
/package.json
681 B | plain
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "smarthome-pwa",
"version": "0.3.1",
"devDependencies": {
"rollup": "^1.12.2",
"rollup-plugin-node-resolve": "^5.0.0",
"rollup-plugin-terser": "^4.0.4"
},
"dependencies": {
"@authentic/mwc-card": "^0.5.0",
"@authentic/mwc-circular-progress": "^0.5.0",
"@authentic/mwc-drawer": "^0.5.0",
"@authentic/mwc-icon": "^0.5.0",
"@authentic/mwc-icon-button": "^0.5.0",
"@authentic/mwc-list": "^0.5.6",
"@authentic/mwc-menu": "^0.5.6",
"@authentic/mwc-ripple": "^0.5.0",
"@authentic/mwc-select": "^0.5.6",
"@authentic/mwc-switch": "^0.5.0",
"@authentic/mwc-top-app-bar": "^0.5.0",
"lit-element": "^2.1.0"
}
}