You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.1 KiB

6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
  1. {
  2. "name": "mui-demo",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "lint": "next lint"
  10. },
  11. "dependencies": {
  12. "@emotion/cache": "^11.13.1",
  13. "@emotion/react": "^11.13.0",
  14. "@emotion/styled": "^11.13.0",
  15. "@hookform/resolvers": "^3.9.0",
  16. "@mui/icons-material": "^5.16.6",
  17. "@mui/material": "^5.16.6",
  18. "@mui/material-nextjs": "^5.16.6",
  19. "@reduxjs/toolkit": "^2.2.7",
  20. "@tanstack/react-table": "^8.20.1",
  21. "axios": "^1.7.3",
  22. "moment": "^2.30.1",
  23. "next": "14.2.5",
  24. "react": "^18",
  25. "react-dom": "^18",
  26. "react-hook-form": "^7.52.2",
  27. "react-redux": "^9.1.2",
  28. "redux-persist": "^6.0.0",
  29. "sass": "^1.77.8",
  30. "zod": "^3.23.8"
  31. },
  32. "devDependencies": {
  33. "@testing-library/jest-dom": "^6.4.8",
  34. "@testing-library/react": "^16.0.0",
  35. "@testing-library/user-event": "^14.5.2",
  36. "@types/node": "^20",
  37. "@types/react": "^18",
  38. "@types/react-dom": "^18",
  39. "axios-mock-adapter": "^2.0.0",
  40. "eslint": "^8",
  41. "eslint-config-next": "14.2.5",
  42. "jest": "^29.7.0",
  43. "typescript": "^5"
  44. }
  45. }