refactor: install form (#4154)
This commit is contained in:
parent
64c3bc070a
commit
cc835d523c
4 changed files with 71 additions and 94 deletions
|
|
@ -21,6 +21,7 @@
|
|||
"@formatjs/intl-localematcher": "^0.5.4",
|
||||
"@headlessui/react": "^1.7.13",
|
||||
"@heroicons/react": "^2.0.16",
|
||||
"@hookform/resolvers": "^3.3.4",
|
||||
"@lexical/react": "^0.12.2",
|
||||
"@mdx-js/loader": "^2.3.0",
|
||||
"@mdx-js/react": "^2.3.0",
|
||||
|
|
@ -60,6 +61,7 @@
|
|||
"react-dom": "^18.2.0",
|
||||
"react-error-boundary": "^4.0.2",
|
||||
"react-headless-pagination": "^1.1.4",
|
||||
"react-hook-form": "^7.51.4",
|
||||
"react-i18next": "^12.2.0",
|
||||
"react-infinite-scroll-component": "^6.1.0",
|
||||
"react-markdown": "^8.0.6",
|
||||
|
|
@ -84,6 +86,7 @@
|
|||
"swr": "^2.1.0",
|
||||
"use-context-selector": "^1.4.1",
|
||||
"uuid": "^9.0.1",
|
||||
"zod": "^3.23.6",
|
||||
"zustand": "^4.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue