mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 15:54:26 +00:00
9b3e91eee2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.41 to 15.12.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
91 lines
2.5 KiB
JSON
91 lines
2.5 KiB
JSON
{
|
|
"name": "bazarr",
|
|
"version": "1",
|
|
"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"
|
|
},
|
|
"homepage": "./",
|
|
"dependencies": {
|
|
"@fontsource/roboto": "^4.2.2",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2",
|
|
"@fortawesome/free-brands-svg-icons": "^5.15",
|
|
"@fortawesome/free-regular-svg-icons": "^5.15",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15",
|
|
"@fortawesome/react-fontawesome": "^0.1.11",
|
|
"@types/bootstrap": "^5",
|
|
"@types/lodash": "^4",
|
|
"@types/node": "^15",
|
|
"@types/react": "^16",
|
|
"@types/react-dom": "^16",
|
|
"@types/react-helmet": "^6.1",
|
|
"@types/react-redux": "^7",
|
|
"@types/react-router-dom": "^5",
|
|
"@types/react-select": "^4.0.3",
|
|
"@types/react-table": "^7",
|
|
"@types/redux-actions": "^2",
|
|
"@types/redux-logger": "^3",
|
|
"@types/redux-promise": "^0.5",
|
|
"axios": "^0.21",
|
|
"bootstrap": "^4",
|
|
"http-proxy-middleware": "^0.19",
|
|
"lodash": "^4",
|
|
"rc-slider": "^9.7",
|
|
"react": "^16",
|
|
"react-bootstrap": "^1",
|
|
"react-dom": "^16",
|
|
"react-helmet": "^6.1",
|
|
"react-redux": "^7.2",
|
|
"react-router-dom": "^5.2",
|
|
"react-scripts": "^4",
|
|
"react-select": "^4",
|
|
"react-table": "^7",
|
|
"recharts": "^2.0.8",
|
|
"redux-actions": "^2",
|
|
"redux-logger": "^3",
|
|
"redux-promise": "^0.6",
|
|
"redux-thunk": "^2.3",
|
|
"rooks": "^5",
|
|
"sass": "^1",
|
|
"socket.io-client": "^4",
|
|
"typescript": "^4"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^4",
|
|
"prettier": "^2",
|
|
"prettier-plugin-organize-imports": "^2",
|
|
"pretty-quick": "^3.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"lint": "prettier --write --ignore-unknown ."
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
}
|
|
}
|