{
    "name": "my-app",
    "version": "0.1.0",
    "private": true,
    "scripts": {
         "dev": "next dev",
        "build": "next build ",
       "start": "NODE_OPTIONS='--max-old-space-size=4096' node server.js"


    },
    "dependencies": {
        "@reduxjs/toolkit": "^1.9.0",
        "@tailwindcss/line-clamp": "^0.4.2",
        "@tanstack/react-query": "^5.51.5",
        "@types/node": "18.11.9",
        "@types/react": "18.0.25",
        "@types/react-dom": "18.0.9",
        "aos": "^3.0.0-beta.6",
        "apexcharts": "^3.37.1",
        "axios": "^1.6.8",
        "classnames": "^2.5.1",
        "drupal-jsonapi-params": "^2.3.1",
        "eslint": "8.28.0",
        "eslint-config-next": "^14.2.3",
        "html-react-parser": "^5.1.10",
        "i18next": "^23.15.1",
        "next": "^14.2.3",
        "next-drupal": "^2.0.0-beta.0",
        "next-export-optimize-images": "^4.4.0",
        "next-i18next": "^15.3.1",
        "node-cache": "^5.1.2",
        "nprogress": "^0.2.0",
        "react": "^18.3.1",
        "react-18-image-lightbox": "^5.1.4",
        "react-animate-height": "^3.1.0",
        "react-apexcharts": "^1.4.0",
        "react-countup": "^6.4.0",
        "react-dom": "^18.3.1",
        "react-highlight-words": "^0.20.0",
        "react-i18next": "^15.0.1",
        "react-redux": "^8.0.5",
        "swiper": "^8.4.5",
        "swr": "^2.2.5",
        "typescript": "^5.4.5",
        "use-debounce": "^10.0.1"
    },
    "devDependencies": {
        "@tailwindcss/typography": "^0.5.13",
        "@types/aos": "^3.0.7",
        "@types/react-highlight-words": "^0.20.0",
        "autoprefixer": "^10.4.19",
        "postcss": "^8.4.38",
        "prettier": "^3.3.1",
        "prettier-plugin-tailwindcss": "^0.6.2",
        "tailwindcss": "^3.4.4"
    }
}
