主要功能: - 修改RequirementModal支持12个订单班选择 - 添加OrderClassIconMap图标映射组件 - Store中添加selectedOrderClass状态管理 - WorkflowPage支持传递orderClass参数 - web_result添加URL参数切换功能 - 创建order-class-handler.js动态处理页面主题 技术改进: - 创建软链接关联订单班数据目录 - 生成wenlu.json和food.json数据结构 - 删除重复的web_result目录 - 添加测试页面test-order-class.html 影响范围: - 展会策划系统现支持12个订单班 - 结果展示页面自动适配不同订单班主题 - 用户可选择不同行业生成对应方案 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
82 lines
1.6 KiB
JSON
82 lines
1.6 KiB
JSON
{
|
|
"name": "react-router-dom",
|
|
"version": "7.8.2",
|
|
"description": "Declarative routing for React web applications",
|
|
"keywords": [
|
|
"react",
|
|
"router",
|
|
"route",
|
|
"routing",
|
|
"history",
|
|
"link"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/remix-run/react-router",
|
|
"directory": "packages/react-router-dom"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Remix Software <hello@remix.run>",
|
|
"sideEffects": false,
|
|
"main": "./dist/main.js",
|
|
"unpkg": "./dist/umd/react-router-dom.production.min.js",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"node": {
|
|
"types": "./dist/index.d.ts",
|
|
"module-sync": "./dist/index.mjs",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"import": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"default": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"wireit": {
|
|
"build": {
|
|
"command": "tsup",
|
|
"files": [
|
|
"*.ts",
|
|
"tsconfig.json",
|
|
"package.json"
|
|
],
|
|
"output": [
|
|
"dist/**"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"react-router": "7.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"tsup": "^8.3.0",
|
|
"typescript": "^5.1.6",
|
|
"wireit": "0.14.9"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18",
|
|
"react-dom": ">=18"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"LICENSE.md",
|
|
"README.md"
|
|
],
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "wireit",
|
|
"typecheck": "tsc"
|
|
}
|
|
} |