2026-04-11 23:28:23 +08:00
|
|
|
{
|
|
|
|
|
"name": "web",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-04-12 16:00:20 +08:00
|
|
|
"@tanstack/react-query": "^5.90.5",
|
2026-04-23 09:41:54 +08:00
|
|
|
"antd": "^5.29.3",
|
2026-04-17 21:55:27 +08:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"framer-motion": "^12.38.0",
|
2026-04-11 23:28:23 +08:00
|
|
|
"next": "16.2.3",
|
|
|
|
|
"react": "19.2.4",
|
2026-04-17 21:55:27 +08:00
|
|
|
"react-dom": "19.2.4",
|
|
|
|
|
"tailwind-merge": "^3.5.0"
|
2026-04-11 23:28:23 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/postcss": "^4",
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "16.2.3",
|
|
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
|
|
|
|
}
|