1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-22 07:43:01 +00:00
Sonarr/package.json

155 lines
5.1 KiB
JSON
Raw Normal View History

2013-03-22 23:39:08 +00:00
{
2018-01-13 02:01:27 +00:00
"name": "sonarr",
2024-01-03 18:22:30 +00:00
"version": "4.0.0",
2018-01-13 02:01:27 +00:00
"description": "Sonarr is a PVR for Usenet and BitTorrent users",
2013-03-22 23:39:08 +00:00
"scripts": {
"build": "webpack --config ./frontend/build/webpack.config.js",
"prebuild": "yarn clean",
"clean": "rimraf ./_output/UI && rimraf --glob \"**/*.js.map\"",
"start": "webpack --watch --config ./frontend/build/webpack.config.js",
"watch": "webpack --watch --config ./frontend/build/webpack.config.js",
2023-01-16 05:19:43 +00:00
"lint": "eslint --config frontend/.eslintrc.js --ignore-path frontend/.eslintignore frontend/",
"lint-fix": "yarn lint --fix",
"stylelint": "stylelint \"frontend/**/*.css\" --config frontend/.stylelintrc"
2013-03-22 23:39:08 +00:00
},
2018-01-13 02:01:27 +00:00
"repository": "https://github.com/Sonarr/Sonarr",
2017-02-11 06:50:16 +00:00
"author": "Team Sonarr",
"license": "GPL-3.0",
2013-03-22 23:39:08 +00:00
"readmeFilename": "readme.md",
"main": "index.ts",
"browserslist": [
"defaults"
],
2013-03-22 23:39:08 +00:00
"dependencies": {
2024-10-10 15:44:31 +00:00
"@fortawesome/fontawesome-free": "6.6.0",
"@fortawesome/fontawesome-svg-core": "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",
"@juggle/resize-observer": "3.4.0",
2023-08-08 16:04:16 +00:00
"@microsoft/signalr": "6.0.21",
2024-10-10 15:44:31 +00:00
"@sentry/browser": "7.119.1",
2024-11-24 04:20:36 +00:00
"@tanstack/react-query": "5.61.0",
2024-10-10 15:44:31 +00:00
"@types/node": "20.16.11",
2024-11-24 04:20:36 +00:00
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
2024-10-10 15:44:31 +00:00
"classnames": "2.5.1",
2023-05-13 00:24:50 +00:00
"connected-react-router": "6.9.3",
"copy-to-clipboard": "3.3.3",
2017-02-11 06:50:16 +00:00
"element-class": "0.2.2",
2024-10-10 15:44:31 +00:00
"filesize": "10.1.6",
2022-05-20 04:15:43 +00:00
"fuse.js": "6.6.2",
2024-10-10 15:44:31 +00:00
"history": "4.10.1",
2018-01-13 02:01:27 +00:00
"jdu": "1.0.0",
2024-10-10 15:44:31 +00:00
"jquery": "3.7.1",
"lodash": "4.17.21",
"mobile-detect": "1.4.5",
2024-10-10 15:44:31 +00:00
"moment": "2.30.1",
"mousetrap": "1.6.5",
"normalize.css": "8.0.1",
2022-05-20 04:15:43 +00:00
"prop-types": "15.8.1",
2024-10-10 15:44:31 +00:00
"qs": "6.13.0",
2024-11-24 04:20:36 +00:00
"react": "18.3.1",
"react-addons-shallow-compare": "15.6.3",
"react-async-script": "1.2.0",
"react-autosuggest": "10.1.0",
2022-11-14 01:54:35 +00:00
"react-custom-scrollbars-2": "4.5.0",
2024-10-10 15:44:31 +00:00
"react-dnd": "14.0.4",
"react-dnd-html5-backend": "14.0.2",
"react-dnd-multi-backend": "6.0.2",
2024-10-10 15:44:31 +00:00
"react-dnd-touch-backend": "14.1.1",
2018-01-13 02:01:27 +00:00
"react-document-title": "2.0.3",
2024-11-24 04:20:36 +00:00
"react-dom": "18.3.1",
2023-05-13 00:24:50 +00:00
"react-focus-lock": "2.9.4",
2020-10-03 22:30:54 +00:00
"react-google-recaptcha": "2.1.0",
"react-lazyload": "3.2.0",
2018-01-13 02:01:27 +00:00
"react-measure": "1.4.7",
2024-10-10 15:44:31 +00:00
"react-popper": "1.3.7",
2021-04-24 22:42:04 +00:00
"react-redux": "7.2.4",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-slider": "1.1.4",
"react-tabs": "4.3.0",
2024-10-10 15:44:31 +00:00
"react-text-truncate": "0.19.0",
"react-use-measure": "2.1.1",
"react-virtualized": "9.21.1",
2024-10-10 15:44:31 +00:00
"react-window": "1.8.10",
2023-05-13 00:24:50 +00:00
"redux": "4.2.1",
"redux-actions": "2.6.5",
2020-10-03 21:36:54 +00:00
"redux-batched-actions": "0.5.0",
2017-02-11 06:50:16 +00:00
"redux-localstorage": "0.4.1",
2023-05-13 00:24:50 +00:00
"redux-thunk": "2.4.2",
"reselect": "4.1.8",
"stacktrace-js": "2.0.2",
2024-12-09 01:24:47 +00:00
"typescript": "5.7.2"
},
"devDependencies": {
2024-10-10 15:44:31 +00:00
"@babel/core": "7.25.8",
"@babel/eslint-parser": "7.25.8",
"@babel/plugin-proposal-export-default-from": "7.25.8",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
2024-10-10 15:44:31 +00:00
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@babel/preset-typescript": "7.25.7",
"@types/lodash": "4.14.195",
"@types/qs": "6.9.16",
2024-10-26 21:54:23 +00:00
"@types/react-autosuggest": "10.1.11",
2024-10-10 15:44:31 +00:00
"@types/react-document-title": "2.0.10",
2024-10-26 21:54:23 +00:00
"@types/react-google-recaptcha": "2.1.9",
2024-10-10 15:44:31 +00:00
"@types/react-lazyload": "3.2.3",
2023-04-04 16:21:34 +00:00
"@types/react-router-dom": "5.3.3",
2024-10-10 15:44:31 +00:00
"@types/react-text-truncate": "0.19.0",
"@types/react-window": "1.8.8",
"@types/redux-actions": "2.6.5",
"@types/webpack-livereload-plugin": "2.3.6",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
2024-08-16 13:13:20 +00:00
"autoprefixer": "10.4.20",
2024-10-10 15:44:31 +00:00
"babel-loader": "9.2.1",
"babel-plugin-inline-classnames": "2.0.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
2024-12-09 01:24:47 +00:00
"core-js": "3.39.0",
"css-loader": "6.7.3",
2023-01-06 02:43:51 +00:00
"css-modules-typescript-loader": "4.0.1",
2024-10-10 15:44:31 +00:00
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-filenames": "1.3.2",
2024-10-10 15:44:31 +00:00
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "4.2.1",
2024-10-10 15:44:31 +00:00
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-simple-import-sort": "12.1.1",
"file-loader": "6.2.0",
"filemanager-webpack-plugin": "8.0.0",
"fork-ts-checker-webpack-plugin": "8.0.0",
2024-10-10 15:44:31 +00:00
"html-webpack-plugin": "5.6.0",
2022-12-24 06:03:17 +00:00
"loader-utils": "^3.2.1",
2024-10-10 15:44:31 +00:00
"mini-css-extract-plugin": "2.9.1",
"postcss": "8.4.47",
"postcss-color-function": "4.1.0",
"postcss-loader": "7.3.0",
"postcss-mixins": "9.0.4",
2024-08-16 13:13:20 +00:00
"postcss-nested": "6.2.0",
"postcss-simple-vars": "7.0.1",
2021-04-24 20:51:43 +00:00
"postcss-url": "10.1.3",
"prettier": "2.8.8",
"require-nocache": "1.0.0",
2024-10-10 15:44:31 +00:00
"rimraf": "6.0.1",
2023-05-13 00:24:50 +00:00
"style-loader": "3.3.2",
"stylelint": "15.6.1",
2024-10-10 15:44:31 +00:00
"stylelint-order": "6.0.4",
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.5.1",
"typescript-plugin-css-modules": "5.0.1",
"url-loader": "4.1.1",
2024-10-10 15:44:31 +00:00
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
2022-05-20 04:15:43 +00:00
"webpack-livereload-plugin": "3.0.2",
"worker-loader": "3.0.8"
2022-09-18 00:39:43 +00:00
},
"volta": {
2024-02-18 06:30:35 +00:00
"node": "20.11.1",
2022-11-04 01:46:14 +00:00
"yarn": "1.22.19"
}
2013-03-22 23:39:08 +00:00
}