-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 933 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
{
"name": "meeting-room-dashboard",
"description": "Meeting Room Dashboard",
"version": "0.0.2",
"repository": "https://github.com/mnixo/meeting-room-dashboard",
"author": "Miguel Nixo <[email protected]>",
"license": "MIT",
"scripts": {
"build": "./node_modules/polymer-cli/bin/polymer.js build",
"start": "./node_modules/polymer-cli/bin/polymer.js serve"
},
"devDependencies": {
"@webcomponents/webcomponentsjs": "^2.2.10",
"polymer-cli": "^1.9.9"
},
"dependencies": {
"@polymer/iron-icon": "^3.0.1",
"@polymer/iron-icons": "^3.0.1",
"@polymer/iron-image": "^3.0.2",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-card": "^3.0.1",
"@polymer/paper-dialog": "^3.0.1",
"@polymer/paper-input": "^3.0.2",
"@polymer/paper-spinner": "^3.0.2",
"@polymer/paper-styles": "^3.0.1",
"lit-element": "^2.1.0",
"moment": "^2.24.0",
"three": "^0.109.0"
}
}