mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
87 lines
2.8 KiB
JSON
87 lines
2.8 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.2.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"homepage": ".",
|
|
"packageManager": "pnpm@10.2.1",
|
|
"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"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"csstype": "3.1.2",
|
|
"rollup": "npm:@rollup/wasm-node",
|
|
"react": "$react"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@headlessui/react": "^2.2.4",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@hookform/error-message": "^2.0.1",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@tailwindcss/forms": "^0.5.10",
|
|
"@tailwindcss/vite": "^4.1.8",
|
|
"@tanstack/react-query": "^5.79.0",
|
|
"@tanstack/react-query-devtools": "^5.29.2",
|
|
"@tanstack/react-router": "^1.120.13",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@types/node": "^22.15.29",
|
|
"@types/react": "^19.1.6",
|
|
"@types/react-dom": "^19.1.5",
|
|
"@typescript-eslint/eslint-plugin": "^8.33.0",
|
|
"@typescript-eslint/parser": "^8.33.0",
|
|
"@vitejs/plugin-react-swc": "^3.10.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"buffer": "^6.0.3",
|
|
"date-fns": "^4.1.0",
|
|
"formik": "^2.4.6",
|
|
"goober": "^2.1.16",
|
|
"http-proxy-middleware": "^3.0.5",
|
|
"react": "^19.1.0",
|
|
"react-debounce-input": "^3.3.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-hook-form": "^7.56.4",
|
|
"react-multi-select-component": "^4.3.4",
|
|
"react-popper-tooltip": "^4.4.2",
|
|
"react-ridge-state": "4.2.9",
|
|
"react-select": "^5.10.1",
|
|
"react-textarea-autosize": "^8.5.9",
|
|
"stacktracey": "^2.1.8",
|
|
"tailwind-lerp-colors": "1.2.6",
|
|
"tailwindcss": "^4.1.8",
|
|
"workbox-window": "^7.3.0",
|
|
"zod": "^3.25.46",
|
|
"zod-formik-adapter": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
|
"@rollup/wasm-node": "^4.41.1",
|
|
"@tanstack/router-devtools": "^1.120.13",
|
|
"@types/node": "^22.15.29",
|
|
"@types/react": "^19.1.6",
|
|
"@types/react-dom": "^19.1.5",
|
|
"@typescript-eslint/eslint-plugin": "^8.33.0",
|
|
"@typescript-eslint/parser": "^8.33.0",
|
|
"@vitejs/plugin-react-swc": "^3.10.0",
|
|
"eslint": "^8.57.1",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"eslint-watch": "^8.0.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-pwa": "^1.0.0",
|
|
"vite-plugin-svgr": "^4.3.0"
|
|
}
|
|
}
|