@dile/dile-confirm
Version:
Web Component to implement a confirm dialog box opened in a modal box
37 lines (36 loc) • 879 B
JSON
{
"name": "@dile/dile-confirm",
"version": "3.1.1",
"description": "Web Component to implement a confirm dialog box opened in a modal box",
"keywords": [
"dialog",
"modal",
"box",
"confirm",
"overlay",
"modal box"
],
"type": "module",
"author": "midesweb <miguel@desarrolloweb.com>",
"homepage": "https://github.com/Polydile/dile-components",
"license": "MIT",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Polydile/dile-components.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/Polydile/dile-components/issues"
},
"dependencies": {
"@dile/dile-modal": "^3.0.4",
"lit": "^2.6.1"
},
"gitHead": "1b95ff75ddf919a139f1ca01406623b43b6abb91"
}