dappros/ethora

View on GitHub
client-web/package.json

Summary

Maintainability
Test Coverage
{
  "name": "web-app",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "@apollo/client": "^3.7.1",
    "@apollo/react-hooks": "^4.0.0",
    "@chatscope/chat-ui-kit-react": "^1.9.7",
    "@chatscope/chat-ui-kit-styles": "^1.4.0",
    "@emotion/react": "^11.10.4",
    "@emotion/styled": "^11.10.4",
    "@mui/icons-material": "^5.10.6",
    "@mui/lab": "^5.0.0-alpha.101",
    "@mui/material": "^5.10.6",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.11.59",
    "@types/react": "^18.0.20",
    "@types/react-dom": "^18.0.6",
    "@types/react-facebook-login": "^4.1.5",
    "@web3-react/core": "^6.1.9",
    "@web3-react/injected-connector": "^6.0.7",
    "@web3-react/walletconnect-connector": "^6.2.13",
    "@xmpp/client": "^0.13.1",
    "axios": "^0.27.2",
    "bootstrap": "^5.2.1",
    "classnames": "^2.3.2",
    "date-fns": "^2.29.3",
    "dompurify": "^2.4.1",
    "ethers": "^5.7.1",
    "firebase": "^9.12.1",
    "formik": "^2.2.9",
    "gapi-script": "^1.2.0",
    "graphql": "^16.6.0",
    "graphql-ws": "^5.11.2",
    "js-sha256": "^0.9.0",
    "react": "^18.2.0",
    "react-audio-voice-recorder": "^1.0.4",
    "react-content-loader": "^6.2.0",
    "react-dom": "^18.2.0",
    "react-dropzone": "^14.2.3",
    "react-facebook-login": "^4.1.1",
    "react-google-login": "^5.2.2",
    "react-hook-form": "^7.36.0",
    "react-image-crop": "^10.0.8",
    "react-qr-code": "^2.0.8",
    "react-router": "^5.3.3",
    "react-router-dom": "^5.3.3",
    "react-scripts": "5.0.1",
    "recharts": "^2.1.14",
    "typescript": "^4.8.3",
    "web-vitals": "^2.1.4",
    "zustand": "^4.1.1"
  },
  "scripts": {
    "analyze": "source-map-explorer 'build/static/js/*.js'",
    "start": "react-scripts start",
    "build": "react-scripts build",
    "build-prod": "BUILD_PATH='./build-prod' react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "build:disableSourceMaps": "GENERATE_SOURCEMAP=false react-scripts build"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@types/dompurify": "^2.4.0",
    "@types/react-router-dom": "^5.3.3",
    "@types/xmpp__client": "^0.13.0",
    "sass": "^1.57.1",
    "simple-zustand-devtools": "^1.1.0",
    "source-map-explorer": "^2.5.3",
    "webpack-bundle-analyzer": "^4.7.0"
  }
}