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.

98 lines
2.8 KiB

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
  1. {
  2. "name": "@chawkbazar/admin-rest",
  3. "version": "6.6.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev -p 3001",
  7. "build": "next build",
  8. "start": "next start -p 3000",
  9. "lint": "next lint"
  10. },
  11. "dependencies": {
  12. "@floating-ui/react": "0.26.1",
  13. "@floating-ui/react-dom-interactions": "0.13.3",
  14. "@headlessui/react": "1.7.17",
  15. "@hookform/resolvers": "3.3.2",
  16. "@reach/portal": "0.16.2",
  17. "@react-google-maps/api": "2.19.2",
  18. "apexcharts": "3.44.0",
  19. "axios": "1.6.0",
  20. "body-scroll-lock": "4.0.0-beta.0",
  21. "camelcase-keys": "9.1.2",
  22. "classnames": "2.3.2",
  23. "cookie": "0.6.0",
  24. "date-fns": "^4.1.0",
  25. "dayjs": "1.11.10",
  26. "emoji-picker-react": "^4.12.0",
  27. "framer-motion": "10.16.4",
  28. "i18next": "23.6.0",
  29. "jotai": "2.5.1",
  30. "js-cookie": "3.0.5",
  31. "libphonenumber-js": "1.10.49",
  32. "lodash": "4.17.21",
  33. "next": "13.5.6",
  34. "next-i18next": "15.0.0",
  35. "next-pwa": "5.6.0",
  36. "next-seo": "6.4.0",
  37. "overlayscrollbars": "2.4.4",
  38. "overlayscrollbars-react": "0.5.3",
  39. "quill-color-picker-enhance": "1.1.5",
  40. "rc-pagination": "3.7.0",
  41. "rc-progress": "3.5.1",
  42. "rc-table": "7.22.2",
  43. "react": "18.2.0",
  44. "react-apexcharts": "1.4.1",
  45. "react-audio-visualize": "^1.2.0",
  46. "react-content-loader": "6.2.1",
  47. "react-countdown": "2.3.5",
  48. "react-datepicker": "4.21.0",
  49. "react-dom": "18.2.0",
  50. "react-dropzone": "14.2.3",
  51. "react-hook-form": "7.48.2",
  52. "react-i18next": "13.3.1",
  53. "react-icons": "^5.4.0",
  54. "react-laag": "2.0.5",
  55. "react-media-recorder": "^1.7.1",
  56. "react-phone-input-2": "2.15.1",
  57. "react-query": "3.39.3",
  58. "react-quill": "2.0.0",
  59. "react-quill-emoji": "0.1.9",
  60. "react-scroll": "1.9.0",
  61. "react-select": "5.8.0",
  62. "react-toastify": "9.1.3",
  63. "react-use": "17.4.0",
  64. "sanitize-html": "2.11.0",
  65. "sharp": "0.32.6",
  66. "swiper": "11.0.3",
  67. "tailwind-merge": "2.0.0",
  68. "tiny-invariant": "1.3.1",
  69. "yup": "1.3.2"
  70. },
  71. "devDependencies": {
  72. "@tailwindcss/forms": "0.5.6",
  73. "@tailwindcss/typography": "0.5.10",
  74. "@types/body-scroll-lock": "3.1.2",
  75. "@types/cookie": "0.5.4",
  76. "@types/js-cookie": "3.0.5",
  77. "@types/lodash": "4.14.200",
  78. "@types/node": "20.8.10",
  79. "@types/overlayscrollbars": "1.12.3",
  80. "@types/react": "18.2.33",
  81. "@types/react-datepicker": "4.19.1",
  82. "@types/react-dom": "18.2.14",
  83. "@types/react-scroll": "1.8.9",
  84. "@types/sanitize-html": "2.9.5",
  85. "autoprefixer": "10.4.16",
  86. "eslint": "8.53.0",
  87. "eslint-config-next": "14.0.1",
  88. "eslint-config-prettier": "9.0.0",
  89. "laravel-echo": "1.15.3",
  90. "postcss": "8.4.31",
  91. "prettier": "3.0.3",
  92. "prettier-plugin-tailwindcss": "0.5.6",
  93. "pusher-js": "8.3.0",
  94. "tailwindcss": "3.3.5",
  95. "tailwindcss-rtl": "0.9.0",
  96. "typescript": "5.2.2"
  97. }
  98. }