-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.03 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
{
"name": "polymer-starter-kit",
"version": "4.0.0",
"description": "A starting point for Polymer apps",
"author": "The Polymer Authors",
"license": "BSD-3-Clause",
"repository": "Polymer/polymer-starter-kit",
"scripts": {
"start": "polymer serve",
"build": "polymer build",
"lint": "polymer lint"
},
"dependencies": {
"@polymer/app-layout": "3.0.0-pre.15",
"@polymer/app-route": "3.0.0-pre.15",
"@polymer/iron-autogrow-textarea": "3.0.1",
"@polymer/iron-flex-layout": "3.0.0-pre.15",
"@polymer/iron-iconset-svg": "3.0.0-pre.15",
"@polymer/iron-media-query": "3.0.0-pre.15",
"@polymer/iron-pages": "3.0.0-pre.15",
"@polymer/iron-selector": "3.0.0-pre.15",
"@polymer/paper-checkbox": "3.1.0",
"@polymer/paper-icon-button": "3.0.0-pre.15",
"@polymer/paper-input": "3.0.1",
"@polymer/polymer": "3.0.0",
"@webcomponents/webcomponentsjs": "2.0.0",
"zinggrid": "^1.0.2"
},
"devDependencies": {
"polymer-cli": "^1.9.4"
},
"engines": {
"node": ">=8.0"
}
}