{
  "name": "my-react-app",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "resolutions": {
    "styled-components": "^5"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "lint": "eslint .",
    "preview": "vite preview"
  },
  "dependencies": {
    "@blueprintjs/core": "^5.14.2",
    "@blueprintjs/icons": "^5.14.0",
    "@blueprintjs/table": "^5.2.5",
    "@types/lodash": "^4.17.13",
    "@types/react-router-dom": "^5.3.3",
    "framer-motion": "^11.11.17",
    "lodash": "^4.17.21",
    "normalize.css": "^8.0.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-markdown": "^9.0.1",
    "react-router-dom": "^5.3.4",
    "styled-components": "^6.1.13"
  },
  "devDependencies": {
    "@eslint/js": "^9.13.0",
    "@types/node": "^22.9.0",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "@vitejs/plugin-react-swc": "^3.5.0",
    "eslint": "^9.13.0",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-react-refresh": "^0.4.14",
    "globals": "^15.11.0",
    "typescript": "~5.6.2",
    "typescript-eslint": "^8.11.0",
    "vite": "^5.4.10"
  }
}