- Replace two MUI DatePicker components with a single visual range field - Click opens Popover with community DateCalendar (no DateRangePicker/pro) - First click sets start, second sets end; if end < start, range resets - Remove isOpen/onToggle props — Popover managed locally - Add BrokerDashboardTableSkeleton for events/income loading - Set default weekly range (today-7d / today) for both events and income - Remove 'Фильтр' label, rename 'Показать' → 'Применить период' - Install @mui/x-date-pickers@7 - Update tests for new UI and skeleton loading states - Align spec.md, plan.md, tasks.md with implementation
69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"name": "@moex-vibe/frontend",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"typecheck": "tsc -b",
|
|
"preview": "vite preview",
|
|
"codegen": "openapi-typescript http://localhost:3000/api/docs-json -o src/shared/api/types.ts",
|
|
"lint": "biome check src/",
|
|
"lint:fix": "biome check --write src/",
|
|
"format": "biome format --write src/",
|
|
"format:check": "biome format src/",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@fontsource/inter": "^5.2.8",
|
|
"@hookform/resolvers": "^3.10.0",
|
|
"@moex-vibe/design-system": "*",
|
|
"@mui/icons-material": "^6.5.0",
|
|
"@mui/material": "^6.5.0",
|
|
"@mui/x-date-pickers": "^7.29.4",
|
|
"@tanstack/react-query": "^5.20.0",
|
|
"@tanstack/react-router": "^1.170.16",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.21",
|
|
"ky": "^1.14.3",
|
|
"lightweight-charts": "^4.1.0",
|
|
"openapi-fetch": "^0.9.0",
|
|
"react": "^18.3.0",
|
|
"react-dom": "^18.3.0",
|
|
"react-hook-form": "^7.80.0",
|
|
"react-is": "^18.3.1",
|
|
"zod": "^4.4.3",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.5.0",
|
|
"@conarti/eslint-plugin-feature-sliced": "^1.0.5",
|
|
"@tanstack/router-devtools": "^1.167.0",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^25.9.3",
|
|
"@types/react": "^18.3.0",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/parser": "^7.0.0",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"eslint": "^8.0.0",
|
|
"eslint-import-resolver-typescript": "^4.4.5",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"jsdom": "^29.1.1",
|
|
"msw": "^2.14.6",
|
|
"openapi-typescript": "^7.0.0",
|
|
"typescript": "^5.3.0",
|
|
"vite": "^5.4.0",
|
|
"vitest": "^4.1.8"
|
|
},
|
|
"overrides": {
|
|
"react-is": "^18.3.1"
|
|
}
|
|
}
|