Skip to content

Commit 95c15e1

Browse files
committed
chore: add zod, hook-form, clsx, lock most of deps
1 parent bde3e49 commit 95c15e1

2 files changed

Lines changed: 86 additions & 25 deletions

File tree

package-lock.json

Lines changed: 75 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,23 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"react": "^19.0.0",
13-
"react-dom": "^19.0.0",
14-
"next": "15.1.5"
12+
"@hookform/resolvers": "3.10.0",
13+
"clsx": "2.1.1",
14+
"next": "15.1.5",
15+
"react": "19.0.0",
16+
"react-dom": "19.0.0",
17+
"react-hook-form": "7.54.2",
18+
"zod": "3.24.1"
1519
},
1620
"devDependencies": {
17-
"typescript": "^5",
21+
"@eslint/eslintrc": "^3",
1822
"@types/node": "^20",
1923
"@types/react": "^19",
2024
"@types/react-dom": "^19",
21-
"postcss": "^8",
22-
"tailwindcss": "^3.4.1",
2325
"eslint": "^9",
2426
"eslint-config-next": "15.1.5",
25-
"@eslint/eslintrc": "^3"
27+
"postcss": "^8",
28+
"tailwindcss": "3.4.1",
29+
"typescript": "^5"
2630
}
2731
}

0 commit comments

Comments
 (0)