/
npronnikov
/
ProcessVisualizer
Обзор
Документация
Войти
/
npronnikov
/
ProcessVisualizer
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
frontend/package.json
36 строк
984 B
Madnick
Initial commit: Autonomization Tracker application
02 фев 2026, 18:14
02 фев 2026, 18:14
7612836
Код
Авторство
О чём код?
{ "name": "autonomization-frontend", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" }, "dependencies": { "@tanstack/react-query": "^5.17.9", "antd": "^5.12.8", "axios": "^1.6.5", "bpmn-js": "^17.4.0", "dayjs": "^1.11.10", "moment": "^2.30.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.21.1", "recharts": "^3.7.0" }, "devDependencies": { "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "typescript": "^5.3.3", "vite": "^5.0.12" } }