Initial commit

This commit is contained in:
2026-03-24 20:27:54 +05:30
parent 7dfa874a78
commit 983c90587c
9 changed files with 145 additions and 92 deletions

View File

@@ -9,6 +9,7 @@
"lint": "eslint"
},
"dependencies": {
"animate.css": "^4.1.1",
"next": "16.2.1",
"react": "19.2.4",
"react-dom": "19.2.4"
@@ -19,6 +20,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"daisyui": "^5.5.19",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"tailwindcss": "^4",