- @lion/button@0.4.0 - @lion/calendar@0.5.0 - @lion/dialog@0.2.3 - @lion/input-datepicker@0.6.0 - @lion/overlays@0.8.0 - @lion/popup@0.4.3 - @lion/select-rich@0.8.0 - @lion/switch@0.3.10 - @lion/tooltip@0.5.0
40 lines
845 B
JSON
40 lines
845 B
JSON
{
|
|
"name": "@lion/dialog",
|
|
"version": "0.2.3",
|
|
"description": "Show relative overlay content on click, as a webcomponent",
|
|
"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/dialog"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"web-components",
|
|
"dialog"
|
|
],
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"src",
|
|
"stories",
|
|
"test",
|
|
"*.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "0.3.0",
|
|
"@lion/overlays": "0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@open-wc/demoing-storybook": "^0.2.0",
|
|
"@open-wc/testing": "^2.3.4"
|
|
}
|
|
}
|