UNPKG

@minocoko/rjsf-material-ui

Version:

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

73 lines (72 loc) 2.01 kB
{ "name": "@minocoko/rjsf-material-ui", "version": "2.2.1-beta.8", "main": "dist/index.js", "module": "dist/rjsf-material-ui.esm.js", "typings": "dist/index.d.ts", "description": "Material UI theme, fields and widgets for react-jsonschema-form", "files": [ "dist" ], "scripts": { "start": "tsdx watch", "build": "rimraf dist && tsdx build", "test": "tsdx test" }, "peerDependencies": { "@material-ui/core": "^4.2.0", "@material-ui/icons": "^4.2.1", "@minocoko/rjsf-core": "^2.1.0", "react": ">=16" }, "devDependencies": { "@babel/core": "^7.0.0-0", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/plugin-proposal-object-rest-spread": "^7.5.5", "@babel/plugin-transform-modules-commonjs": "^7.8.3", "@babel/plugin-transform-runtime": "^7.5.5", "@babel/preset-env": "^7.5.5", "@babel/preset-react": "^7.0.0", "@material-ui/core": "^4.2.0", "@material-ui/icons": "^4.2.1", "@minocoko/rjsf-core": "^2.2.1-beta.8", "@types/jest": "^24.0.15", "@types/json-schema": "^7.0.3", "@types/react": "^16.9.23", "@types/react-dom": "^16.9.5", "@types/react-test-renderer": "^16.9.2", "@types/sinon": "^9.0.0", "react": "^16.8.6", "react-dom": "^16.8.6", "react-test-renderer": "^16.13.1", "rimraf": "^2.6.3", "tsdx": "^0.13.1", "tslib": "^2.0.0", "typescript": "^3.5.3" }, "publishConfig": { "access": "public" }, "author": "Agustin N. R. Ramirez <agustin.ramirez@cybertec.at>", "contributors": [ "Lorenz Henk <lorenz.henk@cybertec.at>" ], "keywords": [ "Material UI", "react-jsonschema-form", "jsonschema", "json-schema", "json", "schema", "form", "react", "material-ui", "rjsf-material-ui" ], "repository": { "type": "git", "url": "git+https://github.com/rjsf-team/react-jsonschema-form.git" }, "license": "Apache-2.0", "gitHead": "3779a1aa268d47cde7aba963d54f002156ba8779" }