mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
Had a resurgence of a bug I was pretty sure I fixed, but it came back. Adding some tests to make sure we catch it if it comes back again.
29 lines
787 B
JSON
29 lines
787 B
JSON
{
|
|
"name": "ai_animation",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev-all": "vite --host 0.0.0.0",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview --host 0.0.0.0",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui"
|
|
},
|
|
"devDependencies": {
|
|
"@vitest/ui": "^3.1.4",
|
|
"jsdom": "^26.1.0",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^6.2.0",
|
|
"vitest": "^3.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@tweenjs/tween.js": "^25.0.0",
|
|
"@types/three": "^0.174.0",
|
|
"chart.js": "^4.4.9",
|
|
"three": "^0.174.0",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
|
|
}
|