{
|
|
"name": "mui-demo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "^11.13.1",
|
|
"@emotion/react": "^11.13.0",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@mui/icons-material": "^5.16.6",
|
|
"@mui/material": "^5.16.6",
|
|
"@mui/material-nextjs": "^5.16.6",
|
|
"@tanstack/react-table": "^8.20.1",
|
|
"axios": "^1.7.3",
|
|
"moment": "^2.30.1",
|
|
"next": "14.2.5",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"sass": "^1.77.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.5",
|
|
"typescript": "^5"
|
|
}
|
|
}
|