Initial commit from Create Next App

This commit is contained in:
Atakan Doğan Özban
2026-02-20 21:15:23 +01:00
commit 91dbfa7d77
17 changed files with 6398 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "portfolio_gsv",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"typescript": "^5"
}
}