/
githubmirror
/
react-hook-form
Обзор
Документация
Войти
/
githubmirror
/
react-hook-form
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.75.0
app/package.json
32 строки
772 B
Beier (Bill)
🛟 upgrade deps (#12506)
29 дек 2024, 10:38
Не верифицирован
29 дек 2024, 10:38
43b3d73
Код
Авторство
О чём код?
{ "name": "react-hook-form", "version": "0.0.0", "type": "module", "scripts": { "dev": "vite --force", "build": "tsc && vite build", "serve": "vite preview" }, "license": "MIT", "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@hookform/resolvers": "3.9.0", "@mui/material": "^5.16.13", "joi": "^17.13.3", "react": "^19.0.0", "react-dom": "^19.0.0", "react-hook-form": "file:..", "react-router-dom": "^6.28.1", "react-select": "^5.9.0", "yup": "^1.6.1" }, "devDependencies": { "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@types/yup": "^0.29.14", "@vitejs/plugin-react": "^4.3.4", "typescript": "^5.7.2", "vite": "^5.4.11" } }