{
  "name": "@json-forms/material-renderers",
  "version": "3.0.0-gamma.3",
  "description": "Material Renderer Set for JSON Forms",
  "repository": "https://github.com/eclipsesource/jsonforms",
  "bugs": "https://github.com/eclipsesource/jsonforms/issues",
  "homepage": "http://jsonforms.io/",
  "license": "MIT",
  "directories": {
    "example": "example",
    "src": "src",
    "webpack": "webpack"
  },
  "keywords": [
    "material",
    "renderer",
    "form",
    "forms",
    "json",
    "jsonforms",
    "frontend",
    "generator",
    "input",
    "renderengine",
    "jsonschema",
    "schema",
    "uischema",
    "layout",
    "customization"
  ],
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "bundle": "webpack --config ./webpack/webpack.build.js --env=production --display-error-details",
    "build": "tsc",
    "dev": "webpack --config webpack/webpack.dev.js && webpack-dev-server --config webpack/webpack.dev.js --env=dev --inline",
    "clean": "rimraf lib coverage dist .nyc_output 2> /dev/null",
    "lint": "tslint --project tsconfig.json --exclude src/models/jsonSchema.ts",
    "test": "jest --no-cache",
    "test-cov": "jest --no-cache --coverage",
    "report": "nyc report --reporter=html",
    "doc": "typedoc --name 'JSON Forms React Material Renderers' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "transform": {
      "^.+\\.(ts|tsx)$": "ts-jest"
    },
    "testMatch": [
      "**/test/**/*.test.tsx"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/dist/"
    ]
  },
  "nyc": {
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "dependencies": {
    "@date-io/dayjs": "1.3.13",
    "dayjs": "1.10.6"
  },
  "peerDependencies": {
    "@json-forms/core": "^3.0.0-gamma.3",
    "@json-forms/react": "^3.0.0-gamma.3",
    "@material-ui/core": "^4.7.0",
    "@material-ui/icons": "^4.5.1",
    "@material-ui/pickers": "^3.3.10"
  },
  "optionalPeerDependencies": {
    "@material-ui/lab": "^4.0.0-alpha.56"
  },
  "devDependencies": {
    "@json-forms/core": "^3.0.0-gamma.3",
    "@json-forms/react": "^3.0.0-gamma.3",
    "@material-ui/core": "^4.7.0",
    "@material-ui/icons": "^4.5.1",
    "@material-ui/lab": "^4.0.0-alpha.56",
    "@material-ui/pickers": "^3.2.8",
    "@types/enzyme": "^3.10.3",
    "@types/enzyme-adapter-react-16": "^1.0.5",
    "@types/react-dom": "^16.8.0",
    "copy-webpack-plugin": "^5.0.5",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.15.1",
    "jest": "^24.9.0",
    "nyc": "^14.1.1",
    "react-dom": "^16.12.0",
    "rimraf": "^3.0.2",
    "source-map-loader": "^0.2.4",
    "ts-jest": "^24.2.0",
    "ts-loader": "^6.2.1",
    "tslint": "^5.20.1",
    "tslint-loader": "^3.5.4",
    "typedoc": "^0.19.2",
    "typescript": "4.2.3",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.2.1",
    "webpack-dev-server": "^3.9.0"
  }
}
