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.7 KiB

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