mirror of
https://github.com/D4M13N-D3V/comissions-app-ui.git
synced 2025-03-13 15:55:08 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@auth0/nextjs-auth0": "^2.2.0",
|
|
"@emotion/react": "^11.11.3",
|
|
"@emotion/server": "^11.11.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@fontsource/roboto": "^5.0.8",
|
|
"@lupus-ai/mui-currency-textfield": "^1.0.3",
|
|
"@mui/icons-material": "^5.15.6",
|
|
"@mui/lab": "^5.0.0-alpha.165",
|
|
"@mui/material": "^5.15.6",
|
|
"@mui/x-data-grid": "^6.19.4",
|
|
"@mui/x-date-pickers": "^6.19.4",
|
|
"@novu/notification-center": "^0.22.0",
|
|
"apexcharts": "^3.45.2",
|
|
"dayjs": "^1.11.10",
|
|
"formidable": "^3.5.1",
|
|
"jwt-decode": "^4.0.0",
|
|
"mdi-material-ui": "^7.8.0",
|
|
"mui-color-input": "^2.0.2",
|
|
"next": "latest",
|
|
"nprogress": "^0.2.0",
|
|
"openapi-typescript-fetch": "^1.1.3",
|
|
"react": "^18.2.0",
|
|
"react-apexcharts": "^1.4.1",
|
|
"react-datepicker": "^6.1.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-perfect-scrollbar": "^1.5.8",
|
|
"react-popper": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.0.0",
|
|
"@types/react": "^18.0.14",
|
|
"@types/react-dom": "^18.0.5",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|