FPSMS-frontend
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

package.json 2.6 KiB

11 ay önce
11 ay önce
11 ay önce
11 ay önce
11 ay önce
11 ay önce
11 ay önce
8 ay önce
11 ay önce
8 ay önce
11 ay önce
8 ay önce
11 ay önce
8 ay önce
11 ay önce
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "name": "fpsms",
  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. "@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. "@tiptap/core": "^2.14.0",
  23. "@tiptap/extension-color": "^2.14.0",
  24. "@tiptap/extension-document": "^2.14.0",
  25. "@tiptap/extension-gapcursor": "^2.14.0",
  26. "@tiptap/extension-highlight": "^2.14.0",
  27. "@tiptap/extension-list-item": "^2.14.0",
  28. "@tiptap/extension-paragraph": "^2.14.0",
  29. "@tiptap/extension-table": "^2.14.0",
  30. "@tiptap/extension-table-cell": "^2.14.0",
  31. "@tiptap/extension-table-header": "^2.14.0",
  32. "@tiptap/extension-table-row": "^2.14.0",
  33. "@tiptap/extension-text": "^2.14.0",
  34. "@tiptap/extension-text-align": "^2.14.0",
  35. "@tiptap/extension-text-style": "^2.14.0",
  36. "@tiptap/extension-underline": "^2.14.0",
  37. "@tiptap/pm": "^2.14.0",
  38. "@tiptap/react": "^2.14.0",
  39. "@tiptap/starter-kit": "^2.14.0",
  40. "@unly/universal-language-detector": "^2.0.3",
  41. "apexcharts": "^3.45.2",
  42. "axios": "^1.9.0",
  43. "dayjs": "^1.11.10",
  44. "html5-qrcode": "^2.3.8",
  45. "i18next": "^23.7.11",
  46. "i18next-resources-to-backend": "^1.2.0",
  47. "lodash": "^4.17.21",
  48. "mui-color-input": "^7.0.0",
  49. "next": "14.0.4",
  50. "next-auth": "^4.24.5",
  51. "next-pwa": "^5.6.0",
  52. "qrcode.react": "^4.2.0",
  53. "qs": "^6.14.0",
  54. "react": "^18",
  55. "react-apexcharts": "^1.4.1",
  56. "react-dom": "^18",
  57. "react-hook-form": "^7.49.2",
  58. "react-i18next": "^13.5.0",
  59. "react-intl": "^6.5.5",
  60. "react-qr-barcode-scanner": "^2.1.5",
  61. "react-select": "^5.8.0",
  62. "react-toastify": "^11.0.5",
  63. "reactstrap": "^9.2.2",
  64. "styled-components": "^6.1.8",
  65. "sweetalert2": "^11.10.3"
  66. },
  67. "devDependencies": {
  68. "@types/lodash": "^4.14.202",
  69. "@types/node": "^20",
  70. "@types/qs": "^6.14.0",
  71. "@types/react": "^18",
  72. "@types/react-dom": "^18",
  73. "@typescript-eslint/eslint-plugin": "^6.18.1",
  74. "@typescript-eslint/parser": "^6.18.1",
  75. "autoprefixer": "^10.4.16",
  76. "eslint": "^8",
  77. "eslint-config-next": "14.0.4",
  78. "eslint-config-prettier": "^9.1.0",
  79. "eslint-plugin-prettier": "^5.0.1",
  80. "postcss": "^8.4.33",
  81. "prettier": "3.1.1",
  82. "tailwindcss": "^3.4.1",
  83. "typescript": "^5"
  84. }
  85. }