comissions-app-ui/package.json

48 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2024-02-10 20:33:24 -05:00
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@auth0/nextjs-auth0": "^2.2.0",
"@emotion/react": "^11.11.3",
2024-02-18 01:44:48 -05:00
"@emotion/server": "^11.11.0",
2024-02-10 20:33:24 -05:00
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
2024-02-11 22:53:05 -05:00
"@lupus-ai/mui-currency-textfield": "^1.0.3",
2024-02-10 20:33:24 -05:00
"@mui/icons-material": "^5.15.6",
2024-02-15 21:49:12 -05:00
"@mui/lab": "^5.0.0-alpha.165",
2024-02-10 20:33:24 -05:00
"@mui/material": "^5.15.6",
2024-02-13 23:25:57 -05:00
"@mui/x-data-grid": "^6.19.4",
2024-02-14 21:14:25 -05:00
"@mui/x-date-pickers": "^6.19.4",
2024-02-10 20:33:24 -05:00
"@novu/notification-center": "^0.22.0",
"@types/formidable": "^3.4.5",
2024-02-18 01:44:48 -05:00
"apexcharts": "^3.45.2",
"axios": "^1.6.7",
"busboy": "^1.6.0",
2024-02-14 21:14:25 -05:00
"dayjs": "^1.11.10",
2024-02-14 23:48:46 -05:00
"formidable": "^3.5.1",
"jwt-decode": "^4.0.0",
2024-02-18 01:44:48 -05:00
"mdi-material-ui": "^7.8.0",
"mui-color-input": "^2.0.2",
2024-02-10 20:33:24 -05:00
"next": "latest",
"node-fetch": "^3.3.2",
2024-02-18 01:44:48 -05:00
"nprogress": "^0.2.0",
2024-02-10 20:33:24 -05:00
"openapi-typescript-fetch": "^1.1.3",
"react": "^18.2.0",
2024-02-18 01:44:48 -05:00
"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"
2024-02-10 20:33:24 -05:00
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"typescript": "^4.7.4"
}
}