jv3-alert
Version:
easy alert from assign by route by cdnagroup
69 lines (68 loc) • 1.79 kB
JSON
{
"name": "jv3-alert",
"version": "4.0.6",
"type": "module",
"description": "easy alert from assign by route by cdnagroup",
"main": "dist/jv3-alert.umd.js",
"module": "dist/jv3-alert.es.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"preview": "vite preview",
"prepublishOnly": "npm run build",
"docs": "typedoc --out docs src",
"version": "echo $npm_package_version"
},
"files": [
"dist",
"README.md",
"screenshoots"
],
"author": "cdnagroup",
"license": "MIT",
"keywords": [
"vue",
"vue3",
"alert",
"dialog",
"popup",
"notification",
"vue3-alert",
"vue3-dialog",
"vue3-popup",
"vue3-notification",
"vue3-notifications",
"vue3-popup-notification",
"vue3-dialog-notification",
"vue3-alert-dialog",
"vue3-alert-popup",
"vue3-alert-notification",
"vue3-alerts",
"vue3-dialogs",
"vue3-popups",
"vue3-notifications",
"vue3-alerts-dialogs",
"vue3-alerts-popups",
"vue3-alerts-notifications",
"cdnagroup",
"plugins"
],
"peerDependencies": {
"vue": "^3.0.0",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-vue": "^5.2.4",
"sass": "^1.77.8",
"typedoc": "^0.26.6",
"typescript": "^5.5.3",
"vite": "^5.4.19",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vue": "^3.0.0",
"vue3-markdown-it": "^1.0.10",
"vuetify": "^3.7.0"
}
}