{
  "name": "mephisto-task",
  "version": "2.0.4",
  "description": "",
  "main": "build/bundle.js",
  "scripts": {
    "dev": "webpack --mode=development",
    "dev:watch": "webpack --mode=development --watch",
    "build": "NODE_ENV=production webpack --mode=production",
    "prepublishOnly": "NODE_ENV=production webpack --mode=production"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.18.10",
    "@babel/core": "^7.19.0",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/preset-env": "^7.19.0",
    "@babel/preset-react": "^7.18.6",
    "@typescript-eslint/eslint-plugin": "^5.36.2",
    "@typescript-eslint/parser": "^5.36.2",
    "babel-loader": "^8.2.5",
    "babel-plugin-preval": "^5.1.0",
    "css-loader": "^6.7.1",
    "eslint": "^8.23.0",
    "eslint-config-react-app": "^7.0.1",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-react": "^7.31.8",
    "eslint-plugin-react-hooks": "^4.6.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "style-loader": "^3.3.1",
    "url-loader": "^4.1.1",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  },
  "peerDependencies": {
    "react": "^16.8 || 17 || 18",
    "react-dom": "^16.8 || 17 || 18"
  },
  "dependencies": {
    "axios": "^0.27.2",
    "babel-eslint": "^10.1.0",
    "bowser": "^2.11.0"
  }
}