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.
 
 

63 regels
1.7 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": "NODE_OPTIONS='--inspect' 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. "@faker-js/faker": "^8.4.1",
  16. "@fontsource/inter": "^5.0.16",
  17. "@fontsource/plus-jakarta-sans": "^5.0.18",
  18. "@mui/icons-material": "^5.15.0",
  19. "@mui/material": "^5.15.0",
  20. "@mui/material-nextjs": "^5.15.0",
  21. "@mui/x-data-grid": "^6.18.7",
  22. "@mui/x-date-pickers": "^6.18.7",
  23. "@unly/universal-language-detector": "^2.0.3",
  24. "apexcharts": "^3.45.2",
  25. "dayjs": "^1.11.10",
  26. "i18next": "^23.7.11",
  27. "i18next-resources-to-backend": "^1.2.0",
  28. "lodash": "^4.17.21",
  29. "next": "14.0.4",
  30. "next-auth": "^4.24.5",
  31. "next-pwa": "^5.6.0",
  32. "react": "^18",
  33. "react-apexcharts": "^1.4.1",
  34. "react-dom": "^18",
  35. "react-hook-form": "^7.49.2",
  36. "react-i18next": "^13.5.0",
  37. "react-intl": "^6.5.5",
  38. "react-number-format": "^5.3.4",
  39. "react-select": "^5.8.0",
  40. "reactstrap": "^9.2.2",
  41. "styled-components": "^6.1.8",
  42. "sweetalert2": "^11.10.3",
  43. "xlsx-js-style": "^1.2.0"
  44. },
  45. "devDependencies": {
  46. "@types/lodash": "^4.14.202",
  47. "@types/node": "^20",
  48. "@types/react": "^18",
  49. "@types/react-dom": "^18",
  50. "@typescript-eslint/eslint-plugin": "^6.18.1",
  51. "@typescript-eslint/parser": "^6.18.1",
  52. "autoprefixer": "^10.4.16",
  53. "eslint": "^8",
  54. "eslint-config-next": "14.0.4",
  55. "eslint-config-prettier": "^9.1.0",
  56. "eslint-plugin-prettier": "^5.0.1",
  57. "postcss": "^8.4.33",
  58. "prettier": "3.1.1",
  59. "tailwindcss": "^3.4.1",
  60. "typescript": "^5"
  61. }
  62. }