55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "@lion/input-datepicker",
|
|
"version": "0.10.1",
|
|
"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.6.13",
|
|
"@lion/core": "0.4.5",
|
|
"@lion/field": "0.11.3",
|
|
"@lion/input-date": "0.5.19",
|
|
"@lion/localize": "0.8.10",
|
|
"@lion/overlays": "0.12.4",
|
|
"@lion/validate": "0.8.0",
|
|
"@open-wc/scoped-elements": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@open-wc/demoing-storybook": "^1.10.4",
|
|
"@open-wc/testing": "^2.5.0",
|
|
"sinon": "^7.2.2"
|
|
}
|
|
}
|