/
d.vader
/
e2e
Обзор
Документация
Войти
/
d.vader
/
e2e
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
65 строк
2 KB
Boris Meshcheryakov
initial commit
01 окт 2025, 09:22
01 окт 2025, 09:22
3edac10
Код
Авторство
О чём код?
{ "name": "my-react-manual", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "start": "npm run start:backend & npm run start:front", "start:front": "vite", "start:backend": "PORT=5005 node backend/server.js", "dev": "vite", "build": "vite build", "test": "vitest", "test:ui": "vitest --ui", "test:run": "vitest run", "preview": "vite preview", "cypress:open": "cypress open", "cypress:run": "cypress run", "cypress:run:headed": "cypress run --headed", "cypress:run:chrome": "cypress run --browser chrome", "cypress:run:firefox": "cypress run --browser firefox" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/icons-material": "^7.3.2", "@mui/material": "^7.3.1", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-slot": "^1.2.3", "chart.js": "^4.5.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cors": "^2.8.5", "echarts": "^6.0.0", "express": "^5.1.0", "lucide-react": "^0.542.0", "react": "^19.1.1", "react-dom": "^19.1.1", "react-router-dom": "^7.9.3", "styled-components": "^6.1.19", "tailwind-merge": "^3.3.1", "vaul": "^1.1.2" }, "devDependencies": { "@tailwindcss/cli": "^4.1.12", "@tailwindcss/vite": "^4.1.12", "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^30.0.0", "@types/react": "^19.1.10", "@types/react-dom": "^19.1.7", "@vitejs/plugin-react-swc": "^4.0.0", "cypress": "^15.3.0", "happy-dom": "^18.0.1", "tailwindcss": "^4.1.12", "tw-animate-css": "^1.3.7", "typescript": "^5.9.2", "vite": "^7.1.2", "vitest": "^3.2.4" }, "keywords": [], "author": "", "license": "ISC" }