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.

33 lines
766 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. "next": "14.2.5",
  21. "react": "^18",
  22. "react-dom": "^18",
  23. "sass": "^1.77.8"
  24. },
  25. "devDependencies": {
  26. "@types/node": "^20",
  27. "@types/react": "^18",
  28. "@types/react-dom": "^18",
  29. "eslint": "^8",
  30. "eslint-config-next": "14.2.5",
  31. "typescript": "^5"
  32. }
  33. }