mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
- Replaced Formik with react-hook-form in Logo, M3UGroupFilter, M3UProfile, Stream, StreamProfile, and UserAgent components. - Integrated Yup for schema validation in all updated forms. - Updated form submission logic to accommodate new form handling methods. - Adjusted state management and error handling to align with react-hook-form's API. - Ensured compatibility with existing functionality while improving code readability and maintainability.
75 lines
2 KiB
JSON
75 lines
2 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"test": "vitest --run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@mantine/charts": "~8.0.1",
|
|
"@mantine/core": "~8.0.1",
|
|
"@mantine/dates": "~8.0.1",
|
|
"@mantine/dropzone": "~8.0.1",
|
|
"@mantine/form": "~8.0.1",
|
|
"@mantine/hooks": "~8.0.1",
|
|
"@mantine/notifications": "~8.0.1",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@tanstack/react-table": "^8.21.2",
|
|
"allotment": "^1.20.4",
|
|
"dayjs": "^1.11.13",
|
|
"hls.js": "^1.5.20",
|
|
"react-hook-form": "^7.70.0",
|
|
"lucide-react": "^0.511.0",
|
|
"mpegts.js": "^1.8.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-draggable": "^4.4.6",
|
|
"react-pro-sidebar": "^1.1.0",
|
|
"react-router-dom": "^7.3.0",
|
|
"react-virtualized": "^9.22.6",
|
|
"react-virtualized-auto-sizer": "^1.0.26",
|
|
"react-window": "^1.8.11",
|
|
"recharts": "^2.15.1",
|
|
"video.js": "^8.21.0",
|
|
"yup": "^1.6.1",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"@swc/core": "npm:@swc/wasm@1.13.20",
|
|
"@swc/wasm": "^1.13.20",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.8.0",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.0",
|
|
"@vitejs/plugin-react-swc": "^4.1.0",
|
|
"eslint": "^9.27.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^15.15.0",
|
|
"jsdom": "^27.0.0",
|
|
"prettier": "^3.5.3",
|
|
"vite": "^7.1.7",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"resolutions": {
|
|
"vite": "7.1.7",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0"
|
|
},
|
|
"overrides": {
|
|
"js-yaml": "^4.1.1"
|
|
}
|
|
}
|