-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.44 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
40
41
42
43
{
"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": {
"npm-install": "npm install",
"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",
"ncu:update": "ncu --packageFile package.json",
"ncu:upgrade": "ncu --packageFile package.json -a"
},
"dependencies": {
"@material/mwc-chips": "file:local_modules/chips/",
"@polymer/app-layout": "^3.0.0-pre.19",
"@polymer/app-route": "^3.0.0-pre.19",
"@polymer/iron-ajax": "^3.0.0-pre.19",
"@polymer/iron-flex-layout": "^3.0.0-pre.19",
"@polymer/iron-icon": "^3.0.0-pre.19",
"@polymer/iron-icons": "^3.0.0-pre.19",
"@polymer/iron-iconset-svg": "^3.0.0-pre.19",
"@polymer/iron-list": "^3.0.0-pre.19",
"@polymer/iron-media-query": "^3.0.0-pre.19",
"@polymer/iron-pages": "^3.0.0-pre.19",
"@polymer/iron-selector": "^3.0.0-pre.19",
"@polymer/paper-icon-button": "^3.0.0-pre.19",
"@polymer/polymer": "^3.0.2",
"@webcomponents/webcomponentsjs": "^2.0.0"
},
"devDependencies": {
"polymer-cli": "^1.7.2",
"wct-browser-legacy": "^1.0.1",
"npm-check-updates": "^2.14.2"
},
"engines": {
"node": ">=8.0"
}
}