-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.78 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.78 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
{
"name": "project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.21",
"@mui/x-date-pickers": "^7.9.0",
"@reduxjs/toolkit": "^2.2.5",
"@types/axios": "^0.14.0",
"@types/generate-password": "^1.5.1",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^8.5.1",
"@types/moment": "^2.13.0",
"@types/mongoose": "^5.11.97",
"@types/nodemailer": "^6.4.15",
"@types/react-big-calendar": "^1.8.9",
"@types/react-paginate": "^7.1.4",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"generate-password": "^1.7.1",
"jose": "^5.6.3",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^8.5.1",
"moment": "^2.30.1",
"mongoose": "^8.4.1",
"mysql2": "^3.9.8",
"next": "14.2.3",
"nodemailer": "^6.9.13",
"password-generator": "^2.3.2",
"react": "^18.3.1",
"react-big-calendar": "^1.13.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-paginate": "^8.2.0",
"react-redux": "^9.1.2",
"react-spinners": "^0.13.8",
"string-comparison": "^1.3.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/express": "^4.17.21",
"@types/mysql": "^2.15.26",
"@types/node": "^20.14.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"bcryptjs": "^2.4.3",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}