UNPKG

@openoleg/mui

Version:

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

114 lines (113 loc) 3.25 kB
{ "name": "@openoleg/mui", "version": "6.0.0-beta.8", "main": "./dist/index.js", "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.js", "import": "./lib/index.js" }, "./lib": { "types": "./lib/index.d.ts", "require": "./dist/index.js", "import": "./lib/index.js" }, "./lib/*.js": { "types": "./lib/*.d.ts", "require": "./dist/*.js", "import": "./lib/*.js" }, "./dist": { "types": "./lib/index.d.ts", "require": "./dist/index.js", "import": "./lib/index.js" }, "./dist/*.js": { "types": "./lib/*.d.ts", "require": "./dist/*.js", "import": "./lib/*.js" } }, "files": [ "dist", "lib", "src" ], "scripts": { "compileReplacer": "tsc -p tsconfig.replacer.json && move-file muiReplacer.js muiReplacer.cjs", "build:ts": "npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json", "build:cjs": "esbuild ./src/index.ts --bundle --outfile=dist/index.js --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", "@mui/material": "^7.0.0", "@rjsf/core": "^6.0.0-beta", "@rjsf/utils": "^6.0.0-beta", "react": ">=18" }, "devDependencies": { "@emotion/jest": "^11.11.0", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^7.1.0", "@mui/material": "^7.1.0", "@rjsf/core": "^6.0.0-beta.7", "@rjsf/snapshot-tests": "^6.0.0-beta.7", "@rjsf/utils": "^6.0.0-beta.7", "@rjsf/validator-ajv8": "^6.0.0-beta.7", "eslint": "^8.56.0" }, "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", "dependencies": { "husky": "^9.1.7" } }