-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 KB
/
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
41
42
43
{
"name": "admash",
"version": "1.4.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fullcalendar/core": "^6.0.2",
"@fullcalendar/daygrid": "^6.0.2",
"@fullcalendar/react": "^6.0.2",
"@mantine/rte": "^5.10.0",
"@mui/icons-material": "^5.10.15",
"@mui/lab": "^5.0.0-alpha.115",
"@mui/material": "^5.11.4",
"@mui/x-data-grid": "^5.17.17",
"@mui/x-date-pickers": "^5.0.12",
"apexcharts": "^3.36.3",
"dayjs": "^1.11.7",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"next": "^13.3.0",
"notistack": "^2.0.8",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-chartjs-2": "^5.0.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-router-dom": "^6.4.3",
"react-simple-maps": "^3.0.0",
"react-tabs": "^6.0.0",
"recharts": "^2.2.0",
"swiper": "^8.4.5"
},
"devDependencies": {
"sass": "^1.57.1"
}
}