Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

77 lignes
2.3 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. "@fullcalendar/react": "^6.1.11",
  19. "@mui/icons-material": "^5.15.0",
  20. "@mui/material": "^5.15.0",
  21. "@mui/material-nextjs": "^5.15.0",
  22. "@mui/x-data-grid": "^6.18.7",
  23. "@mui/x-date-pickers": "^6.18.7",
  24. "@tiptap/extension-color": "^2.5.8",
  25. "@tiptap/extension-highlight": "^2.5.8",
  26. "@tiptap/extension-list-item": "^2.5.9",
  27. "@tiptap/extension-text-align": "^2.5.9",
  28. "@tiptap/extension-text-style": "^2.5.8",
  29. "@tiptap/extension-underline": "^2.5.8",
  30. "@tiptap/pm": "^2.5.8",
  31. "@tiptap/react": "^2.5.8",
  32. "@tiptap/starter-kit": "^2.5.8",
  33. "@unly/universal-language-detector": "^2.0.3",
  34. "apexcharts": "^3.45.2",
  35. "date-holidays": "^3.23.11",
  36. "dayjs": "^1.11.10",
  37. "fullcalendar": "^6.1.11",
  38. "i18next": "^23.7.11",
  39. "i18next-resources-to-backend": "^1.2.0",
  40. "lodash": "^4.17.21",
  41. "mui-color-input": "^3.0.0",
  42. "next": "14.0.4",
  43. "next-auth": "^4.24.7",
  44. "next-intl": "^3.13.0",
  45. "next-pwa": "^5.6.0",
  46. "react": "^18",
  47. "react-apexcharts": "^1.4.1",
  48. "react-dom": "^18",
  49. "react-hook-form": "^7.49.2",
  50. "react-i18next": "^13.5.0",
  51. "react-intl": "^6.5.5",
  52. "react-number-format": "^5.3.4",
  53. "react-select": "^5.8.0",
  54. "reactstrap": "^9.2.2",
  55. "styled-components": "^6.1.8",
  56. "sweetalert2": "^11.10.3",
  57. "xlsx-js-style": "^1.2.0"
  58. },
  59. "devDependencies": {
  60. "@types/lodash": "^4.14.202",
  61. "@types/node": "^20",
  62. "@types/react": "^18",
  63. "@types/react-dom": "^18",
  64. "@typescript-eslint/eslint-plugin": "^6.18.1",
  65. "@typescript-eslint/parser": "^6.18.1",
  66. "autoprefixer": "^10.4.16",
  67. "eslint": "^8",
  68. "eslint-config-next": "14.0.4",
  69. "eslint-config-prettier": "^9.1.0",
  70. "eslint-plugin-prettier": "^5.0.1",
  71. "postcss": "^8.4.33",
  72. "prettier": "3.1.1",
  73. "tailwindcss": "^3.4.1",
  74. "typescript": "^5"
  75. }
  76. }