{
  "name": "frontend-podcast",
  "version": "1.0.0",
  "description": "Podcast app",
  "url": "https://github.com/theorchard/frontend-podcast",
  "author": "The Orchard",
  "license": "UNLICENSED",
  "scripts": {
    "deploy": "./scripts/deploy.sh",
    "build": "frontend build",
    "start": "frontend start",
    "check:env": "./scripts/checkEnv.sh true",
    "clean": "rm -rf .cache && rm -rf locale/index.js",
    "lint:css": "stylelint 'src/**/*.scss'",
    "lint:js": "eslint --ext .js,.ts,.tsx,.jsx --cache --cache-location .cache/.eslintcache src",
    "lint": "yarn lint:css && yarn lint:js",
    "test:unit": "jest --verbose --testTimeout=30000 --collectCoverage",
    "test:unit:update": "jest --updateSnapshot --verbose --testTimeout=30000",
    "test:integration": "cypress run --env allure=true",
    "test:integration:parallel": "cypress-parallel -s test:integration -t 4",
    "test:integration:open": "cypress open",
    "test:integration:assets": "yarn test:integration --spec='cypress/integration/create-podcast.spec.js,cypress/integration/create-episode.spec.js,cypress/integration/ad-reads.spec.js'",
    "test:integration:assets:parallel": "cypress-parallel -s test:integration:assets -t 2",
    "test": "yarn lint && yarn test:unit"
  },
  "devDependencies": {
    "@graphql-tools/jest-transform": "^2.0.0",
    "@shelex/cypress-allure-plugin": "^2.0.3",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^12.1.5",
    "@testing-library/user-event": "^12.6.0",
    "@theorchard/eslint-config-react-ts": "^1.1.10",
    "@theorchard/frontend-cli": "3.0.12",
    "@theorchard/jest-config": "^3.0.0",
    "@theorchard/stylelint-config": "^1.1.1",
    "@theorchard/suite-testing": "^3.0.3",
    "@types/classnames": "^2.2.10",
    "@types/file-saver": "^2.0.1",
    "@types/jest": "^26.0.14",
    "@types/lodash": "^4.14.178",
    "@types/node": "^17.0.25",
    "@types/react": "^17.0.44",
    "@types/react-dom": "^17.0.11",
    "@types/react-router-dom": "^5.1.7",
    "apollo": "^2.31.0",
    "cypress": "9.5.1",
    "cypress-localstorage-commands": "^1.7.0",
    "cypress-parallel": "^0.1.8",
    "dotenv-extended": "^2.9.0",
    "eslint-plugin-jest-dom": "^3.9.2",
    "eslint-plugin-testing-library": "^3.10.1",
    "getenv": "^1.0.0",
    "jest": "^26.6.3",
    "jest-simple-dot-reporter": "^1.0.5",
    "jest-transform-graphql": "^2.1.0",
    "lodash": "^4.17.21",
    "mockdate": "^3.0.2",
    "react-test-renderer": "^17.0.2",
    "stylelint": "^14.1.0",
    "ts-jest": "26.5.6",
    "ts-node": "^9.0.0",
    "typescript": "^4.5.3"
  },
  "dependencies": {
    "@apollo/client": "^3.1.5",
    "@aws-sdk/client-secrets-manager": "^3.236.0",
    "@theorchard/frontend-react-components": "^3.3.20",
    "@theorchard/suite-components": "7.36.0",
    "@theorchard/suite-frontend": "6.26.18",
    "@theorchard/suite-icons": "^3.41.0",
    "aws-sdk": "^2.925.0",
    "classnames": "^2.3.1",
    "dayjs": "1.11.1",
    "debounce-promise": "^3.1.2",
    "graphql": "^15.3.0",
    "graphql-tag": "^2.12.6",
    "highcharts": "^9.0.0",
    "highcharts-react-official": "^3.0.0",
    "lodash": "^4.17.21",
    "luxon": "^3.0.4",
    "moment": "^2.30.1",
    "peaks.js": "^0.21.0",
    "prop-types": "^15.7.2",
    "react": "^17.0.2",
    "react-day-picker": "^7.4.8",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.2.0",
    "use-deep-compare-effect": "1.4.0"
  },
  "resolutions": {
    "@types/react": "^17.0.44",
    "@apollo/federation": "0.38.1"
  },
  "jest": {
    "preset": "@theorchard/jest-config",
    "globalSetup": "<rootDir>/configs/jest-global-setup.js",
    "setupFiles": [
      "<rootDir>/configs/jest-setup.js"
    ],
    "reporters": [
      "jest-simple-dot-reporter"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/cypress/",
      "/build/",
      "/locale/"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
