mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00

* fix broken tooltips, replace react-tooltip with react-popper-tooltip * make tooltips use ExternalLink component * fix import * get rid of unused import * fix(tooltip): set delayHide * removed unecessary comment * fix tooltip on mobile * stop tooltip label propagation (mainly for mobile devices) * added onClick convenience prop for label component wrapper (since onClick isn't propagated down) --------- Co-authored-by: soup <soup@r4tio.dev>
82 lines
2.3 KiB
JSON
82 lines
2.3 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"homepage": ".",
|
|
"packageManager": "pnpm@8.7.0",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "tsc && vite build",
|
|
"serve": "vite preview",
|
|
"lint": "eslint src/ --ext .js,.jsx,.ts,.tsx --color",
|
|
"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": {
|
|
"react": "$react"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.17",
|
|
"@heroicons/react": "^2.0.18",
|
|
"@hookform/error-message": "^2.0.1",
|
|
"@tailwindcss/forms": "^0.5.6",
|
|
"@tanstack/react-query": "^4.33.0",
|
|
"@tanstack/react-query-devtools": "^4.33.0",
|
|
"@types/node": "^20.5.9",
|
|
"@types/react": "^18.2.21",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/react-portal": "^4.0.4",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-table": "^7.7.15",
|
|
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
"@typescript-eslint/parser": "^6.5.0",
|
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
|
"autoprefixer": "^10.4.15",
|
|
"buffer": "^6.0.3",
|
|
"date-fns": "^2.30.0",
|
|
"eslint": "^8.48.0",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-watch": "^8.0.0",
|
|
"formik": "^2.4.3",
|
|
"http-proxy-middleware": "^2.0.6",
|
|
"postcss": "^8.4.29",
|
|
"react": "^18.2.0",
|
|
"react-debounce-input": "^3.3.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-error-boundary": "^4.0.11",
|
|
"react-hook-form": "^7.45.4",
|
|
"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-router-dom": "^6.15.0",
|
|
"react-select": "^5.7.4",
|
|
"react-table": "^7.8.0",
|
|
"react-textarea-autosize": "^8.5.3",
|
|
"stacktracey": "^2.1.8",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-pwa": "^0.16.4",
|
|
"vite-plugin-svgr": "^3.2.0",
|
|
"workbox-window": "^7.0.0",
|
|
"zod": "^3.22.2",
|
|
"zod-formik-adapter": "^1.2.0"
|
|
}
|
|
}
|