This commit is contained in:
2024-07-26 21:14:57 +02:00
parent 766f336bae
commit 9e410aad29
16 changed files with 402 additions and 116 deletions

View File

@@ -9,12 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"@formkit/tempo": "^0.1.2",
"@hookform/resolvers": "^3.9.0",
"@it-incubator/prettier-config": "^0.1.2",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@reduxjs/toolkit": "^2.2.6",
"@types/javascript-time-ago": "^2.0.8",
"async-mutex": "^0.5.0",
"clsx": "^2.1.1",
"javascript-time-ago": "^2.5.10",
"next": "14.2.5",
@@ -25,6 +27,7 @@
"react-hook-form": "7.52.1",
"react-redux": "^9.1.2",
"react-time-ago": "^7.3.3",
"sonner": "^1.5.0",
"zod": "^3.23.8"
},
"devDependencies": {