- @lion/dialog@0.6.1 - @lion/form-system@0.8.1 - @lion/icon@0.5.1 - @lion/input-datepicker@0.13.1 - @lion/overlays@0.15.1 - @lion/select-rich@0.17.1 - @lion/tooltip@0.10.2
41 lines
980 B
JSON
41 lines
980 B
JSON
{
|
|
"name": "@lion/dialog",
|
|
"version": "0.6.1",
|
|
"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",
|
|
"test": "cd ../../ && yarn test:browser --grep \"packages/dialog/test/**/*.test.js\"",
|
|
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/dialog/test/**/*.test.js\""
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"web-components",
|
|
"dialog"
|
|
],
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"src",
|
|
"stories",
|
|
"test",
|
|
"*.js"
|
|
],
|
|
"sideEffects": [
|
|
"lion-dialog.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "0.6.0",
|
|
"@lion/overlays": "0.15.1"
|
|
}
|
|
}
|