ElectronicBabylonianLiterature/ebl-frontend

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "lint-staged": {
    "src/**/*.js": [
      "prettier --write",
      "eslint --fix"
    ],
    "src/**/*.ts": [
      "prettier --write",
      "eslint --fix"
    ],
    "src/**/*.tsx": [
      "prettier --write",
      "eslint --fix"
    ],
    "**/*.md": [
      "prettier --write"
    ],
    "src/**/*.css": [
      "prettier --write"
    ]
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "lighthouse": "node scripts/lighthouse.js",
    "lint": "eslint --ext .ts,.tsx src/ && stylelint 'src/**/*.css'",
    "prepare": "husky install",
    "postinstall": "patch-package"
  },
  "name": "ebl-frontend",
  "version": "0.1.0",
  "private": true,
  "engines": {
    "yarn": "^1.5.1",
    "node": "^16.0.0"
  },
  "jest": {},
  "dependencies": {
    "@auth0/auth0-spa-js": "^1.7.0",
    "@sentry/react": "^6.2.3",
    "@types/bluebird": "^3.5.28",
    "@types/jquery": "^3.5.5",
    "@types/lodash": "^4.14.144",
    "@types/luxon": "^2.0.9",
    "@types/node": "^16.11.10",
    "@types/react": "^17.0.3",
    "@types/react-dom": "^17.0.3",
    "@types/react-router-bootstrap": "^0.24.5",
    "@types/react-router-dom": "^5.1.0",
    "@types/react-select": "^3.0.10",
    "@types/romans": "^2.0.0",
    "bluebird": "^3.5.2",
    "citation-js": "^0.6.4",
    "classnames": "^2.2.6",
    "docx": "^5.4.1",
    "dompurify": "^2.2.8",
    "eslint-config-prettier": "^8.1.0",
    "eslint-config-react": "^1.1.7",
    "eslint-config-react-app": "^6.0.0",
    "eslint-plugin-compat": "^3.5.1",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jest-dom": "^3.2.3",
    "eslint-plugin-prettier": "^3.1.3",
    "eslint-plugin-testing-library": "^4.9.0",
    "exif-js": "^2.3.0",
    "fast-xml-parser": "^3.17.4",
    "file-saver": "^2.0.5",
    "html-to-react": "^1.3.4",
    "iconv-lite": "^0.6.2",
    "immer": "^9.0.6",
    "jquery": "^3.5.1",
    "jspdf": "^2.3.0",
    "jwt-decode": "^3.1.2",
    "lodash": "^4.17.19",
    "luxon": "^2.5.2",
    "node-sass": "^6.0.1",
    "pako": "^2.1.0",
    "patch-package": "^6.4.7",
    "postinstall-postinstall": "^2.1.0",
    "prettier": "2.1.1",
    "query-string": "^7.0.1",
    "react": "^17.0.2",
    "react-ace": "^9.1.1",
    "react-bootstrap": "^1.0.0",
    "react-dom": "^17.0.2",
    "react-dynamic-sitemap": "^1.2.1",
    "react-ga4": "^2.0.0",
    "react-helmet-async": "^1.3.0",
    "react-image-annotation": "^0.9.10",
    "react-markdown": "^4.0.3",
    "react-router-bootstrap": "^0.25.0",
    "react-router-dom": "^5.0.0",
    "react-router-hash-link": "^2.4.0",
    "react-scripts": "4.0.3",
    "react-select": "^3.0.4",
    "react-zoom-pan-pinch": "^2.1.3",
    "rehype-raw": "^5.1.0",
    "rehype-stringify": "^8.0.0",
    "remark-html": "^13.0.1",
    "remark-parse": "^9.0.0",
    "remark-rehype": "^8.1.0",
    "remark-sub-super": "^1.0.20",
    "remove-markdown": "^0.3.0",
    "rgb-hex": "^3.0.0",
    "romans": "^2.0.4",
    "stylelint-config-standard": "^24.0.0",
    "typescript": "^4.0.2",
    "unified": "^9.2.1",
    "xml-js": "^1.6.11"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.5.0",
    "@testing-library/react": "^12.0.0",
    "@testing-library/user-event": "^13.1.9",
    "@types/chance": "^1.1.2",
    "@types/jest": "^26.0.21",
    "@typescript-eslint/eslint-plugin": "^4.19.0",
    "@typescript-eslint/parser": "^4.19.0",
    "canvas": "^2.6.1",
    "chance": "^1.0.16",
    "fishery": "^2.1.0",
    "husky": "^7.0.0",
    "jest-canvas-mock": "^2.3.1",
    "jest-date-mock": "^1.0.2",
    "jest-fetch-mock": "^3.0.1",
    "lighthouse": "^6.1.1",
    "lint-staged": "^12.1.2",
    "react-select-event": "^5.0.0",
    "stylelint": "^14.1.0",
    "stylelint-config-prettier": "^9.0.3"
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all",
    "not safari < 12",
    "not ios <= 14.7",
    "not chrome < 66",
    "not and_chr <= 78",
    "not kaios <= 2.5",
    "not and_qq <= 1.2"
  ]
}