UNPKG

react-schema-form

Version:
119 lines (118 loc) 3.46 kB
{ "name": "react-schema-form", "overrides": { "vite": "^7.3.0" }, "version": "1.1.1", "description": "React JSON Schema Form", "keywords": [ "json schema", "schema form", "react", "react-component", "form", "react-schema-form", "react schema form" ], "author": "Steve Hu, Nicholas Azar, Xavi Torelló, Greg Taschuk, Gene Sumchenko, Dmytro V. Dogadailo, Naeem Baghi", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/networknt/react-schema-form.git" }, "type": "module", "scripts": { "dev": "vite", "test": "vitest", "build": "vite build", "verify:package": "npm run build && node scripts/verify-package.mjs", "lint": "eslint .", "preview": "vite preview", "predeploy": "cd example && npm install && npm run build", "deploy": "gh-pages -d example/dist" }, "dependencies": { "ajv": "^8.18.0", "ajv-formats": "^3.0.1", "classnames": "^2.5.1", "lodash": "^4.17.23", "object-path": "^0.11.8", "objectpath": "^2.0.0", "react-checkbox-tree": "^1.8.0", "supports-color": "^10.2.2", "universal-cookie": "^8.0.1", "yaml": "^2.9.0" }, "devDependencies": { "@babel/runtime": "^7.28.4", "@codemirror/autocomplete": "^6.20.0", "@codemirror/language": "^6.12.1", "@codemirror/lint": "^6.9.2", "@codemirror/search": "^6.5.11", "@codemirror/state": "^6.5.3", "@codemirror/theme-one-dark": "^6.1.3", "@codemirror/view": "^6.39.5", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@eslint/js": "^9.39.2", "@lezer/common": "^1.5.0", "@mui/icons-material": "^7.3.6", "@mui/material": "^7.3.6", "@mui/system": "^7.3.6", "@mui/x-date-pickers": "^8.22.1", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^7.0.0", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/react": "^19.2.7", "@uiw/react-markdown-editor": "^6.1.4", "@vitejs/plugin-react": "^5.1.2", "codemirror": "^6.0.2", "dayjs": "^1.11.19", "eslint": "^9.39.2", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.26", "gh-pages": "^6.3.0", "globals": "^16.5.0", "jsdom": "^29.1.1", "react": "^19.2.3", "react-dom": "^19.2.3", "vite": "^7.3.0", "vitest": "^4.0.16" }, "peerDependencies": { "@babel/runtime": "^7.28.4", "@codemirror/autocomplete": "^6.20.0", "@codemirror/language": "^6.12.1", "@codemirror/lint": "^6.9.2", "@codemirror/search": "^6.5.11", "@codemirror/state": "^6.5.3", "@codemirror/theme-one-dark": "^6.1.3", "@codemirror/view": "^6.39.5", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@lezer/common": "^1.5.0", "@mui/icons-material": "^7.3.6", "@mui/material": "^7.3.6", "@mui/x-date-pickers": "^8.22.1", "@types/react": "^19.2.7", "@uiw/react-markdown-editor": "^6.1.4", "codemirror": "^6.0.1", "dayjs": "^1.11.13", "react": "^19.2.3", "react-dom": "^19.2.3" }, "files": [ "dist" ], "main": "./dist/react-schema-form.umd.cjs", "module": "./dist/react-schema-form.js", "exports": { ".": { "import": "./dist/react-schema-form.js", "require": "./dist/react-schema-form.umd.cjs" } }, "packageManager": "npm@11.6.2" }