您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 982B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "coffe-ts",
  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/react": "^11.10.4",
  13. "@emotion/styled": "^11.10.4",
  14. "@mui/codemod": "^5.10.8",
  15. "@mui/icons-material": "^5.10.6",
  16. "@mui/material": "^5.10.8",
  17. "@stripe/stripe-js": "^1.39.0",
  18. "@tanstack/react-query": "^4.10.3",
  19. "@types/mongodb": "^4.0.7",
  20. "formik": "^2.2.9",
  21. "next": "12.3.1",
  22. "next-auth": "^4.13.0",
  23. "next-i18next": "^11.3.0",
  24. "nookies": "^2.5.2",
  25. "react": "18.2.0",
  26. "react-dom": "18.2.0",
  27. "react-i18next": "^11.18.6",
  28. "yup": "^0.32.11"
  29. },
  30. "devDependencies": {
  31. "@tanstack/react-query-devtools": "^4.11.0",
  32. "@types/node": "18.8.3",
  33. "@types/react": "18.0.21",
  34. "@types/react-dom": "18.0.6",
  35. "eslint": "8.25.0",
  36. "eslint-config-next": "12.3.1",
  37. "typescript": "4.8.4"
  38. }
  39. }