-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1017 Bytes
/
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
{
"name": "events-king",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"database.json": "json-server --watch database.json --port 4000"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.18",
"@mui/joy": "^5.0.0-beta.36",
"@mui/material": "^5.15.18",
"@mui/x-data-grid": "^7.6.2",
"@mui/x-date-pickers": "^7.6.1",
"bcryptjs": "^2.4.3",
"date-fns-tz": "^3.1.3",
"dayjs": "^1.11.11",
"json-server": "^1.0.0-beta.0",
"mongoose": "^8.4.0",
"multer": "^1.4.5-lts.1",
"nanoid": "^5.0.7",
"next": "14.2.3",
"next-auth": "^4.24.7",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-router-dom": "^6.23.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}