This commit is contained in:
Timur Ercan
2023-01-14 16:12:46 +01:00
parent 971a3fcf49
commit 1cf5d79372

View File

@@ -18,6 +18,9 @@
}, },
"dependencies": { "dependencies": {
"react-hot-toast": "^2.4.0", "react-hot-toast": "^2.4.0",
"next": "13.0.3" "next": "13.0.3",
"dotenv": "^16.0.3",
"react": "18.2.0",
"react-dom": "18.2.0"
} }
} }