{
  "name": "openboxes",
  "version": "1.0.0",
  "description": "OpenBoxes Web App",
  "main": "index.js",
  "engines": {
    "npm": "6.14.6",
    "node": "13.11.0"
  },
  "directories": {
    "doc": "docs",
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "watch": "webpack --watch --colors --progress --mode=development",
    "bundle": "webpack --mode=production",
    "test": "jest",
    "styleguide": "styleguidist server",
    "styleguide:build": "styleguidist build"
  },
  "jest": {
    "verbose": true,
    "roots": [
      "<rootDir>/src/"
    ],
    "moduleNameMapper": {
      "\\.(css|scss)$": "<rootDir>/src/js/tests/__mocks__/styleMock.js"
    },
    "testURL": "http://localhost/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openboxes/openboxes.git"
  },
  "author": "PIH",
  "license": "EPL-1.0",
  "bugs": {
    "url": "https://github.com/openboxes/openboxes/issues"
  },
  "homepage": "https://github.com/openboxes/openboxes#readme",
  "dependencies": {
    "@fortawesome/fontawesome-free": "5.12.1",
    "@fortawesome/fontawesome-svg-core": "1.2.30",
    "@fortawesome/free-brands-svg-icons": "5.14.0",
    "@fortawesome/free-regular-svg-icons": "5.14.0",
    "@fortawesome/free-solid-svg-icons": "5.14.0",
    "@fortawesome/react-fontawesome": "0.1.8",
    "@material-ui/core": "4.9.3",
    "axios": "0.21.2",
    "bootstrap": "4.3.1",
    "chart.js": "2.9.4",
    "chartjs-plugin-datalabels": "0.7.0",
    "final-form": "4.9.1",
    "final-form-arrays": "1.0.4",
    "font-awesome": "4.7.0",
    "immutability-helper": "2.7.1",
    "js-file-download": "0.4.1",
    "lodash": "4.17.21",
    "moment": "2.22.2",
    "npm": "6.14.6",
    "popper.js": "1.14.4",
    "prop-types": "15.6.2",
    "query-string": "6.10.1",
    "react": "16.4.2",
    "react-chartjs-2": "2.9.0",
    "react-confirm-alert": "2.4.1",
    "react-datepicker": "1.7.0",
    "react-dom": "16.4.2",
    "react-dropzone": "4.3.0",
    "react-final-form": "3.6.5",
    "react-final-form-arrays": "1.0.6",
    "react-loadable": "5.5.0",
    "react-loading": "2.0.3",
    "react-localize-redux": "3.5.3",
    "react-meta-tags": "0.7.4",
    "react-modal": "3.5.1",
    "react-overlays": "0.8.3",
    "react-redux": "5.0.7",
    "react-router-dom": "4.3.1",
    "react-s-alert": "1.4.1",
    "react-select-plus": "1.2.0",
    "react-sortable-hoc": "1.11.0",
    "react-sortable-hoc-fix-touch": "1.12.0",
    "react-spinners": "0.3.3",
    "react-spring": "8.0.27",
    "react-table": "6.8.6",
    "react-tabs": "2.3.0",
    "react-tippy": "1.2.2",
    "react-virtualized": "9.21.2",
    "redux": "4.0.0",
    "redux-promise": "0.5.3",
    "redux-thunk": "2.3.0"
  },
  "devDependencies": {
    "babel": "6.23.0",
    "babel-core": "6.26.3",
    "babel-eslint": "8.0.1",
    "babel-jest": "22.4.4",
    "babel-loader": "7.1.5",
    "babel-preset-env": "1.7.0",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-react": "6.24.1",
    "babel-preset-stage-1": "6.24.1",
    "clean-webpack-plugin": "0.1.19",
    "css-loader": "3.4.2",
    "enzyme": "3.11.0",
    "enzyme-adapter-react-16": "1.1.1",
    "eslint": "4.19.1",
    "eslint-config-airbnb": "16.1.0",
    "eslint-loader": "2.1.0",
    "eslint-plugin-import": "2.13.0",
    "eslint-plugin-jsx-a11y": "6.1.1",
    "eslint-plugin-react": "7.10.0",
    "extract-text-webpack-plugin": "3.0.2",
    "file-loader": "1.1.11",
    "html-webpack-plugin": "3.2.0",
    "jest": "22.4.4",
    "jquery": "3.5.0",
    "mini-css-extract-plugin": "0.4.4",
    "node-sass": "4.13.1",
    "optimize-css-assets-webpack-plugin": "5.0.1",
    "react-styleguidist": "9.2.0",
    "react-test-renderer": "16.4.2",
    "regenerator-runtime": "0.11.1",
    "sass-loader": "7.1.0",
    "style-loader": "0.21.0",
    "url-loader": "1.0.1",
    "webpack": "4.41.6",
    "webpack-cli": "3.1.2"
  }
}
