UNPKG

z-react-dynamic-form

Version:

A dynamic form builder for React applications with various input types and validation

72 lines (71 loc) 1.93 kB
{ "name": "z-react-dynamic-form", "version": "0.10.7", "type": "module", "description": "A dynamic form builder for React applications with various input types and validation", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "cd example && npm test", "example": "cd example && npm run dev", "setup:example": "cd example && npm install", "prepublishOnly": "npm run build" }, "keywords": [ "react", "form", "dynamic", "builder", "zod", "validation", "typescript" ], "author": "Your Name", "license": "MIT", "peerDependencies": { "react": ">=17.0.0", "react-dom": ">=17.0.0", "zod": ">=3.0.0" }, "dependencies": { "@hookform/resolvers": "^3.3.4", "axios": "^1.8.4", "clsx": "^2.1.0", "date-fns": "^3.6.0", "react-dropzone": "^14.2.3", "react-file-icon": "^1.4.0", "react-hook-form": "^7.51.0", "tailwind-merge": "^2.2.1", "z-react-dynamic-form": "^0.10.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/node": "^22.14.0", "@types/react": "^18.2.65", "@types/react-dom": "^18.2.21", "@types/react-file-icon": "^1.0.4", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^4.12.1", "rollup-plugin-peer-deps-external": "^2.2.4", "typescript": "^5.4.2", "zod": "^3.22.4" }, "repository": { "type": "git", "url": "https://github.com/yourusername/react-dynamic-form-builder.git" }, "bugs": { "url": "https://github.com/yourusername/react-dynamic-form-builder/issues" }, "homepage": "https://github.com/yourusername/react-dynamic-form-builder#readme" }