Initial commit for OakTasty website.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-08-08 10:41:35 +03:30
co-authored by Cursor
commit 5fd7d00563
76 changed files with 7516 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "oak-tasty",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^15.5.2",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^15.5.2",
"typescript": "^5"
}
}