Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. "@sendgrid/mail": "^7.7.0",
  18. "@stripe/stripe-js": "^1.39.0",
  19. "@tanstack/react-query": "^4.10.3",
  20. "@types/bcryptjs": "^2.4.2",
  21. "@types/mongodb": "^4.0.7",
  22. "@types/nookies": "^2.0.3",
  23. "@types/validator": "^13.7.7",
  24. "bcryptjs": "^2.4.3",
  25. "formik": "^2.2.9",
  26. "mongoose": "^6.6.5",
  27. "next": "12.3.1",
  28. "next-auth": "^4.13.0",
  29. "next-i18next": "^11.3.0",
  30. "nookies": "^2.5.2",
  31. "react": "18.2.0",
  32. "react-dom": "18.2.0",
  33. "react-i18next": "^11.18.6",
  34. "validator": "^13.7.0",
  35. "yup": "^0.32.11"
  36. },
  37. "devDependencies": {
  38. "@tanstack/react-query-devtools": "^4.11.0",
  39. "@types/node": "18.8.3",
  40. "@types/react": "18.0.21",
  41. "@types/react-dom": "18.0.6",
  42. "eslint": "8.25.0",
  43. "eslint-config-next": "12.3.1",
  44. "typescript": "4.8.4"
  45. }
  46. }