/
foult080
/
hackaton-app
Обзор
Документация
Войти
/
foult080
/
hackaton-app
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
web-app/package.json
39 строк
925 B
foult080
fix(doctor): add react-doctor and fix some voulnerailities
20 июл 2026, 16:10
20 июл 2026, 16:10
8830c83
Код
Авторство
О чём код?
{ "name": "front-hack", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "oxlint", "preview": "vite preview" }, "dependencies": { "@hookform/resolvers": "^5.4.0", "@tanstack/react-query": "^5.101.2", "axios": "^1.18.1", "lucide-react": "^1.23.0", "react": "^19.2.7", "react-dom": "^19.2.7", "react-hook-form": "^7.81.0", "react-router-dom": "^7.18.1", "zod": "^4.4.3", "zustand": "^5.0.14" }, "devDependencies": { "@tailwindcss/vite": "^4.3.2", "@types/node": "^24.13.2", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.3", "oxlint": "^1.71.0", "react-doctor": "^0.8.1", "tailwindcss": "^4.3.2", "typescript": "~6.0.2", "vite": "^8.1.1" }, "allowScripts": { "fsevents@2.3.3": true } }