UNPKG

anq-modal-form

Version:

A powerful, customizable modal form component for Quasar Framework and Vue 3 applications. Features include responsive design, dynamic form generation, validation, animations, and seamless integration with Quasar's design system.

79 lines (78 loc) 2.15 kB
{ "name": "anq-modal-form", "version": "0.0.20", "description": "A powerful, customizable modal form component for Quasar Framework and Vue 3 applications. Features include responsive design, dynamic form generation, validation, animations, and seamless integration with Quasar's design system.", "type": "module", "main": "./dist/anq-modal-form.umd.cjs", "types": "./dist/types/index.d.ts", "files": [ "dist" ], "module": "./dist/anq-modal-form.js", "exports": { ".": { "import": "./dist/anq-modal-form.js", "require": "./dist/anq-modal-form.umd.cjs", "types": "./dist/types/index.d.ts" } }, "scripts": { "dev": "vite", "build": "vite build && npm run build:types", "build:types": "vue-tsc --project tsconfig.build-types.json --declaration --emitDeclarationOnly --outDir dist/types ", "preview": "vite preview" }, "dependencies": { "vue": "^3.4.37" }, "devDependencies": { "@quasar/extras": "^1.16.12", "@quasar/vite-plugin": "^1.7.0", "@types/node": "^22.15.3", "@vitejs/plugin-vue": "^5.1.2", "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "quasar": "^2.16.11", "rollup-plugin-postcss": "^4.0.2", "sass": "^1.33.0", "tailwindcss": "^3.4.11", "typescript": "^5.5.3", "vite": "^5.4.1", "vite-plugin-css-injected-by-js": "^3.5.1", "vue-tsc": "^2.0.29" }, "keywords": [ "anq-modal-form", "modal-form", "quasar-modal", "vue-modal", "quasar-framework", "vue3", "form-dialog", "dynamic-form", "form-component", "quasar-components", "vue-components", "responsive-modal", "form-validation", "customizable-form", "typescript-form" ], "author": "aymane_nahji", "repository": { "type": "git", "url": "https://github.com/AymaneNahji/anq-modal-form" }, "bugs": { "url": "https://github.com/AymaneNahji/anq-modal-form/issues" }, "homepage": "https://github.com/AymaneNahji/anq-modal-form#readme", "license": "MIT", "engines": { "node": ">=14.0.0" }, "peerDependencies": { "quasar": "^2.0.0", "vue": "^3.0.0" } }