Files
tunarr/web/package.json
2026-03-19 15:44:22 -04:00

99 lines
3.2 KiB
JSON

{
"name": "@tunarr/web",
"version": "1.2.0-dev.1",
"private": true,
"type": "module",
"scripts": {
"build": "tsc -p tsconfig.build.json --noEmit",
"build-dev": "tsc -p tsconfig.build.json --noEmit --watch",
"regen-routes": "tsr generate",
"generate-client": "openapi-ts",
"bundle": "vite build",
"dev": "vite",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest --run",
"typecheck": "tsc -p tsconfig.build.json --noEmit"
},
"dependencies": {
"@cospired/i18n-iso-languages": "^4.2.0",
"@dotenvx/dotenvx": "^1.45.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^5.2.2",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@mui/x-date-pickers": "^8.4.0",
"@tanstack/react-form": "^1.28.0",
"@tanstack/react-query": "^5.18.1",
"@tanstack/react-query-devtools": "^5.18.1",
"@tanstack/react-router": "^1.133.13",
"@tanstack/zod-adapter": "^1.131.27",
"@tunarr/shared": "workspace:*",
"@tunarr/types": "workspace:*",
"@uidotdev/usehooks": "^2.4.1",
"axios": ">=1.12.0",
"bowser": "^2.11.0",
"color": "^5.0.0",
"colorjs.io": "^0.5.2",
"dayjs": "catalog:",
"hls.js": "^1.6.15",
"immer": "^10.0.3",
"lodash-es": "catalog:",
"material-react-table": "^3.2.1",
"notistack": "^3.0.1",
"pluralize": "^8.0.0",
"query-string": "^9.1.1",
"random-js": "catalog:",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^6.0.0",
"react-hook-form": "^7.68.0",
"react-transition-group": "^4.4.5",
"react-virtualized-auto-sizer": "^1.0.26",
"react-window": "^1.8.9",
"ts-pattern": "^5.4.0",
"usehooks-ts": "^2.14.0",
"uuid": "^9.0.1",
"zod": "catalog:",
"zustand": "^4.4.6"
},
"devDependencies": {
"@hey-api/openapi-ts": "0.80.16",
"@tanstack/react-devtools": "^0.9.4",
"@tanstack/react-form-devtools": "^0.2.13",
"@tanstack/react-router-devtools": "^1.158.1",
"@tanstack/react-table": "8.19.3",
"@tanstack/router-cli": "^1.35.4",
"@tanstack/router-vite-plugin": "^1.133.13",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/lodash-es": "4.17.9",
"@types/pluralize": "^0.0.33",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-transition-group": "^4.4.12",
"@types/react-window": "^1.8.8",
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/parser": "catalog:",
"@vitejs/plugin-react-swc": "^3.11.0",
"eslint": "catalog:",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"jsdom": "^28.0.0",
"make-vfs": "^1.0.15",
"nodemon": "^3.0.3",
"openapi-zod-client": "^1.14.0",
"ts-essentials": "^9.4.2",
"typescript": "catalog:",
"vite": "^7.1.10",
"vite-plugin-svgr": "^4.5.0",
"vitest": "^3.2.4"
}
}