{
    "name": "muhkam-ai",
    "version": "0.1.0",
    "private": true,
    "scripts": {
        "dev": "next dev",
        "build": "next build",
        "start": "node server.js"
    },
    "dependencies": {
        "@hookform/resolvers": "^5.2.2",
        "@tanstack/react-table": "^8.21.3",
        "@types/crypto-js": "^4.2.2",
        "@types/react-syntax-highlighter": "^15.5.13",
        "axios": "^1.13.2",
        "cookies-next": "^6.1.1",
        "crypto-js": "^4.2.0",
        "next": "16.1.1",
        "next-themes": "^0.4.6",
        "react": "19.2.3",
        "react-dom": "19.2.3",
        "react-hook-form": "^7.71.0",
        "react-markdown": "^10.1.0",
        "react-select": "^5.10.2",
        "react-syntax-highlighter": "^16.1.0",
        "react-toastify": "^11.0.5",
        "rehype-raw": "^7.0.0",
        "rehype-sanitize": "^6.0.0",
        "remark-gfm": "^4.0.1",
        "yup": "^1.7.1",
        "zustand": "^5.0.10"
    },
    "devDependencies": {
        "@tailwindcss/postcss": "^4",
        "@types/node": "^20",
        "@types/react": "^19",
        "@types/react-dom": "^19",
        "tailwindcss": "^4",
        "typescript": "^5"
    }
}
