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.

51 lines
1.3 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
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. "test": "jest",
  11. "test:watch": "jest --watch"
  12. },
  13. "dependencies": {
  14. "@emotion/cache": "^11.13.1",
  15. "@emotion/react": "^11.13.0",
  16. "@emotion/styled": "^11.13.0",
  17. "@hookform/resolvers": "^3.9.0",
  18. "@mui/icons-material": "^5.16.6",
  19. "@mui/material": "^5.16.6",
  20. "@mui/material-nextjs": "^5.16.6",
  21. "@reduxjs/toolkit": "^2.2.7",
  22. "@tanstack/react-table": "^8.20.1",
  23. "axios": "^1.7.3",
  24. "moment": "^2.30.1",
  25. "next": "14.2.5",
  26. "react": "^18",
  27. "react-dom": "^18",
  28. "react-hook-form": "^7.52.2",
  29. "react-redux": "^9.1.2",
  30. "redux-persist": "^6.0.0",
  31. "sass": "^1.77.8",
  32. "ts-node": "^10.9.2",
  33. "zod": "^3.23.8"
  34. },
  35. "devDependencies": {
  36. "@testing-library/jest-dom": "^6.4.8",
  37. "@testing-library/react": "^16.0.0",
  38. "@testing-library/user-event": "^14.5.2",
  39. "@types/jest": "^29.5.12",
  40. "@types/node": "^20",
  41. "@types/react": "^18",
  42. "@types/react-dom": "^18",
  43. "axios-mock-adapter": "^2.0.0",
  44. "eslint": "^8",
  45. "eslint-config-next": "14.2.5",
  46. "jest": "^29.7.0",
  47. "jest-environment-jsdom": "^29.7.0",
  48. "ts-jest": "^29.2.4",
  49. "typescript": "^5"
  50. }
  51. }