{
  "name": "@eccosolutions/rjsf-semantic-ui",
  "version": "2.4.6",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "description": "Semantic UI theme, fields and widgets for react-jsonschema-form",
  "lint-staged": {
    "{src,test}/**/*.js": [
      "eslint --fix",
      "prettier --write",
      "git add"
    ]
  },
  "files": [
    "dist"
  ],
  "engineStrict": false,
  "engines": {
    "npm": ">=2.14.7",
    "node": ">=6"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:es",
    "build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs",
    "build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es",
    "dist:build:umd": "rimraf dist && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js",
    "lint": "eslint src test",
    "test": "cross-env NODE_ENV=test BABEL_ENV=test jest"
  },
  "peerDependencies": {
    "@eccosolutions/rjsf-core": "^2.0.0",
    "lodash": "^4.17.15",
    "react": ">=16",
    "semantic-ui-css": "^2.4.1",
    "semantic-ui-react": "^0.87.3",
    "shortid": "^2.2.14"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/plugin-proposal-class-properties": "^7.4.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
    "@babel/plugin-transform-react-jsx": "^7.3.0",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.10.3",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.4.4",
    "@eccosolutions/rjsf-core": "^2.4.6",
    "atob": "^2.0.3",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.1.0",
    "chai": "^3.3.0",
    "codemirror": "^5.30.0",
    "create-react-ref": "^0.1.0",
    "cross-env": "^2.0.1",
    "css-loader": "^0.23.1",
    "eslint": "^4.9.0",
    "eslint-config-react-app": "^2.0.1",
    "eslint-plugin-flowtype": "^2.39.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.20.0",
    "estraverse": "^4.2.0",
    "estraverse-fb": "^1.3.1",
    "express": "^4.14.0",
    "gh-pages": "^0.11.0",
    "html": "^1.0.0",
    "husky": "^0.13.2",
    "jest": "^25.4.0",
    "jsdom": "^8.3.0",
    "json-loader": "^0.5.7",
    "lint-staged": "^9.4.2",
    "loader-utils": "^1.2.3",
    "mini-css-extract-plugin": "^0.4.3",
    "mocha": "^5.2.0",
    "monaco-editor-webpack-plugin": "1.7.0",
    "np": "^5.0.3",
    "npm-run-all": "^4.1.5",
    "nyc": "^13.2.0",
    "prettier": "^1.15.1",
    "prop-types": "^15.7.2",
    "react": "^16.8.6",
    "react-codemirror2": "^4.1.0",
    "react-dom": "^16.8.6",
    "react-monaco-editor": "^0.26.2",
    "react-portal": "^4.2.0",
    "react-test-renderer": "^16.13.1",
    "react-transform-catch-errors": "^1.0.0",
    "react-transform-hmr": "^1.0.1",
    "redbox-react": "^1.3.3",
    "rimraf": "^2.6.3",
    "shortid": "^2.2.14",
    "sinon": "^7.5.0",
    "style-loader": "^0.13.1",
    "webpack": "^4.20.2",
    "webpack-cli": "^3.1.2",
    "webpack-dev-middleware": "^3.4.0",
    "webpack-hot-middleware": "^2.13.2"
  },
  "author": "Jacques Nel <jacqueswho@gmail.com>",
  "contributors": [
    "Jacques Nel <jacqueswho@gmail.com>"
  ],
  "keywords": [
    "Semantic UI",
    "react-jsonschema-form",
    "jsonschema",
    "json-schema",
    "json",
    "schema",
    "form",
    "react",
    "semantic-ui",
    "rjsf-semantic-ui"
  ],
  "repository": "github:eccosolutions/ecco-rjsf",
  "license": "Apache-2.0",
  "dependencies": {
    "@babel/runtime-corejs2": "^7.9.2",
    "semantic-ui-css": "^2.4.1",
    "semantic-ui-react": "^0.87.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "42b14a0fca38f02beb215818ea252438df3f860a"
}
