/
voting
/
frontend
Обзор
Документация
Войти
/
voting
/
frontend
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
main
package.json
48 строк
1 KB
TimPulin
032-rename-data-upload-to-xlsx-upload
18 июл 2026, 23:30
18 июл 2026, 23:30
9fecc8e
Код
Авторство
О чём код?
{ "name": "frontend-voting", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "lint": "biome check src/", "lint:fix": "biome check --apply src/", "format": "biome format src/", "format:fix": "biome format --write src/", "test": "vitest run" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@fontsource/roboto": "^5.2.10", "@hookform/resolvers": "^5.4.0", "@mui/icons-material": "^9.2.0", "@mui/material": "^9.2.0", "@tanstack/react-query": "^5.101.2", "axios": "^1.18.1", "eventsource-polyfill": "^0.9.6", "react": "^19.2.7", "react-dom": "^19.2.7", "react-hook-form": "^7.82.0", "react-router-dom": "^7.18.1", "read-excel-file": "^9.3.2", "zod": "^4.4.3", "zustand": "^5.0.14" }, "devDependencies": { "@biomejs/biome": "^2.5.4", "@eslint/js": "^10.0.1", "@testing-library/react": "^16.3.0", "@types/node": "^24.13.2", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.3", "globals": "^17.7.0", "jsdom": "^26.1.0", "typescript": "~6.0.2", "vite": "^8.1.1", "vitest": "^4.1.10" } }