Files
fad-trade-next/package.json
砂糖 450337a019 refactor(about): 重构关于页面路由为静态路径
将关于页面的查询参数路由改为静态路径结构,如/about/company
更新i18n消息中的链接路径
添加新的[section]页面处理逻辑
优化静态生成参数和错误处理
2025-12-11 09:10:41 +08:00

63 lines
1.6 KiB
JSON

{
"name": "next-forge",
"version": "2.1.0",
"packageManager": "pnpm@10.12.4",
"engines": {
"node": "20.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.6",
"@types/js-cookie": "^3.0.6",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.5",
"@vercel/analytics": "^1.4.1",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"gray-matter": "^4.0.3",
"js-cookie": "^3.0.5",
"lucide-react": "^0.468.0",
"next": "16.0.0",
"next-intl": "^4.4.0",
"next-mdx-remote-client": "2",
"next-themes": "^0.4.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"remark-gfm": "^4.0.0",
"resend": "^4.1.2",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.19",
"baseline-browser-mapping": "^2.9.5",
"eslint": "^9",
"eslint-config-next": "16.0.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5"
},
"volta": {
"node": "20.19.5"
}
}