-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "oe-date-range",
"description": "A UI element to select a range of dates",
"main": "oe-date-range.js",
"version": "2.0.0",
"scripts": {
"test": "polymer test --module-resolution node --skip-selenium-install",
"lint": "eslint .",
"doc": "polymer analyze *.js > analysis.json"
},
"dependencies": {
"@polymer/iron-dropdown": "^3.0.1",
"@polymer/iron-icons": "^3.0.1",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-card": "^3.0.1",
"@polymer/paper-dialog": "^3.0.1",
"@polymer/paper-icon-button": "^3.0.2",
"@polymer/polymer": "^3.1.0",
"oe-date": "^2.0.0",
"oe-i18n-msg": "^2.0.0",
"oe-input": "^2.0.0",
"oe-mixins": "^2.0.0",
"oe-utils": "^2.0.0"
},
"devDependencies": {
"@polymer/iron-demo-helpers": "^3.0.2",
"@webcomponents/webcomponentsjs": "^2.2.7",
"@polymer/iron-component-page": "^4.0.1",
"@polymer/iron-test-helpers": "^3.0.1",
"@polymer/test-fixture": "^4.0.2",
"axe-core": "3.1.2",
"chai": "4.2.0",
"mocha": "5.2.0",
"sinon": "7.2.3",
"wct-mocha": "1.0.0"
}
}