Files
bazarr/frontend/package.json
Anderson Shindy Oki 43341c21c3 Added spotlight (#3418)
2026-07-15 13:37:20 +09:00

128 lines
4.0 KiB
JSON

{
"name": "bazarr",
"version": "1.0.0",
"description": "Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.",
"repository": {
"type": "git",
"url": "git+https://github.com/morpheus65535/bazarr.git"
},
"author": "morpheus65535",
"license": "GPL-3",
"bugs": {
"url": "https://github.com/morpheus65535/bazarr/issues"
},
"private": true,
"dependencies": {
"@babel/plugin-transform-modules-systemjs": "^7.29.4",
"@mantine/core": "^9.4.1",
"@mantine/dropzone": "^9.4.1",
"@mantine/form": "^9.4.1",
"@mantine/hooks": "^9.4.1",
"@mantine/modals": "^9.4.1",
"@mantine/notifications": "^9.4.1",
"@mantine/spotlight": "^9.4.1",
"@tanstack/react-query": "^5.101.2",
"@tanstack/react-table": "^8.21.3",
"axios": "^1.18.1",
"braces": "^3.0.3",
"defu": "^6.1.6",
"fast-uri": "^4.1.0",
"flatted": "^3.4.2",
"follow-redirects": "^1.16.0",
"picomatch": "^4.0.5",
"postcss": "^8.5.19",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router": "^8.2.0",
"react-timeago": "^8.3.0",
"rollup": "^4.62.2",
"socket.io-client": "^4.8.3",
"socket.io-parser": "^4.2.6",
"workbox-build": "^7.4.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@fontsource/roboto": "^5.2.10",
"@fortawesome/fontawesome-svg-core": "^7.3.0",
"@fortawesome/free-brands-svg-icons": "^7.3.0",
"@fortawesome/free-regular-svg-icons": "^7.3.0",
"@fortawesome/free-solid-svg-icons": "^7.3.0",
"@fortawesome/react-fontawesome": "^3.4.0",
"@tanstack/react-query-devtools": "^5.101.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.24",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.64.0",
"@typescript-eslint/parser": "^8.64.0",
"@vite-pwa/assets-generator": "^1.0.2",
"@vitejs/plugin-react": "^6.0.3",
"@vitest/coverage-v8": "^4.1.10",
"@vitest/ui": "^4.1.10",
"clsx": "^2.1.1",
"eslint": "^10.7.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"eslint-plugin-simple-import-sort": "^13.0.0",
"eslint-plugin-testing-library": "^7.16.2",
"globals": "^17.7.0",
"husky": "^9.1.7",
"jsdom": "^29.1.1",
"lodash": "^4.18.1",
"msw": "^2.15.0",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.9.5",
"prettier-plugin-organize-imports": "^4.3.0",
"pretty-quick": "^4.2.2",
"recharts": "^3.9.2",
"sass-embedded": "^1.100.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.64.0",
"vite": "^8.1.4",
"vite-plugin-checker": "^0.14.4",
"vite-plugin-pwa": "^1.3.0",
"vitest": "^4.1.10",
"yaml": "^2.8.2"
},
"scripts": {
"build": "vite build",
"build:ci": "vite build -m development",
"check": "eslint src",
"check:fix": "eslint src --fix",
"check:ts": "tsc --noEmit --incremental false",
"check:fmt": "prettier -c .",
"coverage": "vitest run --coverage",
"format": "prettier -w .",
"pwa-assets:generate": "pwa-assets-generator --preset minimal-2023 public/images/logo128.png",
"prepare": "cd .. && husky frontend/.husky",
"preview": "vite preview",
"start": "vite",
"test": "vitest",
"test:ui": "vitest --ui"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"overrides": {
"serialize-javascript": "^7.0.4",
"eslint-plugin-react-hooks": {
"eslint": "$eslint"
}
}
}