{
  "name": "uniforms-mui-5",
  "version": "1.0.2",
  "license": "MIT",
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "scripts": {
    "build": "tsc --build tsconfig.build.json"
  },
  "sideEffects": false,
  "description": "Material UI components for uniforms.",
  "repository": "https://github.com/comediadesign/uniforms-material",
  "bugs": "https://github.com/comediadesign/uniforms-material/issues",
  "keywords": [
    "form",
    "forms",
    "material-ui",
    "meteor",
    "react",
    "react-component",
    "schema",
    "validation"
  ],
  "files": [
    "cjs/*.d.ts",
    "cjs/*.js",
    "esm/*.d.ts",
    "esm/*.js",
    "src/*.ts",
    "src/*.tsx"
  ],
  "peerDependencies": {
    "@emotion/react": "latest",
    "@emotion/styled": "latest",
    "@mui/material": "^5.1.0",
    "@mui/styles": "^5.1.0",
    "react": "^17.0.0 || ^16.8.0"
  },
  "dependencies": {
    "invariant": "^2.0.0",
    "lodash": "^4.17.21",
    "tslib": "^2.2.0",
    "uniforms": "^3.6.2"
  },
  "devDependencies": {
    "@types/invariant": "^2.2.35",
    "@types/lodash": "^4.14.178",
    "@types/node": "^16.11.12",
    "tsc": "^2.0.3",
    "typescript": "^4.5.3"
  }
}
