chore: add form

This commit is contained in:
Li Xin
2025-04-23 21:16:58 +08:00
parent 3e4e551613
commit a39844410c
3 changed files with 202 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-dialog": "^1.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.11",
"@radix-ui/react-label": "^2.1.4",
@@ -41,6 +42,7 @@
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.56.1",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-katex": "^7.0.1",
@@ -50,7 +52,7 @@
"tw-animate-css": "^1.2.5",
"unist-util-visit": "^5.0.0",
"use-stick-to-bottom": "^1.1.0",
"zod": "^3.24.2",
"zod": "^3.24.3",
"zustand": "^5.0.3"
},
"devDependencies": {