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.

42 lines
1.0 KiB

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. "@tanstack/react-table": "^8.20.1",
  20. "axios": "^1.7.3",
  21. "moment": "^2.30.1",
  22. "next": "14.2.5",
  23. "react": "^18",
  24. "react-dom": "^18",
  25. "react-hook-form": "^7.52.2",
  26. "sass": "^1.77.8",
  27. "zod": "^3.23.8"
  28. },
  29. "devDependencies": {
  30. "@testing-library/jest-dom": "^6.4.8",
  31. "@testing-library/react": "^16.0.0",
  32. "@testing-library/user-event": "^14.5.2",
  33. "@types/node": "^20",
  34. "@types/react": "^18",
  35. "@types/react-dom": "^18",
  36. "axios-mock-adapter": "^2.0.0",
  37. "eslint": "^8",
  38. "eslint-config-next": "14.2.5",
  39. "jest": "^29.7.0",
  40. "typescript": "^5"
  41. }
  42. }