/
githubmirror
/
react-hook-form
Обзор
Документация
Войти
/
githubmirror
/
react-hook-form
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
app/package.json
32 строки
770 B
dependabot[bot]
🤖 build(deps-dev): bump vite from 5.4.11 to 6.4.3 in /app (#13534)
11 июл 2026, 13:09
Не верифицирован
11 июл 2026, 13:09
673aae4
Код
Авторство
О чём код?
{ "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": "^18.2.1", "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": "^6.4.3" } }