{ "name": "team-slug", "version": "0.0.1", "license": "CC-BY-4.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "format": "prettier --write \"**/*.{ts,tsx,md,json,css}\"", "preview": "vite preview" }, "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@mui/lab": "^5.0.0-alpha.170", "@mui/material": "^5.15.21", "bootstrap": "^5.3.3", "react": "^18.2.0", "react-bootstrap": "^2.10.2", "react-dom": "^18.2.0", "react-pdf": "^9.0.0", "react-photo-album": "^2.4.1", "react-router-dom": "^6.23.0", "react-select": "^5.8.0", "react-simple-maps": "^1.0.0" }, "devDependencies": { "@types/node": "^20.12.10", "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@types/react-simple-maps": "^3.0.4", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", "prettier": "^3.2.5", "typescript": "^5.2.2", "vite": "^5.2.0" } }