feat: complete cmpp platform phases 0-5

This commit is contained in:
hectorzhao
2026-07-01 13:22:04 +08:00
parent 824a8b334f
commit ee926fea04
86 changed files with 10490 additions and 14 deletions
+13 -1
View File
@@ -6,12 +6,24 @@
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc --noEmit && vite build",
"preview": "vite preview --host 0.0.0.0"
"build:api": "npm --prefix api run build",
"preview": "vite preview --host 0.0.0.0",
"prisma:generate": "npm --prefix api run prisma:generate",
"spike:contracts": "node tools/spike/validate-gateway-queue-contract.mjs",
"spike:gateway": "powershell -NoProfile -ExecutionPolicy Bypass -Command \"$env:Path='C:\\Program Files\\Go\\bin;'+$env:Path; Push-Location gateway; go test ./...; Pop-Location\"",
"spike:bullmq": "node api/src/spike/bullmq-link-spike.mjs",
"verify:phase1": "npm run spike:contracts && npm run spike:gateway && npm run spike:bullmq && npm run prisma:generate && npm run build:api && npm run build",
"verify:phase2": "npm run verify:phase1",
"verify:phase3": "npm run verify:phase2",
"verify:phase4": "npm run verify:phase3",
"verify:phase5": "npm run verify:phase4"
},
"dependencies": {
"@vitejs/plugin-react": "^6.0.2",
"bullmq": "^5.79.2",
"dayjs": "^1.11.21",
"echarts": "^6.1.0",
"ioredis": "^5.11.1",
"lucide-react": "^1.18.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",