{
  "name": "@imtf/json-form",
  "version": "0.5.3",
  "description": "React front-end json-form for IMTF applications",
  "contributors": [
    "Valentin Bourqui",
    "Arnold Von Bauer Gauss",
    "Luca Pillonel"
  ],
  "license": "MIT",
  "private": false,
  "main": "lib/index.js",
  "sideEffects": false,
  "scripts": {
    "build": "yarn run buildBabel && yarn run updateLib",
    "buildBabel": " NODE_ENV=production babel src --out-dir lib --copy-files --no-copy-ignored",
    "updateLib": "rm  lib/index.js && mv ./lib/indexExport.js ./lib/index.js",
    "start": "craco start",
    "clearFilesGenerate": "rm -rf lib && rm -rf build && rm -rf package &&  rm -rf .out && rm -rf @imtf/json-from *.tgz",
    "getVersion": "echo $npm_package_version",
    "prebuild": "yarn install && yarn run clearFilesGenerate",
    "postbuild": "npm pack && tar -xvzf *.tgz"
  },
  "engines": {
    "node": "=10.x || >= 12.x"
  },
  "eslintConfig": {
    "extends": "react-app",
    "rules": {
      "import/no-webpack-loader-syntax": 0
    }
  },
  "browserslist": {
    "production": [
      "last 5 chrome version",
      "last 5 firefox version",
      "last 1 safari version"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "peerDependencies": {
    "@babel/runtime": "^7.x",
    "@date-io/date-fns": "1.x",
    "@imtf/react-components": "^0.5.x",
    "@material-ui/core": "^4.x",
    "@material-ui/icons": "^4.x",
    "@material-ui/lab": "^4.x",
    "@material-ui/pickers": "^3.x",
    "clsx": "^1.x",
    "date-fns": "^2.x",
    "lodash": "^4.x",
    "polished": "^4.x",
    "react": "^16.x || ^17.x",
    "react-dom": "^16.x || ^17.x",
    "react-intl": "^4.x || ^5.x",
    "react-router-dom": "^5.x",
    "react-scripts": "^4.x",
    "react-window": "^1.x",
    "styled-components": "^5.x"
  },
  "devDependencies": {
    "@babel/cli": "^7.13.0",
    "@babel/core": "^7.13.8",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/plugin-proposal-optional-chaining": "^7.13.8",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.13.9",
    "@babel/plugin-transform-template-literals": "^7.13.0",
    "@babel/preset-env": "^7.13.9",
    "@babel/preset-react": "^7.12.13",
    "@babel/runtime": "^7.13.9",
    "@craco/craco": "^6.0.0",
    "@date-io/date-fns": "1.3.11",
    "@formatjs/cli": "^3.0.1",
    "@imtf/react-components": "^0.5.55",
    "@material-ui/core": "^4.9.10",
    "@material-ui/icons": "^4.11.2",
    "@material-ui/lab": "^4.0.0-alpha.57",
    "@material-ui/pickers": "^3.2.10",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-plugin-react-intl": "^8.2.22",
    "babel-plugin-styled-components": "^1.12.0",
    "clsx": "^1.1.0",
    "csp-html-webpack-plugin": "^5.0.0",
    "date-fns": "^2.6.0",
    "dotenv-cra": "^2.0.2",
    "http-proxy-middleware": "^1.0.0",
    "lodash": "^4.17.15",
    "polished": "^4.1.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.1",
    "react-intl": "^5.13.2",
    "react-router-dom": "^5.2.0",
    "react-scripts": "^4.0.3",
    "react-window": "^1.8.6",
    "sass": "^1.32.0",
    "serve": "^11.1.0",
    "shelljs": "^0.8.3",
    "styled-components": "^5.1.0",
    "webpack-bundle-analyzer": "^4.4.0"
  },
  "dependencies": {
    "@imtf/rjsf-conditionals": "^3.0.1",
    "@lpi/bootstrap-scoped": "^3.4.1",
    "@rjsf/core": "npm:@imtf/rjsf-core@3.1.1",
    "@rjsf/material-ui": "^2.5.1",
    "json-rules-engine": "^6.0.0",
    "react-jsonschema-form": "^1.8.1",
    "react-number-format": "^4.4.4",
    "react-text-mask": "^5.4.3",
    "selectn": "^1.1.2"
  }
}
