Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 

55 рядки
1.5 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. "apexcharts": "^3.45.1",
  24. "dayjs": "^1.11.10",
  25. "i18next": "^23.7.11",
  26. "i18next-resources-to-backend": "^1.2.0",
  27. "lodash": "^4.17.21",
  28. "next": "14.0.4",
  29. "next-auth": "^4.24.5",
  30. "react": "^18",
  31. "react-apexcharts": "^1.4.1",
  32. "react-dom": "^18",
  33. "react-hook-form": "^7.49.2",
  34. "react-i18next": "^13.5.0",
  35. "react-intl": "^6.5.5"
  36. },
  37. "devDependencies": {
  38. "@types/lodash": "^4.14.202",
  39. "@types/node": "^20",
  40. "@types/react": "^18",
  41. "@types/react-dom": "^18",
  42. "@typescript-eslint/eslint-plugin": "^6.18.1",
  43. "@typescript-eslint/parser": "^6.18.1",
  44. "autoprefixer": "^10.4.16",
  45. "eslint": "^8",
  46. "eslint-config-next": "14.0.4",
  47. "eslint-config-prettier": "^9.1.0",
  48. "eslint-plugin-prettier": "^5.0.1",
  49. "postcss": "^8.4.33",
  50. "prettier": "3.1.1",
  51. "tailwindcss": "^3.4.1",
  52. "typescript": "^5"
  53. }
  54. }