{ "name": "xyyd-ai-bot", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.7.2", "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.2", "ahooks": "^3.8.4", "antd": "^5.23.2", "bcrypt": "^5.1.1", "clsx": "^2.1.1", "icons": "link:@awesome.me/kit-KIT_CODE/icons", "jose": "^5.9.6", "mongodb": "^6.12.0", "next": "15.1.4", "react": "^19.0.0", "react-dom": "^19.0.0", "zod": "^3.24.1" }, "devDependencies": { "@ant-design/v5-patch-for-react-19": "^1.0.3", "@eslint/eslintrc": "^3", "@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", "tailwindcss": "^3.4.1", "typescript": "^5" } }