-
Notifications
You must be signed in to change notification settings - Fork 7
/
bower.json
31 lines (31 loc) · 1.09 KB
/
bower.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
{
"name": "offline-first-app",
"description": "Offline-First App with WebComponents",
"main": "index.html",
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0",
"pouchdb": "^6.3.4",
"pouchdb-find": "^0.10.5",
"jquery": "^3.2.1",
"iron-a11y-keys": "^2.0.0",
"paper-toast": "^2.0.0",
"vaadin-valo-theme": "vaadin/vaadin-valo-theme#2.0.0-alpha5",
"vaadin-grid": "^4.1.0",
"vaadin-split-layout": "vaadin/vaadin-split-layout#^4.0.0-alpha2",
"vaadin-button": "vaadin/vaadin-button#^1.0.5",
"vaadin-icons": "vaadin/vaadin-icons#^4.1.3",
"vaadin-text-field": "vaadin/vaadin-text-field#^1.2.0",
"vaadin-form-layout": "vaadin/vaadin-form-layout#^1.0.4",
"vaadin-charts": "^5.0.0"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^2.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",
"web-component-tester": "^6.0.0",
"iron-test-helpers": "^2.0.0"
},
"resolutions": {
"vaadin-control-state-mixin": "^2.0.0"
}
}