/
dimaWebexplorer
/
investmentAssistant
Обзор
Документация
Войти
/
dimaWebexplorer
/
investmentAssistant
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
llmcode
frontend/package.json
47 строк
1 KB
Дима
added frontend
07 ноя 2025, 02:03
07 ноя 2025, 02:03
931d048
Код
Авторство
О чём код?
{ "name": "invest_helper", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "postinstall": "patch-package" }, "dependencies": { "@mantine/core": "^8.2.5", "@mantine/hooks": "^8.2.5", "@syncfusion/ej2-react-gantt": "^30.1.41", "@tabler/icons-react": "^3.35.0", "@tanstack/react-query": "^5.85.5", "axios": "^1.11.0", "cldr-data": "^36.0.4", "clsx": "^2.1.1", "exceljs": "^4.4.0", "patch-package": "^8.0.0", "react": "^19.1.0", "react-dom": "^19.1.0", "react-router-dom": "^7.9.3", "sass": "^1.89.2" }, "devDependencies": { "@eslint/js": "^9.30.1", "@types/node": "^24.0.14", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.6.0", "eslint": "^9.30.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.3.0", "prettier": "^3.6.2", "typescript": "~5.8.3", "typescript-eslint": "^8.35.1", "vite": "^7.0.4" } }