{ "name": "xyyd-ai-bot", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "pro-build": "node --max-old-space-size=1024 node_modules/next/dist/bin/next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@ant-design/icons": "^5.5.2", "@ant-design/nextjs-registry": "^1.0.2", "@fortawesome/fontawesome-svg-core": "^6.7.2", "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.2", "@tailwindcss/postcss": "^4.0.4", "@uiw/react-md-editor": "^4.0.5", "ahooks": "^3.8.4", "ali-oss": "^6.22.0", "antd": "^5.23.2", "bcrypt": "^5.1.1", "clsx": "^2.1.1", "dayjs": "^1.11.13", "icons": "link:@awesome.me/kit-KIT_CODE/icons", "jose": "^5.9.6", "jotai": "^2.11.1", "md-editor-rt": "^5.2.2", "mongodb": "^6.12.0", "next": "15.1.4", "proxy-agent": "^6.5.0", "react": "^19.0.0", "react-dom": "^19.0.0", "swr": "^2.3.0", "uuid": "^11.0.5", "zod": "^3.24.1" }, "devDependencies": { "@ant-design/v5-patch-for-react-19": "^1.0.3", "@eslint/eslintrc": "^3", "@types/ali-oss": "^6.16.11", "@types/bcrypt": "^5.0.2", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.1.4", "postcss": "^8.5.1", "tailwindcss": "^4.0.4", "typescript": "^5" }, "pnpm": { "onlyBuiltDependencies": [ "bcrypt", "sharp" ] } }