This commit is contained in:
Yolando
2026-03-28 19:48:52 +07:00
parent 0a25960e8f
commit 5b0254d71b
19 changed files with 2016 additions and 1102 deletions

View File

@@ -9,18 +9,22 @@
"lint": "eslint"
},
"dependencies": {
"next": "16.2.1",
"framer-motion": "^12.38.0",
"lucide-react": "^1.7.0",
"next": "^15.5.14",
"next-themes": "^0.4.6",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"tailwindcss": "^4",
"eslint-config-next": "^15.5.14",
"postcss": "^8.5.0",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}