mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 15:54:26 +00:00
cc82c01c88
Bumps the fortawesome group in /frontend with 4 updates: [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome), [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome), [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) and [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome). Updates `@fortawesome/fontawesome-svg-core` from 6.5.2 to 6.6.0 - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.2...6.6.0) Updates `@fortawesome/free-brands-svg-icons` from 6.5.2 to 6.6.0 - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.2...6.6.0) Updates `@fortawesome/free-regular-svg-icons` from 6.5.2 to 6.6.0 - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.2...6.6.0) Updates `@fortawesome/free-solid-svg-icons` from 6.5.2 to 6.6.0 - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.2...6.6.0) --- updated-dependencies: - dependency-name: "@fortawesome/fontawesome-svg-core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: fortawesome - dependency-name: "@fortawesome/free-brands-svg-icons" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: fortawesome - dependency-name: "@fortawesome/free-regular-svg-icons" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: fortawesome - dependency-name: "@fortawesome/free-solid-svg-icons" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: fortawesome ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
102 lines
3.3 KiB
JSON
102 lines
3.3 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": {
|
|
"@mantine/core": "^7.11.2",
|
|
"@mantine/dropzone": "^7.11.2",
|
|
"@mantine/form": "^7.11.2",
|
|
"@mantine/hooks": "^7.11.2",
|
|
"@mantine/modals": "^7.11.2",
|
|
"@mantine/notifications": "^7.11.2",
|
|
"@tanstack/react-query": "^5.40.1",
|
|
"@tanstack/react-table": "^8.19.2",
|
|
"axios": "^1.6.8",
|
|
"braces": "^3.0.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.23.1",
|
|
"socket.io-client": "^4.7.5"
|
|
},
|
|
"devDependencies": {
|
|
"@fontsource/roboto": "^5.0.12",
|
|
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
"@fortawesome/free-brands-svg-icons": "^6.6.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.6.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@tanstack/react-query-devtools": "^5.40.1",
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
"@testing-library/react": "^15.0.5",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/lodash": "^4.17.1",
|
|
"@types/node": "^20.12.6",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vite-pwa/assets-generator": "^0.2.4",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"@vitest/coverage-v8": "^1.4.0",
|
|
"@vitest/ui": "^1.2.2",
|
|
"clsx": "^2.1.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-simple-import-sort": "^12.1.0",
|
|
"eslint-plugin-testing-library": "^6.2.0",
|
|
"husky": "^9.0.11",
|
|
"jsdom": "^24.0.0",
|
|
"lodash": "^4.17.21",
|
|
"postcss-preset-mantine": "^1.14.4",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
"pretty-quick": "^4.0.0",
|
|
"recharts": "^2.12.6",
|
|
"sass": "^1.74.1",
|
|
"typescript": "^5.4.4",
|
|
"vite": "^5.2.8",
|
|
"vite-plugin-checker": "^0.6.4",
|
|
"vite-plugin-pwa": "^0.20.0",
|
|
"vitest": "^1.2.2",
|
|
"yaml": "^2.4.1"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"build:ci": "vite build -m development",
|
|
"check": "eslint --ext .ts,.tsx src",
|
|
"check:fix": "eslint --ext .ts,.tsx 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"
|
|
]
|
|
}
|
|
}
|