{
|
|
"name": "mui-demo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "^11.13.1",
|
|
"@emotion/react": "^11.13.0",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@hookform/resolvers": "^3.9.0",
|
|
"@mui/icons-material": "^5.16.6",
|
|
"@mui/material": "^5.16.6",
|
|
"@mui/material-nextjs": "^5.16.6",
|
|
"@reduxjs/toolkit": "^2.2.7",
|
|
"@tanstack/react-table": "^8.20.1",
|
|
"axios": "^1.7.3",
|
|
"moment": "^2.30.1",
|
|
"next": "14.2.5",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-hook-form": "^7.52.2",
|
|
"react-redux": "^9.1.2",
|
|
"redux-persist": "^6.0.0",
|
|
"sass": "^1.77.8",
|
|
"ts-node": "^10.9.2",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^6.4.8",
|
|
"@testing-library/react": "^16.0.0",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"axios-mock-adapter": "^2.0.0",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.5",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"ts-jest": "^29.2.4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|