-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "legacy-housekeeping",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"start:migrate": "prisma migrate deploy && next start"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.698.0",
"@aws-sdk/s3-request-presigner": "^3.698.0",
"@auth0/nextjs-auth0": "^3.5.0",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.11.0",
"@fontsource/montserrat": "^4.5.14",
"@mui/base": "^5.0.0-beta.17",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.14.11",
"@mui/x-charts": "^6.0.0-alpha.12",
"@mui/x-date-pickers": "^7.1.0",
"@prisma/client": "^6.0.1",
"@reduxjs/toolkit": "^1.9.3",
"@types/jspdf": "^2.0.0",
"@types/node": "18.14.4",
"@types/react-dom": "18.0.11",
"bcrypt": "^5.1.0",
"dayjs": "^1.11.10",
"dotenv": "^16.4.7",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.3",
"mui-tel-input": "^3.1.1",
"mysql2": "^3.6.0",
"next": "^13.5.4",
"next-auth": "^4.20.1",
"node": "^21.2.0",
"papaparse": "^5.4.1",
"pdfkit": "^0.14.0",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.10.0",
"recharts": "^2.8.0",
"tss-react": "^4.7.5",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@types/react": "18.3.11",
"prisma": "^6.0.1"
}
}