-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 980 Bytes
/
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
{
"name": "jp-site",
"dependencies": {
"@fabricelements/skeleton-carousel": "^3.0.2",
"@polymer/app-layout": "^3.0.2",
"@polymer/iron-dropdown": "^3.0.1",
"@polymer/iron-icons": "^3.0.1",
"@polymer/neon-animation": "^3.0.1",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-dialog": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.2",
"@polymer/paper-listbox": "^3.0.1",
"@polymer/paper-menu-button": "^3.0.1",
"@polymer/polymer": "^3.0.0",
"web-animations-js": "^2.3.1"
},
"devDependencies": {
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.0.0",
"chai": "^4.2.0",
"gh-pages": "^2.0.1",
"mocha": "^5.2.0",
"wct-mocha": "^1.0.0"
},
"scripts": {
"start" : "polymer serve",
"build" : "polymer build",
"serve" : "npm run start",
"test" : "polymer test",
"deploy": "cat .nojekyll && npm run build && gh-pages -d build/es6-unbundled -b master"
}
}