fff7074218
- 在管理员API中新增用户算力点调整功能和信用日志相关接口 - 实现后端用户算力点调整逻辑和信用日志的增删改查操作 - 在管理员界面用户管理页面添加算力点调整功能 - 新增独立的算力点日志管理页面,支持日志查看和编辑 - 添加算力点日志相关的数据模型和服务函数 - 更新数据库文档说明第三方资料存储结构 - 添加dayjs依赖用于时间格式化显示
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "infinite-canvas",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev --webpack -H 0.0.0.0 -p 3000",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^6.1.1",
|
|
"@ant-design/nextjs-registry": "^1.3.0",
|
|
"@ant-design/pro-components": "3.0.0-beta.3",
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@tanstack/react-query": "^5.100.9",
|
|
"@uiw/react-codemirror": "^4.25.9",
|
|
"antd": "^6.4.2",
|
|
"axios": "^1.16.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"copy-to-clipboard": "^4.0.2",
|
|
"dayjs": "^1.11.20",
|
|
"localforage": "^1.10.0",
|
|
"lucide-react": "^1.16.0",
|
|
"motion": "^12.38.0",
|
|
"nanoid": "^5.1.11",
|
|
"next": "16.2.3",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "19.2.5",
|
|
"react-dom": "19.2.5",
|
|
"shadcn": "^4.7.0",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss": "^4",
|
|
"tw-animate-css": "^1.4.0",
|
|
"zustand": "^5.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "19.1.12",
|
|
"@types/react-dom": "19.1.9",
|
|
"prettier": "^3.8.3",
|
|
"typescript": "^5"
|
|
}
|
|
}
|