8c31cecb37
数据大盘新增/增强两块运营配置: - 首页轮播种子(新):列表/新增/编辑/批量生成/预览效果;用户名可空(留空自动合成)、金额区间(min~max) - 首页数据配置(增强):自增长「百分比/固定增量」切换、真实值基数偏移、「允许数字下降」(只增不减)开关、下次预计值、立即更新二次确认;倍率上限 1.5 - 依赖 @ant-design/v5-patch-for-react-19(React 19 兼容,providers 顶部 import) - start.sh/stop.sh 跨平台重写;.run-logs/ 加入 .gitignore Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
30 lines
707 B
JSON
30 lines
707 B
JSON
{
|
|
"name": "shaguabijia-admin-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3001",
|
|
"build": "next build",
|
|
"start": "next start -p 3001",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/cssinjs": "^1.24.0",
|
|
"@ant-design/icons": "^5.5.2",
|
|
"@ant-design/nextjs-registry": "^1.0.2",
|
|
"@ant-design/v5-patch-for-react-19": "^1.0.3",
|
|
"antd": "^5.22.0",
|
|
"axios": "^1.7.7",
|
|
"dayjs": "^1.11.13",
|
|
"next": "^15.0.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.9.0",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|