vue-html-dialog
Version:
A native HTML Dialog written in Vue.
60 lines (59 loc) • 1.27 kB
JSON
{
"name": "vue-html-dialog",
"version": "2.1.2",
"description": "A native HTML Dialog written in Vue.",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/jacrys/vue-html-dialog.git"
},
"keywords": [
"vue",
"dialog",
"popup",
"modal",
"html",
"vue3",
"vue3-dialog",
"vue3-popup",
"vue3-modal",
"vue3-html"
],
"author": "Jacrys Talach",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacrys/vue-html-dialog/issues"
},
"exports": {
".": {
"import": "./dist/vue-html-dialog.js",
"require": "./dist/vue-html-dialog.umd.cjs"
},
"./vue-html-dialog.css": "./dist/vue-html-dialog.css"
},
"style": "dist/vue-html-dialog.css",
"files": [
"dist",
"src",
"README.md",
"LICENSE"
],
"types": "./dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build && vue-tsc --emitDeclarationOnly",
"types": "vue-tsc ",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.13"
},
"devDependencies": {
"@types/node": "^22.15.13",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"typescript": "~5.8.3",
"vite": "^6.3.5",
"vue-tsc": "^2.2.8"
}
}