/
kreyndelHam
/
Konstructorium
Обзор
Документация
Войти
/
kreyndelHam
/
Konstructorium
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
1
CI/CD
Аналитика
Безопасность
dev
frontend/package.json
44 строки
1 KB
MihahamYT
Fixed CI
25 май 2026, 13:19
25 май 2026, 13:19
01c4f98
Код
Авторство
О чём код?
{ "name": "3d-model-shop-frontend", "version": "1.0.0", "description": "Frontend for 3D Model Shop", "private": true, "dependencies": { "@react-three/drei": "^9.92.0", "@react-three/fiber": "^8.15.0", "axios": "^1.6.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.48.2", "react-query": "^3.39.3", "react-router-dom": "^6.20.0", "react-toastify": "^9.1.3", "recharts": "^3.8.1", "three": "^0.160.0", "zustand": "^4.4.7" }, "devDependencies": { "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.0", "@vitest/coverage-v8": "^3.2.4", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.16", "eslint": "^8.57.1", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.20", "jsdom": "^26.1.0", "postcss": "^8.4.32", "tailwindcss": "^3.3.6", "vite": "^5.0.8", "vitest": "^3.2.4" }, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "test": "node scripts/run-vitest-files.mjs", "test:coverage": "vitest run --coverage" } }