UNPKG

react-multistep-forms

Version:

Flexible and customizable multi-step form context for React with native React Hook Form integration.

60 lines (59 loc) 1.43 kB
{ "name": "react-multistep-forms", "version": "0.1.1", "description": "Flexible and customizable multi-step form context for React with native React Hook Form integration.", "type": "module", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "LICENSE" ], "scripts": { "build": "rollup -c", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build && npm pack" }, "peerDependencies": { "react": ">=17.0.0", "react-dom": ">=17.0.0", "react-hook-form": "^7.57.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@types/react": "^19.1.6", "@types/react-dom": "^19.1.5", "rollup": "^4.41.1", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "tslib": "^2.8.1", "typescript": "^5.8.3" }, "license": "MIT", "author": "han_dev", "keywords": [ "react", "multistep", "form", "wizard", "react-hook-form", "stepper", "multi-step", "forms", "typescript", "component", "context", "progressbar", "validation", "navigation", "customizable", "flexible", "ui", "tailwind" ] }