{
  "name": "@aws-prototype/website",
  "version": "0.0.0",
  "private": true,
  "dependencies": {
    "@aws-amplify/ui-react": "^4.1.0",
    "@aws-prototype/shared-types": "0.0.0",
    "@react-three/drei": "^8.16.4",
    "@react-three/fiber": "^7.0.26",
    "aws-amplify": "^5.0.4",
    "aws-northstar": "^1.3.20",
    "eslint-plugin-react": "^7.17.0",
    "lerna": "^5.5.2",
    "prettier": "^2.0.4",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-query": "^3.39.0",
    "react-router-dom": "^6.4.0",
    "tar": "^6.1.9",
    "three": "^0.138.2",
    "typescript": "^4.7.4"
  },
  "resolutions": {
    "d3-color": "3.1.0",
    "json5": "2.2.2"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.2",
    "@testing-library/react": "^12.1.3",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.4.1",
    "@types/node": "^16.11.26",
    "@types/react": "^17.0.39",
    "@types/react-dom": "^17.0.11",
    "@types/react-router-dom": "^5.3.3",
    "eslint-config-react-app": "^7.0.0",
    "react-scripts": "5.0.1",
    "web-vitals": "^2.1.4",
    "yarn-audit-fix": "^9.3.7"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "clean": "rm -rf build node_modules",
    "test": "react-scripts test",
    "lint": "eslint --max-warnings 0  .",
    "lint:fix": "eslint --fix ."
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
