-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.04 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
{
"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",
"test": "polymer test",
"test:integration": "polymer build # test that psk builds without error with the CLI"
},
"dependencies": {
"@polymer/app-layout": "^3.0.0-pre.15",
"@polymer/app-route": "^3.0.0-pre.15",
"@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-icon-button": "^3.0.0-pre.15",
"@polymer/polymer": "^3.0.0",
"@webcomponents/webcomponentsjs": "^2.0.0"
},
"devDependencies": {
"polymer-cli": "^1.7.1",
"wct-browser-legacy": "^1.0.0"
},
"engines": {
"node": ">=8.0"
}
}