autobrr/web/package.json

99 lines
3 KiB
JSON

{
"name": "web",
"version": "0.2.0",
"type": "module",
"private": true,
"homepage": ".",
"packageManager": "pnpm@9.9.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": {
"@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.0",
"@heroicons/react": "^2.2.0",
"@hookform/error-message": "^2.0.1",
"@popperjs/core": "^2.11.8",
"@tailwindcss/forms": "^0.5.9",
"@tanstack/react-query": "^5.62.8",
"@tanstack/react-query-devtools": "^5.29.2",
"@tanstack/react-router": "^1.91.3",
"@tanstack/react-table": "^8.20.6",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"buffer": "^6.0.3",
"date-fns": "^4.1.0",
"formik": "^2.4.6",
"goober": "^2.1.16",
"http-proxy-middleware": "^3.0.3",
"postcss": "^8.4.49",
"react": "^19.0.0",
"react-debounce-input": "^3.3.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.1",
"react-multi-select-component": "^4.3.4",
"react-popper-tooltip": "^4.4.2",
"react-ridge-state": "4.2.9",
"react-select": "^5.9.0",
"react-textarea-autosize": "^8.5.6",
"stacktracey": "^2.1.8",
"tailwind-lerp-colors": "1.2.6",
"tailwindcss": "^3.4.17",
"workbox-window": "^7.3.0",
"zod": "^3.24.1",
"zod-formik-adapter": "^1.3.0"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@rollup/wasm-node": "^4.28.1",
"@tanstack/router-devtools": "^1.91.3",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-watch": "^8.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vite": "^6.0.4",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-svgr": "^4.3.0"
}
}