|
15 | 15 | "@mui/icons-material": "^5.15.20", |
16 | 16 | "@mui/material": "^5.15.20", |
17 | 17 | "@mui/x-date-pickers": "^7.6.2", |
| 18 | + "@nestjs/typeorm": "^11.0.1", |
18 | 19 | "@radix-ui/colors": "^3.0.0", |
19 | 20 | "@radix-ui/react-accordion": "^1.1.2", |
20 | 21 | "@radix-ui/react-checkbox": "^1.0.4", |
|
36 | 37 | "antd": "^5.19.1", |
37 | 38 | "axios": "^1.6.3", |
38 | 39 | "chartjs": "^0.3.24", |
| 40 | + "class-transformer": "^0.5.1", |
39 | 41 | "class-validator": "^0.15.1", |
40 | 42 | "class-variance-authority": "^0.7.0", |
41 | 43 | "clsx": "^2.1.1", |
|
56 | 58 | "material-react-table": "^2.13.0", |
57 | 59 | "next": "^14.1.4", |
58 | 60 | "next-auth": "^4.23.2", |
| 61 | + "nodemailer": "^8.0.7", |
59 | 62 | "papaparse": "^5.4.1", |
60 | 63 | "pdf-lib": "^1.17.1", |
| 64 | + "pg": "^8.20.0", |
61 | 65 | "prettier": "3.3.3", |
62 | 66 | "qs": "^6.12.0", |
63 | 67 | "radix-ui": "^1.0.1", |
|
68 | 72 | "react-dom": "latest", |
69 | 73 | "react-google-button": "^0.7.2", |
70 | 74 | "react-google-recaptcha": "^3.1.0", |
71 | | - "react-hot-toast": "^2.4.1", |
| 75 | + "react-hot-toast": "^2.6.0", |
72 | 76 | "react-icons": "^4.12.0", |
73 | 77 | "react-modal": "^3.16.1", |
74 | 78 | "react-quill": "^2.0.0", |
|
81 | 85 | "tailwind-merge": "^2.6.0", |
82 | 86 | "tailwind-scrollbar-hide": "^2.0.0", |
83 | 87 | "tailwindcss-animate": "^1.0.7", |
| 88 | + "typeorm": "^0.3.29", |
84 | 89 | "xlsx": "^0.18.5", |
85 | 90 | "xlsx-js-style": "^1.2.0", |
86 | 91 | "yup": "^1.3.3" |
|
0 commit comments