update: game core flow pages

This commit is contained in:
Vick Scarlet
2026-08-16 20:06:16 +08:00
committed by 神戸小鳥
parent 25bd9ce2b7
commit 0c0fac5bfd
34 changed files with 890 additions and 768 deletions
+5 -4
View File
@@ -26,14 +26,15 @@
},
"devDependencies": {
"@types/bun": "1.3.14",
"@typescript-eslint/eslint-plugin": "^8.66.0",
"@typescript-eslint/parser": "^8.66.0",
"@typescript-eslint/eslint-plugin": "^8.67.0",
"@typescript-eslint/parser": "^8.67.0",
"@typescript/native": "npm:typescript@^7.0.2",
"eslint": "^10.8.0",
"eslint": "^10.8.1",
"typescript": "npm:@typescript/typescript6@^6.0.2"
},
"workspaces": [
"packages/*",
"apps/*"
"apps/*",
"thirdparty/*"
]
}