mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-22 16:49:15 +00:00
21 lines
409 B
JSON
21 lines
409 B
JSON
{
|
|
"name": "ai_animation",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~5.7.2",
|
|
"vite": "^6.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@tweenjs/tween.js": "^25.0.0",
|
|
"@types/three": "^0.174.0",
|
|
"three": "^0.174.0",
|
|
"zod": "^3.24.2"
|
|
}
|
|
}
|