UNPKG

react-schema-form

Version:
108 lines (107 loc) 3.12 kB
{ "name": "react-schema-form", "private": false, "version": "1.0.12", "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": "https://github.com/networknt/react-schema-form.git", "type": "module", "scripts": { "dev": "vite", "test": "vitest", "build": "vite build", "lint": "eslint .", "preview": "vite preview", "predeploy": "cd example && yarn install && yarn build", "deploy": "gh-pages -d example/dist" }, "dependencies": { "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "classnames": "^2.5.1", "lodash": "^4.17.21", "object-path": "^0.11.8", "objectpath": "^2.0.0", "react-checkbox-tree": "^1.8.0", "supports-color": "^9.4.0", "universal-cookie": "^7.2.2" }, "devDependencies": { "@babel/runtime": "^7.26.0", "@codemirror/autocomplete": "^6.18.2", "@codemirror/language": "^6.10.6", "@codemirror/lint": "^6.8.2", "@codemirror/search": "^6.5.7", "@codemirror/state": "^6.4.1", "@codemirror/theme-one-dark": "^6.1.2", "@codemirror/view": "^6.34.2", "@emotion/react": "^11.13.5", "@emotion/styled": "^11.13.5", "@eslint/js": "^9.13.0", "@lezer/common": "^1.2.3", "@mui/icons-material": "^6.1.6", "@mui/material": "^6.1.6", "@mui/styles": "^6.1.6", "@mui/system": "^6.4.3", "@mui/x-date-pickers": "^7.25.0", "@types/react": "^18.3.1", "@uiw/react-markdown-editor": "^6.1.2", "@vitejs/plugin-react": "^4.3.3", "codemirror": "^6.0.1", "dayjs": "^1.11.13", "eslint": "^9.13.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "gh-pages": "^6.2.0", "globals": "^15.11.0", "react": "^18.3.1", "react-dom": "^18.3.1", "vite": "^6.0.11", "vitest": "^3.0.6" }, "peerDependencies": { "@babel/runtime": "^7.26.0", "@codemirror/autocomplete": "^6.18.2", "@codemirror/language": "^6.10.6", "@codemirror/lint": "^6.8.2", "@codemirror/search": "^6.5.7", "@codemirror/state": "^6.4.1", "@codemirror/theme-one-dark": "^6.1.2", "@codemirror/view": "^6.34.2", "@emotion/react": "^11.13.5", "@emotion/styled": "^11.13.5", "@lezer/common": "^1.2.3", "@mui/icons-material": "^6.1.6", "@mui/material": "^6.1.6", "@mui/styles": "^6.1.6", "@mui/x-date-pickers": "^7.25.0", "@types/react": "^18.3.1", "@uiw/react-markdown-editor": "^6.1.2", "codemirror": "^6.0.1", "dayjs": "^1.11.13", "react": "^18.3.1", "react-dom": "^18.3.1" }, "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" } } }