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.

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