@conectate/ct-dialog
Version:
HTML dialog made with Web Components
54 lines (53 loc) • 1.19 kB
JSON
{
"name": "@conectate/ct-dialog",
"version": "4.4.8",
"description": "HTML dialog made with Web Components",
"main": "ct-dialog.js",
"types": "ct-dialog.d.ts",
"module": "ct-dialog.js",
"keywords": [
"LitElement",
"React",
"Vue",
"Angular",
"Web Components",
"Polymer"
],
"dependencies": {
"@conectate/ct-button": "^4.4.8",
"@conectate/ct-card": "^4.4.0",
"@conectate/ct-helpers": "^4.0.0",
"@conectate/ct-input": "^4.4.5",
"@conectate/ct-lit": "^4.3.0",
"@conectate/ct-spinner": "^4.3.0",
"lit": "^3.2.1"
},
"scripts": {
"prepare": "rm -rf *.map *.js *.ts;tsc"
},
"type": "module",
"license": "BSD-3-Clause",
"homepage": "https://github.com/conectate/ct-elements",
"author": "Herberth Obregón <herberthobregon@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/conectate/ct-elements"
},
"exports": {
".": {
"dev": "./src/ct-dialog.js",
"default": "./ct-dialog.js"
},
"./*": {
"dev": "./src/*",
"default": "./*"
}
},
"bugs": {
"url": "https://github.com/conectate/ct-elements/issues"
},
"publishConfig": {
"access": "public"
},
"gitHead": "f6f74aefe95e881fc585906b7f3c955df838d2e4"
}