mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-29 02:55:52 +00:00
50a252fdd7
* Replace Create-React-App with Vite.js * Update React-Router to v6 * Cleanup unused codes
86 lines
2.4 KiB
JSON
86 lines
2.4 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": {
|
|
"axios": "^0.24",
|
|
"react": "^17",
|
|
"react-bootstrap": "^1",
|
|
"react-dom": "^17",
|
|
"react-query": "^3.34",
|
|
"react-redux": "^7.2",
|
|
"react-router-dom": "^6.2.1",
|
|
"socket.io-client": "^4"
|
|
},
|
|
"devDependencies": {
|
|
"@fontsource/roboto": "^4.5.1",
|
|
"@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.16",
|
|
"@reduxjs/toolkit": "^1.6",
|
|
"@types/bootstrap": "^5",
|
|
"@types/lodash": "^4",
|
|
"@types/node": "^15",
|
|
"@types/react": "^17",
|
|
"@types/react-dom": "^17",
|
|
"@types/react-helmet": "^6.1",
|
|
"@types/react-table": "^7",
|
|
"@vitejs/plugin-react": "^1.1.4",
|
|
"bootstrap": "^4",
|
|
"clsx": "^1.1.1",
|
|
"eslint": "^8.7.0",
|
|
"eslint-config-react-app": "^7.0.0",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"husky": "^7",
|
|
"lodash": "^4",
|
|
"moment": "^2.29.1",
|
|
"prettier": "^2",
|
|
"prettier-plugin-organize-imports": "^2",
|
|
"pretty-quick": "^3.1",
|
|
"rc-slider": "^9.7",
|
|
"react-helmet": "^6.1",
|
|
"react-select": "^5.0.1",
|
|
"react-table": "^7",
|
|
"recharts": "^2.0.8",
|
|
"rooks": "^5.7.1",
|
|
"sass": "^1",
|
|
"typescript": "^4",
|
|
"vite": "^2.7.13",
|
|
"vite-plugin-checker": "^0.3.4"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build",
|
|
"build:ci": "vite build -m development",
|
|
"check": "eslint --ext .ts,.tsx src",
|
|
"check:ts": "tsc --noEmit --incremental false",
|
|
"check:fmt": "prettier -c .",
|
|
"test": "exit 0",
|
|
"format": "prettier -w .",
|
|
"prepare": "cd .. && husky install frontend/.husky"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|