mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00

* fix(web): redirect to onboarding only working after browser refresh * fix(web): pull new commit for better MatchInner reactivity * fix(web): update @tanstack/router to stable version with fix * chore(web): update lockfile after npm update cycle merge * chore(web): update @tanstack/router to latest
101 lines
3 KiB
JSON
101 lines
3 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.2.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"homepage": ".",
|
|
"packageManager": "pnpm@9.5.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --color",
|
|
"lint:ci": "eslint src/ --ext .js,.jsx,.ts,.tsx --format=@microsoft/eslint-formatter-sarif --fix > ../results.sarif || true",
|
|
"preview": "vite preview",
|
|
"lint:watch": "pnpm run lint -- --watch"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"csstype": "3.1.2",
|
|
"rollup": "npm:@rollup/wasm-node",
|
|
"react": "$react"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.1.1",
|
|
"@heroicons/react": "^2.1.4",
|
|
"@hookform/error-message": "^2.0.1",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tanstack/react-query": "^5.49.2",
|
|
"@tanstack/react-query-devtools": "^5.29.2",
|
|
"@tanstack/react-router": "^1.45.4",
|
|
"@types/node": "^20.14.9",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/react-portal": "^4.0.7",
|
|
"@types/react-table": "^7.7.20",
|
|
"@typescript-eslint/eslint-plugin": "^7.14.1",
|
|
"@typescript-eslint/parser": "^7.14.1",
|
|
"@vitejs/plugin-react-swc": "^3.7.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"buffer": "^6.0.3",
|
|
"date-fns": "^3.6.0",
|
|
"formik": "^2.4.6",
|
|
"http-proxy-middleware": "^3.0.0",
|
|
"postcss": "^8.4.39",
|
|
"react": "^18.3.1",
|
|
"react-debounce-input": "^3.3.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.52.0",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-multi-select-component": "^4.3.4",
|
|
"react-popper-tooltip": "^4.4.2",
|
|
"react-portal": "^4.2.2",
|
|
"react-ridge-state": "4.2.9",
|
|
"react-select": "^5.8.0",
|
|
"react-table": "^7.8.0",
|
|
"react-textarea-autosize": "^8.5.3",
|
|
"stacktracey": "^2.1.8",
|
|
"tailwind-lerp-colors": "1.2.6",
|
|
"tailwindcss": "^3.4.4",
|
|
"workbox-window": "^7.1.0",
|
|
"zod": "^3.23.8",
|
|
"zod-formik-adapter": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
|
"@rollup/wasm-node": "^4.18.0",
|
|
"@tanstack/router-devtools": "^1.43.4",
|
|
"@types/node": "^20.14.9",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/react-portal": "^4.0.7",
|
|
"@types/react-table": "^7.7.20",
|
|
"@typescript-eslint/eslint-plugin": "^7.14.1",
|
|
"@typescript-eslint/parser": "^7.14.1",
|
|
"@vitejs/plugin-react-swc": "^3.7.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-react": "^7.34.3",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"eslint-watch": "^8.0.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.2",
|
|
"vite": "^5.3.2",
|
|
"vite-plugin-pwa": "^0.20.0",
|
|
"vite-plugin-svgr": "^4.2.0"
|
|
}
|
|
}
|