mirror of
https://github.com/kuhyx/slavic_game_jam.git
synced 2026-07-04 14:43:10 +02:00
15 lines
234 B
JSON
15 lines
234 B
JSON
|
|
{
|
||
|
|
"name": "gamejam2025",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"vite": "^7.0.4"
|
||
|
|
}
|
||
|
|
}
|