Initial commit from Create Next App

This commit is contained in:
2026-04-10 21:40:20 +03:00
commit cab84b4969
19 changed files with 6391 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "asansor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"next": "16.2.3",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.3",
"typescript": "^5"
}
}