|
3 | 3 | "private": true, |
4 | 4 | "version": "0.0.0", |
5 | 5 | "type": "module", |
6 | | - |
7 | 6 | "scripts": { |
8 | 7 | "dev": "vite --host", |
9 | 8 | "build": "vite build", |
|
14 | 13 | "docker:dev": "docker compose --profile dev up --build", |
15 | 14 | "docker:prod": "docker compose --profile prod up -d --build" |
16 | 15 | }, |
17 | | - |
18 | 16 | "dependencies": { |
19 | 17 | "@emotion/react": "^11.11.3", |
20 | 18 | "@emotion/styled": "^11.11.0", |
|
37 | 35 | "recharts": "^3.8.1", |
38 | 36 | "tailwindcss": "^3.4.14" |
39 | 37 | }, |
40 | | - |
41 | 38 | "devDependencies": { |
42 | 39 | "@eslint/js": "^9.13.0", |
43 | 40 | "@testing-library/jest-dom": "^6.9.1", |
44 | 41 | "@testing-library/react": "^16.3.2", |
45 | 42 | "@testing-library/user-event": "^14.6.1", |
46 | | - "@types/jasmine": "^5.1.8", |
| 43 | + "@types/jasmine": "^5.1.15", |
47 | 44 | "@types/node": "^22.10.1", |
48 | 45 | "@types/react": "^18.3.23", |
49 | 46 | "@types/react-dom": "^18.3.7", |
50 | 47 | "@types/react-redux": "^7.1.34", |
51 | 48 | "@types/react-router-dom": "^5.3.3", |
52 | | - |
53 | 49 | "@vitejs/plugin-react-swc": "^3.5.0", |
54 | | - |
55 | 50 | "autoprefixer": "^10.4.20", |
56 | 51 | "bcryptjs": "^3.0.3", |
57 | | - |
58 | 52 | "eslint": "^9.13.0", |
59 | 53 | "eslint-plugin-react": "^7.37.2", |
60 | 54 | "eslint-plugin-react-hooks": "^5.0.0", |
61 | 55 | "eslint-plugin-react-refresh": "^0.4.14", |
62 | | - |
63 | | - "express-session": "^1.18.2", |
64 | | - |
| 56 | + "express-session": "^1.19.0", |
65 | 57 | "globals": "^15.11.0", |
66 | | - |
67 | 58 | "jasmine": "^5.13.0", |
68 | 59 | "jasmine-spec-reporter": "^7.0.0", |
69 | | - |
70 | 60 | "jsdom": "^29.1.1", |
71 | | - |
72 | 61 | "passport": "^0.7.0", |
73 | 62 | "passport-local": "^1.0.0", |
74 | | - |
75 | 63 | "supertest": "^7.2.2", |
76 | | - |
77 | 64 | "typescript-eslint": "^8.59.3", |
78 | | - |
79 | 65 | "vite": "^5.4.10", |
80 | 66 | "vitest": "^4.1.6" |
81 | 67 | } |
|
0 commit comments