UNPKG

@react-form-builder/core

Version:

React JSON Schema Form Builder to create complex, validated, reusable forms with no deep React knowledge required

97 lines 2.33 kB
{ "name": "@react-form-builder/core", "description": "React JSON Schema Form Builder to create complex, validated, reusable forms with no deep React knowledge required", "version": "7.9.0", "license": "MIT", "private": false, "author": "Optimajet", "homepage": "https://formengine.io/", "repository": { "type": "git", "url": "git+ssh://git@github.com/optimajet/formengine.git" }, "keywords": [ "react", "form", "forms", "form-validation", "validation", "formengine", "form-library", "react-component", "react-dom", "hooks", "render props", "validation", "react-component", "schema", "form-builder", "optimajet", "react-hook-form", "react hook form alternative", "react form validation", "react form library" ], "bugs": { "email": "support@optimajet.com" }, "main": "./dist/index.js", "type": "module", "sideEffects": false, "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./lite": { "import": "./dist/index-lite.js", "types": "./dist/index-lite.d.ts" }, "./package.json": "./package.json", "./schemas/persisted-form.schema.json": "./dist/schemas/persisted-form.schema.json" }, "dependencies": { "@fluent/bundle": "^0.19.1", "zod": "^4.0.0" }, "peerDependencies": { "@emotion/cache": "^11.14.0", "@emotion/css": "^11.13.5", "@emotion/react": "^11.14.0", "mobx": "^6.13.5", "mobx-react": "^9.2.0", "react": ">=17.0.2 || ^18 || ^19" }, "devDependencies": { "ts-json-schema-generator": "^2.4.0", "vite-node": "^5.2.0" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "files": [ "README.md", "LICENSE", "dist/DefaultErrorMessage-Cz2ItVOj.js.map", "dist/index-lite.js.map", "dist/index.js.map", "dist/index-lite.d.ts", "dist/index.d.ts", "dist/DefaultErrorMessage-Cz2ItVOj.js", "dist/index-lite.js", "dist/index.js", "dist/schemas/persisted-form.schema.json", "package.json" ], "module": "./dist/index.js", "types": "./dist/index.d.ts" }