mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
35 lines
1010 B
JSON
35 lines
1010 B
JSON
{
|
|
"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",
|
|
"@polymer/app-route": "^3.0.0",
|
|
"@polymer/iron-flex-layout": "^3.0.0",
|
|
"@polymer/iron-iconset-svg": "^3.0.0",
|
|
"@polymer/iron-media-query": "^3.0.0",
|
|
"@polymer/iron-pages": "^3.0.0",
|
|
"@polymer/iron-selector": "^3.0.0",
|
|
"@polymer/paper-icon-button": "^3.0.0",
|
|
"@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"
|
|
}
|
|
}
|