lesson 2 finished

This commit is contained in:
2023-07-29 17:11:56 +02:00
parent 06afed2826
commit 154cbe60df
12 changed files with 353 additions and 1 deletions

View File

@@ -14,13 +14,17 @@
},
"dependencies": {
"@fontsource/roboto": "^5.0.5",
"@hookform/resolvers": "^3.1.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-label": "^2.0.2",
"clsx": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@it-incubator/eslint-config": "^0.1.3",
"@it-incubator/prettier-config": "^0.1.2",
"@it-incubator/stylelint-config": "^0.1.5",