keya: initial commit

This commit is contained in:
Kaya Samat
2026-08-07 23:02:12 +03:00
commit e29d55dea1
22 changed files with 2368 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "tetris",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.4",
"oxlint": "^1.75.0",
"vite": "^8.2.0"
}
}