-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.05 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.05 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "server",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^3.0.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.17",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.17",
"@mui/material-nextjs": "^5.15.11",
"@mui/x-date-pickers": "^7.4.0",
"antd": "^5.17.3",
"apexcharts": "^3.49.1",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.2.0",
"date-fns": "^2.29.3",
"formidable": "^3.5.1",
"formik": "^2.4.6",
"google-auth-library": "^9.9.0",
"http-status": "^1.7.4",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"mongodb": "^6.5.0",
"mongoose": "^8.3.2",
"next": "14.2.3",
"next-auth": "^4.24.7",
"next-swagger-doc": "^0.4.0",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.13",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-cookie": "^7.1.4",
"react-dom": "^18",
"react-perfect-scrollbar": "^1.5.8",
"react-player": "^2.16.0",
"react-toastify": "^10.0.5",
"swagger-ui-react": "^5.17.2",
"unidecode": "^1.0.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/formidable": "^3.4.5",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash": "^4.17.4",
"@types/mongoose": "^5.11.97",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/swagger-ui-react": "^4.18.3",
"@types/unidecode": "^0.1.3",
"@types/validator": "^13.11.9",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}