auto-form-builder
Version:
🧱 Vue Auto Form Builder with schema-based generation, themes, validation and localization.
38 lines (37 loc) • 762 B
JSON
{
"name": "auto-form-builder",
"version": "1.0.3",
"description": "🧱 Vue Auto Form Builder with schema-based generation, themes, validation and localization.",
"main": "dist/auto-form-builder.umd.js",
"module": "dist/auto-form-builder.es.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"index.ts"
],
"scripts": {
"build": "vite build"
},
"keywords": [
"vue",
"form",
"auto",
"form-builder",
"tailwind",
"vue3",
"component",
"dynamic-forms"
],
"author": "Ahmad Alsabah",
"license": "MIT",
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vue": "^3.4.0"
},
"peerDependencies": {
"vue": "^3.4.0"
}
}