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.
 
 

53 regels
1.4 KiB

  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. "@mui/x-data-grid": "^6.18.7",
  21. "@mui/x-date-pickers": "^6.18.7",
  22. "@unly/universal-language-detector": "^2.0.3",
  23. "dayjs": "^1.11.10",
  24. "i18next": "^23.7.11",
  25. "i18next-resources-to-backend": "^1.2.0",
  26. "lodash": "^4.17.21",
  27. "next": "14.0.4",
  28. "next-auth": "^4.24.5",
  29. "react": "^18",
  30. "react-dom": "^18",
  31. "react-hook-form": "^7.49.2",
  32. "react-i18next": "^13.5.0",
  33. "react-intl": "^6.5.5"
  34. },
  35. "devDependencies": {
  36. "@types/lodash": "^4.14.202",
  37. "@types/node": "^20",
  38. "@types/react": "^18",
  39. "@types/react-dom": "^18",
  40. "@typescript-eslint/eslint-plugin": "^6.18.1",
  41. "@typescript-eslint/parser": "^6.18.1",
  42. "autoprefixer": "^10.4.16",
  43. "eslint": "^8",
  44. "eslint-config-next": "14.0.4",
  45. "eslint-config-prettier": "^9.1.0",
  46. "eslint-plugin-prettier": "^5.0.1",
  47. "postcss": "^8.4.33",
  48. "prettier": "3.1.1",
  49. "tailwindcss": "^3.4.1",
  50. "typescript": "^5"
  51. }
  52. }