2025-01-16 10:38:01 +08:00
|
|
|
{
|
|
|
|
"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": {
|
2025-01-22 17:37:56 +08:00
|
|
|
"@ant-design/icons": "^5.5.2",
|
2025-01-16 10:38:01 +08:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
2025-02-07 19:02:22 +08:00
|
|
|
"@uiw/react-md-editor": "^4.0.5",
|
2025-01-21 18:41:27 +08:00
|
|
|
"ahooks": "^3.8.4",
|
2025-01-22 17:37:56 +08:00
|
|
|
"ali-oss": "^6.22.0",
|
2025-01-21 18:41:27 +08:00
|
|
|
"antd": "^5.23.2",
|
|
|
|
"bcrypt": "^5.1.1",
|
2025-01-16 18:30:24 +08:00
|
|
|
"clsx": "^2.1.1",
|
2025-01-23 16:46:23 +08:00
|
|
|
"dayjs": "^1.11.13",
|
2025-01-16 10:38:01 +08:00
|
|
|
"icons": "link:@awesome.me/kit-KIT_CODE/icons",
|
2025-01-21 18:41:27 +08:00
|
|
|
"jose": "^5.9.6",
|
2025-01-23 11:31:05 +08:00
|
|
|
"jotai": "^2.11.1",
|
2025-01-21 18:41:27 +08:00
|
|
|
"mongodb": "^6.12.0",
|
2025-01-16 10:38:01 +08:00
|
|
|
"next": "15.1.4",
|
2025-01-22 17:37:56 +08:00
|
|
|
"proxy-agent": "^6.5.0",
|
2025-01-16 10:38:01 +08:00
|
|
|
"react": "^19.0.0",
|
2025-01-21 18:41:27 +08:00
|
|
|
"react-dom": "^19.0.0",
|
2025-01-23 11:31:05 +08:00
|
|
|
"swr": "^2.3.0",
|
2025-01-22 17:37:56 +08:00
|
|
|
"uuid": "^11.0.5",
|
2025-01-21 18:41:27 +08:00
|
|
|
"zod": "^3.24.1"
|
2025-01-16 10:38:01 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-01-21 18:41:27 +08:00
|
|
|
"@ant-design/v5-patch-for-react-19": "^1.0.3",
|
2025-01-16 10:38:01 +08:00
|
|
|
"@eslint/eslintrc": "^3",
|
2025-01-22 17:37:56 +08:00
|
|
|
"@types/ali-oss": "^6.16.11",
|
2025-01-21 18:41:27 +08:00
|
|
|
"@types/bcrypt": "^5.0.2",
|
2025-01-16 10:38:01 +08:00
|
|
|
"@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"
|
|
|
|
}
|
|
|
|
}
|