ai-bot/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

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": {
"@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",
"ahooks": "^3.8.4",
"ali-oss": "^6.22.0",
"antd": "^5.23.2",
"bcrypt": "^5.1.1",
2025-01-16 18:30:24 +08:00
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
2025-01-16 10:38:01 +08:00
"icons": "link:@awesome.me/kit-KIT_CODE/icons",
"jose": "^5.9.6",
2025-01-23 11:31:05 +08:00
"jotai": "^2.11.1",
"mongodb": "^6.12.0",
2025-01-16 10:38:01 +08:00
"next": "15.1.4",
"proxy-agent": "^6.5.0",
2025-01-16 10:38:01 +08:00
"react": "^19.0.0",
"react-dom": "^19.0.0",
2025-01-23 11:31:05 +08:00
"swr": "^2.3.0",
"uuid": "^11.0.5",
"zod": "^3.24.1"
2025-01-16 10:38:01 +08:00
},
"devDependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",
2025-01-16 10:38:01 +08:00
"@eslint/eslintrc": "^3",
"@types/ali-oss": "^6.16.11",
"@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"
}
}