second commit

This commit is contained in:
2024-12-16 13:30:44 +05:30
parent b37f080da5
commit 803d521b73
41 changed files with 7242 additions and 255 deletions

View File

@@ -9,19 +9,29 @@
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@tanstack/react-query": "^5.62.7",
"axios": "^1.7.9",
"next": "15.1.0",
"next-pwa": "^5.6.0",
"react": "^19.0.0",
"react-confetti": "^6.1.0",
"react-dom": "^19.0.0",
"next": "15.1.0"
"react-hook-form": "^7.54.1",
"react-icons": "^5.4.0",
"yup": "^1.5.0"
},
"devDependencies": {
"typescript": "^5",
"@eslint/eslintrc": "^3",
"@types/next-pwa": "^5.6.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"daisyui": "^4.12.22",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"@eslint/eslintrc": "^3"
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}