-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.24 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
{
"name": "admin-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/interaction": "^6.1.10",
"@fullcalendar/list": "^6.1.10",
"@fullcalendar/react": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.10",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.15.6",
"@mui/x-data-grid": "^6.19.2",
"clsx": "^2.1.1",
"formik": "^2.4.5",
"framer-motion": "^12.36.0",
"lucide-react": "^0.577.0",
"next": "^16.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^3.8.0",
"tailwind-merge": "^3.5.0",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-config-next": "^16.1.6",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
},
"overrides": {
"glob": "10.5.0"
}
}