oe-ui-misc
Version:
collection of miscellaneous oe-ui Polymer components
61 lines (60 loc) • 1.99 kB
JSON
{
"name": "oe-ui-misc",
"description": "collection of miscellaneous oe-ui Polymer components",
"version": "2.3.0",
"scripts": {
"test": "polymer test --module-resolution node --skip-selenium-install",
"lint": "eslint .",
"doc": "polymer analyze *.js > analysis.json"
},
"dependencies": {
"@polymer/iron-flex-layout": "^3.0.1",
"@polymer/iron-icon": "^3.0.1",
"@polymer/iron-icons": "^3.0.1",
"@polymer/iron-iconset-svg": "^3.0.1",
"@polymer/iron-media-query": "^3.0.1",
"@polymer/iron-resizable-behavior": "^3.0.1",
"@polymer/iron-selector": "^3.0.1",
"@polymer/marked-element": "^3.0.1",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-checkbox": "^3.1.0",
"@polymer/paper-icon-button": "^3.0.2",
"@polymer/paper-item": "^3.0.1",
"@polymer/paper-listbox": "^3.0.1",
"@polymer/paper-menu-button": "^3.0.1",
"@polymer/paper-toolbar": "^3.0.1",
"@polymer/polymer": "^3.1.0",
"moment": "2.24.0",
"oe-ajax": "^2.0.0",
"oe-i18n-msg": "^2.0.0",
"oe-mixins": "^2.0.0",
"oe-utils": "^2.0.0"
},
"devDependencies": {
"@polymer/iron-component-page": "^4.0.1",
"@polymer/iron-demo-helpers": "^3.0.2",
"@polymer/iron-test-helpers": "^3.0.1",
"@polymer/paper-card": "^3.0.1",
"@polymer/paper-fab": "^3.0.1",
"@polymer/paper-scroll-header-panel": "^3.0.1",
"@polymer/paper-slider": "^3.0.1",
"@polymer/paper-toggle-button": "^3.0.1",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.2.7",
"axe-core": "3.1.2",
"chai": "4.2.0",
"fakerest": "2.1.0",
"mocha": "5.2.0",
"oe-checkbox": "^2.0.0",
"oe-data-table": "^2.0.0",
"oe-date": "^2.0.0",
"oe-input": "^2.0.0",
"sinon": "7.2.3",
"wct-mocha": "1.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/EdgeVerve/oe-ui-misc.git"
}
}