|
12 | 12 | "docker:prod": "docker compose --profile prod up -d --build" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@emotion/react": "^11.11.3", |
16 | | - "@emotion/styled": "^11.11.0", |
17 | | - "@mui/icons-material": "^5.15.6", |
18 | | - "@mui/material": "^5.15.6", |
| 15 | + "@emotion/react": "^11.14.0", |
| 16 | + "@emotion/styled": "^11.14.1", |
| 17 | + "@mui/icons-material": "^5.18.0", |
| 18 | + "@mui/material": "^5.18.0", |
| 19 | + "@octokit/graphql": "^9.0.1", |
19 | 20 | "@primer/octicons-react": "^19.15.5", |
20 | 21 | "@vitejs/plugin-react": "^4.3.3", |
21 | 22 | "axios": "^1.7.7", |
| 23 | + "date-fns": "^4.1.0", |
22 | 24 | "framer-motion": "^12.23.12", |
23 | 25 | "lucide-react": "^0.525.0", |
24 | 26 | "octokit": "^4.0.2", |
25 | 27 | "postcss": "^8.4.47", |
26 | 28 | "react": "^18.3.1", |
27 | 29 | "react-dom": "^18.3.1", |
28 | | - "react-hot-toast": "^2.4.1", |
| 30 | + "react-hot-toast": "^2.5.2", |
29 | 31 | "react-icons": "^5.3.0", |
30 | | - "react-router-dom": "^6.28.0", |
| 32 | + "react-router-dom": "^6.30.1", |
| 33 | + "recharts": "^3.1.2", |
31 | 34 | "tailwindcss": "^3.4.14" |
32 | 35 | }, |
33 | 36 | "devDependencies": { |
34 | 37 | "@eslint/js": "^9.13.0", |
| 38 | + "@types/date-fns": "^2.5.3", |
35 | 39 | "@types/jasmine": "^5.1.8", |
36 | | - "@types/node": "^22.10.1", |
| 40 | + "@types/node": "^22.17.1", |
37 | 41 | "@types/react": "^18.3.23", |
38 | 42 | "@types/react-dom": "^18.3.7", |
39 | 43 | "@types/react-redux": "^7.1.34", |
40 | 44 | "@types/react-router-dom": "^5.3.3", |
| 45 | + "@types/recharts": "^1.8.29", |
41 | 46 | "@vitejs/plugin-react-swc": "^3.5.0", |
42 | 47 | "autoprefixer": "^10.4.20", |
43 | 48 | "bcryptjs": "^3.0.2", |
| 49 | + "concurrently": "^9.2.0", |
44 | 50 | "eslint": "^9.13.0", |
45 | 51 | "eslint-plugin-react": "^7.37.2", |
46 | 52 | "eslint-plugin-react-hooks": "^5.0.0", |
|
51 | 57 | "passport": "^0.7.0", |
52 | 58 | "passport-local": "^1.0.0", |
53 | 59 | "supertest": "^7.1.4", |
54 | | - "vite": "^5.4.10" |
| 60 | + "typescript": "^5.9.2", |
| 61 | + "vite": "^5.4.19" |
55 | 62 | } |
56 | 63 | } |
0 commit comments