Remove test files and commit necessary changes

This commit is contained in:
2026-02-21 23:03:55 +05:30
parent 8b3a53342e
commit 40a33fc3b7
4 changed files with 262 additions and 30 deletions

View File

@@ -11,7 +11,9 @@
"check": "biome check ."
},
"dependencies": {
"dotenv": "^17.3.1",
"next": "16.1.6",
"pg": "^8.18.0",
"react": "19.2.3",
"react-dom": "19.2.3"
},
@@ -22,6 +24,7 @@
"@types/react-dom": "^19",
"biome": "^0.3.3",
"tailwindcss": "^4",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}