@visma/rjsf-material-ui
Version:
Material UI theme, fields and widgets for react-jsonschema-form
74 lines (73 loc) • 1.93 kB
JSON
{
"name": "@visma/rjsf-material-ui",
"version": "3.1.0-101",
"main": "dist/index.js",
"module": "dist/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"
},
"dependencies": {
"pretty-bytes": "^6.0.0"
},
"peerDependencies": {
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"@visma/rjsf-core": "^3.0.0",
"react": ">=16"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"@types/jest": "^24.0.15",
"@types/json-schema": "^7.0.7",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-test-renderer": "^16.9.2",
"@types/sinon": "^9.0.0",
"@visma/rjsf-core": "^3.1.0-101",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.13.1",
"rimraf": "^2.6.3",
"tsdx": "^0.14.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": "021b0d1ef0718a4844ea33f4e9a7c6c1322357b9"
}