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.
 
 

38 lines
927 B

  1. {
  2. "name": "tsms",
  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.11.0",
  13. "@emotion/react": "^11.11.1",
  14. "@emotion/styled": "^11.11.0",
  15. "@fontsource/inter": "^5.0.16",
  16. "@fontsource/plus-jakarta-sans": "^5.0.18",
  17. "@mui/icons-material": "^5.15.0",
  18. "@mui/material": "^5.15.0",
  19. "@mui/material-nextjs": "^5.15.0",
  20. "next": "14.0.4",
  21. "next-auth": "^4.24.5",
  22. "react": "^18",
  23. "react-dom": "^18",
  24. "react-hook-form": "^7.49.2"
  25. },
  26. "devDependencies": {
  27. "@types/node": "^20",
  28. "@types/react": "^18",
  29. "@types/react-dom": "^18",
  30. "eslint": "^8",
  31. "eslint-config-next": "14.0.4",
  32. "eslint-config-prettier": "^9.1.0",
  33. "eslint-plugin-prettier": "^5.0.1",
  34. "prettier": "3.1.1",
  35. "typescript": "^5"
  36. }
  37. }