mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
92 lines
2.9 KiB
JSON
92 lines
2.9 KiB
JSON
{
|
|
"name": "@tunarr/web",
|
|
"version": "1.1.3",
|
|
"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",
|
|
"@mui/icons-material": "^7.0.2",
|
|
"@mui/material": "^7.0.2",
|
|
"@mui/x-date-pickers": "^8.4.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.4.12",
|
|
"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": "2.1.0",
|
|
"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-markdown": "^9.0.3",
|
|
"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-table": "8.19.3",
|
|
"@tanstack/router-cli": "^1.35.4",
|
|
"@tanstack/router-devtools": "1.133.13",
|
|
"@tanstack/router-vite-plugin": "^1.133.13",
|
|
"@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": "^8.19.0",
|
|
"@typescript-eslint/parser": "^8.19.0",
|
|
"@vitejs/plugin-react-swc": "^3.11.0",
|
|
"eslint": "catalog:",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
"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"
|
|
}
|
|
}
|