- @lion/dialog@0.4.15 - @lion/form-system@0.7.3 - @lion/input-datepicker@0.11.3 - @lion/overlays@0.13.0 - @lion/select-rich@0.14.2 - @lion/tooltip@0.8.10
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "@lion/input-datepicker",
|
|
"version": "0.11.3",
|
|
"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",
|
|
"test": "cd ../../ && yarn test --grep \"packages/input-datepicker/test/**/*.test.js\"",
|
|
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/input-datepicker/test/**/*.test.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.7.1",
|
|
"@lion/core": "0.5.1",
|
|
"@lion/field": "0.12.1",
|
|
"@lion/input-date": "0.5.22",
|
|
"@lion/localize": "0.9.1",
|
|
"@lion/overlays": "0.13.0",
|
|
"@lion/validate": "0.9.1"
|
|
}
|
|
}
|