UNPKG

@appbuckets/react-ui-forms

Version:

An utilities package to manage and create Form using AppBuckets ReactUI

47 lines 1.19 kB
{ "name": "@appbuckets/react-ui-forms", "version": "0.7.4", "description": "An utilities package to manage and create Form using AppBuckets ReactUI", "keywords": [ "react", "form", "appbuckets", "react-ui" ], "main": "./index.js", "publishConfig": { "access": "public" }, "author": { "name": "Marco Cavanna", "email": "marco@appbuckets.io" }, "repository": { "type": "git", "url": "https://github.com/marcocavanna/appbuckets.git", "directory": "packages/react-ui-forms" }, "bugs": { "url": "https://github.com/marcocavanna/appbuckets/issues" }, "homepage": "https://react-ui.appbuckets.io", "license": "MIT", "peerDependencies": { "@appbuckets/react-ui": "^1.5.0", "@types/react": "^17.0.0", "react": "^17.0.0", "react-dom": "^17.0.0" }, "dependencies": { "@appbuckets/react-ui": "1.11.4", "@appbuckets/react-ui-core": "0.4.6", "@hookform/resolvers": "^2.9.7", "clsx": "^1.2.1", "get-value": "^3.0.1", "react-hook-form": "^7.34.0" }, "gitHead": "0e1adf23d12b2915000667ed4503fabf9c709574", "private": false, "module": "./esm/index.js", "types": "./index.d.ts" }