53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "@lion/input-datepicker",
|
|
"version": "0.1.68",
|
|
"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",
|
|
"test-helpers",
|
|
"translations",
|
|
"*.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/calendar": "^0.1.64",
|
|
"@lion/core": "^0.1.13",
|
|
"@lion/field": "^0.2.5",
|
|
"@lion/input-date": "^0.1.53",
|
|
"@lion/localize": "^0.4.15",
|
|
"@lion/overlays": "^0.3.12",
|
|
"@lion/validate": "^0.2.30"
|
|
},
|
|
"devDependencies": {
|
|
"@lion/button": "^0.3.16",
|
|
"@open-wc/demoing-storybook": "^0.2.0",
|
|
"@open-wc/testing": "^2.3.4",
|
|
"sinon": "^7.2.2"
|
|
}
|
|
}
|