UNPKG

@appbuckets/react-ui-smart-components

Version:

UI Extended Components that work with @appbuckets/react-client and @appbuckets/react-ui

52 lines 1.4 kB
{ "name": "@appbuckets/react-ui-smart-components", "version": "0.6.4", "description": "UI Extended Components that work with @appbuckets/react-client and @appbuckets/react-ui", "keywords": [ "react", "appbuckets", "react-ui", "react-app-client", "form-builder" ], "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-app-client": "^1.3.0", "@appbuckets/react-ui": "^1.5.0", "@appbuckets/react-ui-forms": "^0.1.4", "@types/react": "^17.0.0", "react": "^17.0.0", "react-dom": "^17.0.0", "yup": "^0.32.9" }, "dependencies": { "@appbuckets/react-ui": "1.11.4", "@appbuckets/react-ui-core": "0.4.6", "@appbuckets/react-ui-forms": "0.7.4", "@hookform/resolvers": "^2.9.7", "array-sort": "^1.0.0", "butter-toast": "^3.3.5", "rfdc": "^1.3.0" }, "gitHead": "0e1adf23d12b2915000667ed4503fabf9c709574", "private": false, "module": "./esm/index.js", "types": "./index.d.ts" }