refactor: 移除废弃的AGI策略演进服务 fix: 修正磁盘I/O指标字段命名 chore: 更新项目依赖版本 test: 添加前后端集成测试用例 docs: 更新AI模块接口文档 style: 统一审计日志字段命名规范 perf: 优化Redis订阅连接错误处理 build: 配置多项目工作区结构 ci: 添加Vite开发服务器CORS支持
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "temu-seller-assistant",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"start": "npm run dev",
|
|
"build": "tsc && vite build",
|
|
"build:watch": "vite build --watch",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"zip": "npm run build && node ./scripts/zip.js",
|
|
"clean": "rimraf dist out"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.90.21",
|
|
"@tanstack/react-query-devtools": "^5.91.3",
|
|
"axios": "^1.13.6",
|
|
"clsx": "^2.0.0",
|
|
"dexie": "^4.3.0",
|
|
"dexie-react-hooks": "^4.2.0",
|
|
"lucide-react": "^0.292.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwind-merge": "^2.0.0",
|
|
"zustand": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@crxjs/vite-plugin": "^2.0.0-beta.21",
|
|
"@types/chrome": "^0.0.250",
|
|
"@types/node": "^25.3.3",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"adm-zip": "^0.5.16",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"postcss": "^8.4.31",
|
|
"rimraf": "^6.1.3",
|
|
"tailwindcss": "^3.3.5",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^5.0.0"
|
|
}
|
|
}
|