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.

93 lines
2.6 KiB

4 weeks ago
4 weeks ago
4 weeks ago
4 weeks ago
  1. {
  2. "name": "@chawkbazar/admin-rest",
  3. "version": "6.6.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev -p 3000",
  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. "dayjs": "1.11.10",
  25. "framer-motion": "10.16.4",
  26. "i18next": "23.6.0",
  27. "jotai": "2.5.1",
  28. "js-cookie": "3.0.5",
  29. "libphonenumber-js": "1.10.49",
  30. "lodash": "4.17.21",
  31. "next": "13.5.6",
  32. "next-i18next": "15.0.0",
  33. "next-pwa": "5.6.0",
  34. "next-seo": "6.4.0",
  35. "overlayscrollbars": "2.4.4",
  36. "overlayscrollbars-react": "0.5.3",
  37. "quill-color-picker-enhance": "1.1.5",
  38. "rc-pagination": "3.7.0",
  39. "rc-progress": "3.5.1",
  40. "rc-table": "7.22.2",
  41. "react": "18.2.0",
  42. "react-apexcharts": "1.4.1",
  43. "react-content-loader": "6.2.1",
  44. "react-countdown": "2.3.5",
  45. "react-datepicker": "4.21.0",
  46. "react-dom": "18.2.0",
  47. "react-dropzone": "14.2.3",
  48. "react-hook-form": "7.48.2",
  49. "react-i18next": "13.3.1",
  50. "react-laag": "2.0.5",
  51. "react-phone-input-2": "2.15.1",
  52. "react-query": "3.39.3",
  53. "react-quill": "2.0.0",
  54. "react-quill-emoji": "0.1.9",
  55. "react-scroll": "1.9.0",
  56. "react-select": "5.8.0",
  57. "react-toastify": "9.1.3",
  58. "react-use": "17.4.0",
  59. "sanitize-html": "2.11.0",
  60. "sharp": "0.32.6",
  61. "swiper": "11.0.3",
  62. "tailwind-merge": "2.0.0",
  63. "tiny-invariant": "1.3.1",
  64. "yup": "1.3.2"
  65. },
  66. "devDependencies": {
  67. "@tailwindcss/forms": "0.5.6",
  68. "@tailwindcss/typography": "0.5.10",
  69. "@types/body-scroll-lock": "3.1.2",
  70. "@types/cookie": "0.5.4",
  71. "@types/js-cookie": "3.0.5",
  72. "@types/lodash": "4.14.200",
  73. "@types/node": "20.8.10",
  74. "@types/overlayscrollbars": "1.12.3",
  75. "@types/react": "18.2.33",
  76. "@types/react-datepicker": "4.19.1",
  77. "@types/react-dom": "18.2.14",
  78. "@types/react-scroll": "1.8.9",
  79. "@types/sanitize-html": "2.9.5",
  80. "autoprefixer": "10.4.16",
  81. "eslint": "8.53.0",
  82. "eslint-config-next": "14.0.1",
  83. "eslint-config-prettier": "9.0.0",
  84. "laravel-echo": "1.15.3",
  85. "postcss": "8.4.31",
  86. "prettier": "3.0.3",
  87. "prettier-plugin-tailwindcss": "0.5.6",
  88. "pusher-js": "8.3.0",
  89. "tailwindcss": "3.3.5",
  90. "tailwindcss-rtl": "0.9.0",
  91. "typescript": "5.2.2"
  92. }
  93. }