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.

34 lines
791 B

  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. "@mui/icons-material": "^5.16.6",
  16. "@mui/material": "^5.16.6",
  17. "@mui/material-nextjs": "^5.16.6",
  18. "@tanstack/react-table": "^8.20.1",
  19. "axios": "^1.7.3",
  20. "moment": "^2.30.1",
  21. "next": "14.2.5",
  22. "react": "^18",
  23. "react-dom": "^18",
  24. "sass": "^1.77.8"
  25. },
  26. "devDependencies": {
  27. "@types/node": "^20",
  28. "@types/react": "^18",
  29. "@types/react-dom": "^18",
  30. "eslint": "^8",
  31. "eslint-config-next": "14.2.5",
  32. "typescript": "^5"
  33. }
  34. }