autobrr/web/package.json
Rui Chen 7b9993b296
chore: bump pnpm to 9.0.2 (#1515)
* chore: bump pnpm to 9.0.2

Signed-off-by: Rui Chen <rui@chenrui.dev>

* fix(web): new lockfile version for pnpm 9

* fix(web): fix lockfile

---------

Signed-off-by: Rui Chen <rui@chenrui.dev>
Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com>
2024-04-17 20:53:13 +02:00

102 lines
3.1 KiB
JSON

{
"name": "web",
"version": "0.2.0",
"type": "module",
"private": true,
"homepage": ".",
"packageManager": "pnpm@9.0.2",
"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": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@hookform/error-message": "^2.0.1",
"@popperjs/core": "^2.11.8",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-query-devtools": "^5.29.2",
"@tanstack/react-router": "^1.28.5",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react-portal": "^4.0.7",
"@types/react-table": "^7.7.20",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
"buffer": "^6.0.3",
"date-fns": "^3.6.0",
"formik": "^2.4.5",
"http-proxy-middleware": "^2.0.6",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-debounce-input": "^3.3.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.3",
"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.3",
"workbox-window": "^7.0.0",
"zod": "^3.22.4",
"zod-formik-adapter": "^1.3.0"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@rollup/wasm-node": "^4.14.3",
"@tanstack/router-devtools": "^1.28.5",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react-portal": "^4.0.7",
"@types/react-table": "^7.7.20",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-watch": "^8.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-svgr": "^4.2.0"
}
}