{
  "name": "@cristianuser/antd-renderers",
  "version": "0.15.3",
  "description": "Ant Design 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": [
    "antd",
    "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",
    "build:examples-app": "rollup -c rollup.example.config.js",
    "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": "eslint .",
    "lint:fix": "eslint --fix .",
    "test": "jest --no-cache",
    "test-cov": "jest --no-cache --coverage",
    "report": "nyc report --reporter=html",
    "doc": "typedoc --name 'JSON Forms React And Design 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/",
      "/Material.*\\.tsx$"
    ]
  },
  "nyc": {
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "dependencies": {
    "@date-io/moment": "1.3.11",
    "@types/uuid": "^3.4.6",
    "moment": "^2.24.0",
    "react-jss": "^10.7.1",
    "uuid": "^3.3.3"
  },
  "peerDependencies": {
    "@ant-design/icons": "^4.8.0",
    "@jsonforms/core": "3.1.0-alpha.3",
    "@jsonforms/react": "3.1.0-alpha.3",
    "antd": "^4.24.10"
  },
  "devDependencies": {
    "@ant-design/icons": "^4.8.0",
    "@jsonforms/core": "3.1.0-alpha.3",
    "@jsonforms/react": "3.1.0-alpha.3",
    "@types/enzyme": "^3.10.3",
    "@types/react-dom": "^17.0.9",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
    "antd": "^4.24.10",
    "copy-webpack-plugin": "^5.0.5",
    "enzyme": "^3.10.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.7.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.32.2",
    "jest": "^26.6.3",
    "nyc": "^15.1.0",
    "react-dom": "^17.0.2",
    "rimraf": "^3.0.2",
    "source-map-loader": "^0.2.4",
    "ts-jest": "^26.4.4",
    "ts-loader": "^6.2.1",
    "typedoc": "^0.19.2",
    "typescript": "4.2.3",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.2.1",
    "webpack-dev-server": "^3.9.0"
  }
}
