- @lion/input-datepicker@0.1.24 - @lion/overlays@0.3.1 - @lion/popup@0.2.1 - @lion/tooltip@0.2.1
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "@lion/input-datepicker",
|
|
"version": "0.1.24",
|
|
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
|
"author": "ing-bank",
|
|
"homepage": "https://github.com/ing-bank/lion/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ing-bank/lion.git",
|
|
"directory": "packages/input-datepicker"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"web-components",
|
|
"input-date",
|
|
"input-datepicker",
|
|
"calendar",
|
|
"datepicker"
|
|
],
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"docs",
|
|
"src",
|
|
"stories",
|
|
"test",
|
|
"translations",
|
|
"*.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/calendar": "^0.1.24",
|
|
"@lion/core": "^0.1.9",
|
|
"@lion/input-date": "^0.1.23",
|
|
"@lion/localize": "^0.4.1",
|
|
"@lion/overlays": "^0.3.1",
|
|
"@lion/validate": "^0.2.10"
|
|
},
|
|
"devDependencies": {
|
|
"@lion/button": "^0.1.28",
|
|
"@open-wc/demoing-storybook": "^0.2.0",
|
|
"@open-wc/testing": "^0.12.5",
|
|
"@polymer/iron-test-helpers": "^3.0.1",
|
|
"sinon": "^7.2.2"
|
|
}
|
|
}
|