UNPKG

@rjsf/mui

Version:

Material UI 7 theme, fields and widgets for react-jsonschema-form

110 lines (109 loc) 3.05 kB
{ "name": "@rjsf/mui", "version": "6.5.3", "main": "./dist/index.cjs", "module": "./lib/index.js", "types": "./lib/index.d.ts", "type": "module", "description": "Material UI 7 theme, fields and widgets for react-jsonschema-form", "exports": { ".": { "types": "./lib/index.d.ts", "require": "./dist/index.cjs", "import": "./lib/index.js" }, "./lib": { "types": "./lib/index.d.ts", "require": "./dist/index.cjs", "import": "./lib/index.js" }, "./lib/*.js": { "types": "./lib/*.d.ts", "require": "./dist/*.cjs", "import": "./lib/*.js" }, "./dist": { "types": "./lib/index.d.ts", "require": "./dist/index.cjs", "import": "./lib/index.js" }, "./dist/*.cjs": { "types": "./lib/*.d.ts", "require": "./dist/*.cjs", "import": "./lib/*.js" } }, "files": [ "dist", "lib", "src" ], "scripts": { "build:ts": "rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json", "build:cjs": "esbuild ./src/index.ts --bundle --outfile=dist/index.cjs --sourcemap --packages=external --format=cjs", "build:esm": "esbuild ./src/index.ts --bundle --outfile=dist/mui.esm.js --sourcemap --packages=external --format=esm", "build:umd": "rollup dist/mui.esm.js --format=umd --file=dist/mui.umd.js --name=@rjsf/mui", "build": "npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd", "cs-check": "prettier -l \"{src,test}/**/*.ts?(x)\"", "cs-format": "prettier \"{src,test}/**/*.ts?(x)\" --write", "lint": "eslint src test", "precommit": "lint-staged", "test": "jest", "test:update": "jest --u" }, "lint-staged": { "{src,test}/**/*.ts?(x)": [ "eslint --fix" ] }, "engines": { "node": ">=20" }, "peerDependencies": { "@emotion/react": "^11.7.0", "@emotion/styled": "^11.6.0", "@mui/icons-material": "^7.0.0 || ^9.0.0", "@mui/material": "^7.0.0 || ^9.0.0", "@rjsf/core": "^6.5.x", "@rjsf/utils": "^6.5.x", "react": ">=18" }, "devDependencies": { "@emotion/jest": "^11.14.2", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/icons-material": "^9.0.0", "@mui/material": "^9.0.0", "@rjsf/core": "6.5.3", "@rjsf/snapshot-tests": "6.5.3", "@rjsf/utils": "6.5.3", "@rjsf/validator-ajv8": "6.5.3", "eslint": "^8.57.1" }, "publishConfig": { "access": "public" }, "author": "Agustin N. R. Ramirez <agustin.ramirez@cybertec.at>", "contributors": [ "Lorenz Henk <lorenz.henk@cybertec.at>", "Heath Chiavettone <heath.chiavettone@freenome.com>" ], "keywords": [ "Material UI", "react-jsonschema-form", "jsonschema", "json-schema", "json", "schema", "form", "react", "material-ui 5", "mui", "rjsf-mui" ], "repository": { "type": "git", "url": "git+https://github.com/rjsf-team/react-jsonschema-form.git" }, "license": "Apache-2.0" }