-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 864 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 864 Bytes
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": "day-80",
"version": "1.0.0",
"description": "",
"main": "day.js",
"author": "Hemerson Vianna <hemerson.lourenco@gmail.com> (https://nerdcalistenico.com.br)",
"license": "MIT",
"scripts": {
"start": "polymer serve ./ --open",
"build": "polymer build",
"lint": "polymer lint",
"test": "polymer test"
},
"dependencies": {
"@polymer/app-layout": "3.1.0",
"@polymer/app-route": "3.0.2",
"@polymer/app-storage": "3.0.2",
"@polymer/iron-pages": "3.0.1",
"@polymer/iron-selector": "3.0.1",
"@polymer/paper-button": "3.0.1",
"@polymer/paper-icon-button": "3.0.2",
"@polymer/paper-input": "3.1.0",
"@polymer/paper-radio-button": "3.0.1",
"@polymer/paper-radio-group": "3.0.1",
"@polymer/polymer": "3.3.1"
},
"devDependencies": {
"@webcomponents/webcomponentsjs": "2.4.0"
}
}