{
  "package": {
    "dependencies": {
      "@testing-library/jest-dom": "^5.11.8",
      "@testing-library/react": "^11.1.0",
      "@testing-library/user-event": "^12.1.10",
      "eslint-config-airbnb": "^18.2.1",
      "eslint-plugin-import": "^2.22.1",
      "eslint-plugin-jsx-a11y": "^6.4.1",
      "eslint-plugin-react": "^7.22.0",
      "eslint-plugin-react-hooks": "^4.2.0",
      "normalize.css": "^8.0.1",
      "prop-types": "^15.7.2",
      "react": "^17.0.1",
      "react-dom": "^17.0.1",
      "react-helmet-async": "^1.0.7",
      "react-router-dom": "^5.2.0",
      "react-scripts": "4.0.1",
      "react-snapshot": "^1.3.0",
      "styled-components": "^5.2.1",
      "web-vitals": "^1.0.1"
    },
    "scripts": {
      "start": "react-scripts start",
      "build": "react-scripts build && react-snapshot",
      "test": "react-scripts test",
      "eject": "react-scripts eject",
      "lint": "eslint ./src",
      "lint:fix": "eslint --fix ./src"
    }
  }
}