lion/packages/input-datepicker/package.json
Thomas Allmer 4a93599228 chore: update storybook version
Co-authored-by: Joren Broekema <Joren.Broekema@ing.com>
2020-01-13 13:58:03 +01:00

53 lines
1.2 KiB
JSON

{
"name": "@lion/input-datepicker",
"version": "0.7.6",
"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.5.8",
"@lion/core": "0.3.0",
"@lion/field": "0.7.1",
"@lion/input-date": "0.4.2",
"@lion/localize": "0.7.2",
"@lion/overlays": "0.10.1",
"@lion/validate": "0.5.4"
},
"devDependencies": {
"@lion/button": "0.4.6",
"@open-wc/demoing-storybook": "^1.1.1",
"@open-wc/testing": "^2.3.4",
"sinon": "^7.2.2"
}
}