-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.02 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
{
"name": "mongoclientdb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.0",
"@mui/material-nextjs": "^7.3.10",
"@mui/x-data-grid": "^7.29.13",
"@mui/x-date-pickers": "^7.29.4",
"bcryptjs": "^2.4.3",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"eslint-config-prettier": "^9.1.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.1.0",
"mongoose": "^7.8.10",
"next": "^15.5.16",
"next-auth": "^4.24.14",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"swr": "^2.4.2"
},
"devDependencies": {
"autoprefixer": "latest",
"eslint": "^8.57.1",
"eslint-config-next": "^15.5.16",
"postcss": "^8.5.16",
"prettier": "^3.0.3"
},
"overrides": {
"next-auth": {
"uuid": "^11.1.1"
},
"postcss": "$postcss"
}
}