-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
39 lines (39 loc) · 1.17 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
{
"name": "smart-home-frontend",
"version": "0.0.1",
"description": "Demo for devices that work with the Google Assistant",
"scripts": {
"build": "rollup -c rollup.config.js",
"clean": "rm ./build/my-app.js",
"lint": "eslint ./src",
"test": "npm run lint"
},
"dependencies": {
"@polymer/app-layout": "^3.1.0",
"@polymer/iron-icon": "^3.0.1",
"@polymer/iron-icons": "^3.0.1",
"@polymer/iron-list": "^3.1.0",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-dialog": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.2",
"@polymer/paper-input": "^3.2.1",
"@polymer/paper-slider": "^3.0.1",
"@polymer/paper-toast": "^3.0.1",
"@polymer/paper-toggle-button": "^3.0.1",
"@polymer/paper-tooltip": "^3.0.1",
"@polymer/polymer": "^3.4.1",
"uuid": "^8.3.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-virtual": "^2.0.3",
"eslint": "^7.12.1",
"eslint-config-google": "^0.14.0",
"eslint-plugin-polymer": "^0.4.0",
"firebase-tools": "^9.1.2",
"rollup": "^2.33.1",
"yaml": "^1.10.0"
},
"author": "Google"
}