@customizer/modal-x
Version:
Modal-X = **This Vue Plugin provides a simple and flexible way to create modals for your web applications using a file-based approach. Easily define modal content in separate files, allowing for better organization and maintainability with minimal effort.
40 lines • 837 B
JSON
{
"name": "@customizer/modal-x",
"version": "0.0.90",
"private": false,
"bin": {
"watchmodal": "./generateFileNames.cjs"
},
"keywords": [
"Modal",
"File Based Modals",
"Dialogs"
],
"types": "./index.d.ts",
"type": "module",
"main": "./index.js",
"module": "./index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/JulesWinnfield22/modal-x.git"
},
"dependencies": {
"pinia": "^2.1.6",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.1",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/test-utils": "^2.4.1",
"jsdom": "^22.1.0",
"vite": "^4.4.9",
"vitest": "^0.34.2",
"vue-router": "^4.2.4"
}
}