{
  "name": "react-jsonschema-form-extras",
  "description": "Extra widgets for Mozilla's react-jsonschema-form",
  "private": false,
  "author": "mavarazy@gmail.com",
  "version": "1.1.2",
  "scripts": {
    "build:lib": "rimraf lib && cross-env NODE_ENV=production babel -d lib/ src/ --copy-files",
    "build:dist": "rimraf dist && cross-env NODE_ENV=production webpack --config webpack.config.dist.js",
    "build:playground": "rimraf build && cross-env NODE_ENV=production webpack --config webpack.config.prod.js --optimize-minimize && cp playground/index.prod.html build/index.html",
    "cs-check": "prettier -l $npm_package_prettierOptions '{playground,src,test}/**/*.js'",
    "cs-format": "prettier $npm_package_prettierOptions '{playground,src,test}/**/*.js' --write",
    "dist": "npm run build:lib && npm run build:dist",
    "lint": "eslint src test playground --fix",
    "precommit": "lint-staged",
    "publish-to-gh-pages": "npm run build:playground && gh-pages --dist build/",
    "publish-to-npm": "npm run dist &&  npm publish && npm version patch",
    "start": "webpack-dev-server",
    "tdd": "jest --watchAll",
    "test": "jest"
  },
  "jest": {
    "verbose": true,
    "collectCoverage": true
  },
  "prettierOptions": "--jsx-bracket-same-line --trailing-comma es5 --semi",
  "lint-staged": {
    "{playground,src,test}/**/*.js": [
      "npm run lint",
      "npm run cs-format",
      "git add"
    ]
  },
  "main": "lib/index.js",
  "files": [
    "lib",
    "dist"
  ],
  "engineStrict": false,
  "engines": {
    "npm": "^5.0.4",
    "node": ">=8.0.0"
  },
  "peerDependencies": {
    "moment": "^2.20.0",
    "prop-types": "^15.x",
    "react": "^16.x",
    "react-bootstrap-table": "^4.x",
    "react-bootstrap-typeahead": "^3.3.2",
    "react-day-picker": "^7.x",
    "react-rte": "^0.15.0"
  },
  "dependencies": {
    "@emotion/react": "^11.11.0",
    "@emotion/styled": "^11.11.0",
    "@mui/icons-material": "^5.18.0",
    "@mui/material": "^5.15.0",
    "classnames": "^2.2.6",
    "draftjs-to-html": "^0.8.4",
    "es6-shim": "^0.35.5",
    "html-to-draftjs": "^1.4.0",
    "lodash.debounce": "^4.0.8",
    "react-draft-wysiwyg": "^1.12.13",
    "react-render-html": "^0.6.0",
    "selectn": "^1.1.2",
    "use-debounce": "^10.0.4"
  },
  "devDependencies": {
    "ansi-html": "^0.0.9",
    "atob": "^2.1.1",
    "babel-cli": "^6.0.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.0.1",
    "babel-jest": "^21.2.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "babel-register": "^6.26.0",
    "bootstrap": "^3.3.7",
    "coveralls": "^3.0.0",
    "cross-env": "^5.1.0",
    "css-loader": "^0.28.7",
    "eslint": "^4.9.0",
    "eslint-plugin-jest": "^21.2.0",
    "eslint-plugin-react": "^7.4.0",
    "eslint-plugin-standard": "^3.0.1",
    "exit-hook": "^1.1.1",
    "express": "^4.16.2",
    "gh-pages": "^1.2.0",
    "has-flag": "^2.0.0",
    "html": "1.0.0",
    "husky": "^0.14.3",
    "istanbul-api": "1.2.2",
    "istanbul-reports": "1.1.4",
    "jest": "^23.6.0",
    "jsdom": "^11.12.0",
    "json-rules-engine-simplified": "^0.1.17",
    "lint-staged": "^6.0.0",
    "mini-css-extract-plugin": "^0.9.0",
    "moment": "^2.20.1",
    "prettier": "^1.7.4",
    "react": "^16.0.0",
    "react-bootstrap-table": "^4.3.0",
    "react-bootstrap-typeahead": "^3.2.4",
    "react-day-picker": "^7.0.5",
    "react-dom": "^16.0.0",
    "react-jsonschema-form": "^1.0.0",
    "react-jsonschema-form-conditionals": "^0.3.15",
    "react-rte": "^0.15.0",
    "react-test-renderer": "^16.0.0",
    "react-transform-catch-errors": "^1.0.2",
    "react-transform-hmr": "^1.0.4",
    "regenerator-runtime": "^0.11.0",
    "rimraf": "^2.6.2",
    "selectn": "^1.1.2",
    "sinon": "^4.1.1",
    "style-loader": "^0.19.0",
    "terser-webpack-plugin": "^1.4.6",
    "webpack": "^4.47.0",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.3",
    "webpack-hot-middleware": "^2.20.0"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RxNT/react-jsonschema-form-extras.git"
  },
  "keywords": [
    "react",
    "form",
    "json-schema",
    "conditional",
    "predicate"
  ],
  "license": "Apache-2.0",
  "homepage": "https://github.com/RxNT/react-jsonschema-form-extras#readme"
}
