first commit

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-03-25 20:44:56 -04:00
commit 97cc85c49d
711 changed files with 109164 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
{
"name": "admash",
"version": "1.3.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.0.5",
"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"
}
}