2013-03-22 23:39:08 +00:00
|
|
|
{
|
2017-09-04 02:20:56 +00:00
|
|
|
"name": "lidarr",
|
2017-05-06 14:44:46 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Lidarr",
|
2013-03-22 23:39:08 +00:00
|
|
|
"scripts": {
|
2021-06-27 04:05:34 +00:00
|
|
|
"build": "webpack --config ./frontend/build/webpack.config.js",
|
|
|
|
"prebuild": "yarn clean",
|
2023-04-30 20:29:24 +00:00
|
|
|
"clean": "rimraf ./_output/UI && rimraf --glob \"**/*.js.map\"",
|
2021-06-27 04:05:34 +00:00
|
|
|
"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",
|
2019-02-16 14:49:24 +00:00
|
|
|
"stylelint-linux": "stylelint $(find frontend -name '*.css') --config frontend/.stylelintrc",
|
|
|
|
"stylelint-windows": "stylelint frontend/**/*.css --config frontend/.stylelintrc"
|
2013-03-22 23:39:08 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-09-04 02:20:56 +00:00
|
|
|
"url": "git://github.com/Lidarr/Lidarr.git"
|
2013-03-22 23:39:08 +00:00
|
|
|
},
|
2017-09-04 02:20:56 +00:00
|
|
|
"author": "Team Lidarr",
|
2016-04-13 15:08:20 +00:00
|
|
|
"license": "GPL-3.0",
|
2013-03-22 23:39:08 +00:00
|
|
|
"readmeFilename": "readme.md",
|
2021-06-27 04:05:34 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"browserslist": [
|
2023-04-28 05:37:38 +00:00
|
|
|
"defaults"
|
2021-06-27 04:05:34 +00:00
|
|
|
],
|
2017-10-02 03:26:45 +00:00
|
|
|
"dependencies": {
|
2023-05-12 22:25:27 +00:00
|
|
|
"@fortawesome/fontawesome-free": "6.4.0",
|
|
|
|
"@fortawesome/fontawesome-svg-core": "6.4.0",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "6.4.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "6.4.0",
|
|
|
|
"@fortawesome/react-fontawesome": "0.2.0",
|
2023-04-14 03:53:13 +00:00
|
|
|
"@microsoft/signalr": "6.0.16",
|
2023-05-12 22:25:27 +00:00
|
|
|
"@sentry/browser": "7.51.2",
|
|
|
|
"@sentry/integrations": "7.51.2",
|
2023-01-06 02:43:51 +00:00
|
|
|
"@types/node": "18.16.14",
|
|
|
|
"@types/react": "18.2.6",
|
|
|
|
"@types/react-dom": "18.2.4",
|
2023-05-12 22:25:27 +00:00
|
|
|
"ansi-colors": "4.1.3",
|
|
|
|
"classnames": "2.3.2",
|
|
|
|
"clipboard": "2.0.11",
|
|
|
|
"connected-react-router": "6.9.3",
|
2017-09-04 02:20:56 +00:00
|
|
|
"element-class": "0.2.2",
|
2023-05-12 22:25:27 +00:00
|
|
|
"filesize": "10.0.7",
|
|
|
|
"fuse.js": "6.6.2",
|
2020-03-04 01:54:11 +00:00
|
|
|
"history": "4.10.1",
|
2017-09-04 02:20:56 +00:00
|
|
|
"jdu": "1.0.0",
|
2023-05-12 22:25:27 +00:00
|
|
|
"jquery": "3.7.0",
|
2021-06-27 04:05:34 +00:00
|
|
|
"lodash": "4.17.21",
|
|
|
|
"mobile-detect": "1.4.5",
|
2023-01-25 02:23:24 +00:00
|
|
|
"moment": "2.29.4",
|
2020-06-27 21:51:59 +00:00
|
|
|
"mousetrap": "1.6.5",
|
2018-11-30 03:11:48 +00:00
|
|
|
"normalize.css": "8.0.1",
|
2023-05-12 22:25:27 +00:00
|
|
|
"prop-types": "15.8.1",
|
|
|
|
"qs": "6.11.1",
|
2021-06-27 04:05:34 +00:00
|
|
|
"react": "17.0.2",
|
|
|
|
"react-addons-shallow-compare": "15.6.3",
|
2020-10-05 02:21:45 +00:00
|
|
|
"react-async-script": "1.2.0",
|
2021-06-27 04:05:34 +00:00
|
|
|
"react-autosuggest": "10.1.0",
|
2023-05-12 22:25:27 +00:00
|
|
|
"react-custom-scrollbars-2": "4.5.0",
|
2021-12-24 18:19:01 +00:00
|
|
|
"react-dnd": "14.0.4",
|
|
|
|
"react-dnd-html5-backend": "14.0.2",
|
2021-06-27 04:05:34 +00:00
|
|
|
"react-dnd-multi-backend": "6.0.2",
|
2021-12-24 18:19:01 +00:00
|
|
|
"react-dnd-touch-backend": "14.1.1",
|
2017-09-04 02:20:56 +00:00
|
|
|
"react-document-title": "2.0.3",
|
2021-06-27 04:05:34 +00:00
|
|
|
"react-dom": "17.0.2",
|
|
|
|
"react-focus-lock": "2.5.0",
|
2020-10-05 02:21:45 +00:00
|
|
|
"react-google-recaptcha": "2.1.0",
|
2021-06-27 04:05:34 +00:00
|
|
|
"react-lazyload": "3.2.0",
|
2017-09-04 02:20:56 +00:00
|
|
|
"react-measure": "1.4.7",
|
2022-01-24 05:42:41 +00:00
|
|
|
"react-middle-truncate": "1.0.3",
|
2020-03-04 01:54:11 +00:00
|
|
|
"react-popper": "1.3.7",
|
2021-06-27 04:05:34 +00:00
|
|
|
"react-redux": "7.2.4",
|
2020-10-05 02:21:45 +00:00
|
|
|
"react-router": "5.2.0",
|
|
|
|
"react-router-dom": "5.2.0",
|
2021-06-27 04:05:34 +00:00
|
|
|
"react-slider": "1.1.4",
|
|
|
|
"react-tabs": "3.2.2",
|
2023-07-13 01:05:28 +00:00
|
|
|
"react-text-truncate": "0.19.0",
|
2019-08-05 00:44:34 +00:00
|
|
|
"react-virtualized": "9.21.1",
|
2021-06-27 04:05:34 +00:00
|
|
|
"redux": "4.1.0",
|
2019-03-15 02:26:12 +00:00
|
|
|
"redux-actions": "2.6.5",
|
2020-06-27 21:51:59 +00:00
|
|
|
"redux-batched-actions": "0.5.0",
|
2017-09-04 02:20:56 +00:00
|
|
|
"redux-localstorage": "0.4.1",
|
2018-08-09 01:53:58 +00:00
|
|
|
"redux-thunk": "2.3.0",
|
2023-01-06 02:43:51 +00:00
|
|
|
"reselect": "4.1.8",
|
|
|
|
"typescript": "4.9.5"
|
2021-06-27 04:05:34 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-15 14:42:08 +00:00
|
|
|
"@babel/core": "7.22.9",
|
|
|
|
"@babel/eslint-parser": "7.22.9",
|
2023-04-30 20:29:24 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
2023-07-15 14:42:08 +00:00
|
|
|
"@babel/plugin-proposal-export-default-from": "7.22.5",
|
2023-04-30 20:29:24 +00:00
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
2021-06-27 04:05:34 +00:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
2023-07-15 14:42:08 +00:00
|
|
|
"@babel/preset-env": "7.22.9",
|
|
|
|
"@babel/preset-react": "7.22.5",
|
|
|
|
"@babel/preset-typescript": "7.22.5",
|
2023-08-06 12:53:00 +00:00
|
|
|
"@types/redux-actions": "2.6.2",
|
2023-01-06 02:43:51 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.59.7",
|
|
|
|
"@typescript-eslint/parser": "5.59.7",
|
2023-04-30 20:29:24 +00:00
|
|
|
"autoprefixer": "10.4.14",
|
2023-07-15 14:42:08 +00:00
|
|
|
"babel-loader": "9.1.3",
|
2021-06-27 04:05:34 +00:00
|
|
|
"babel-plugin-inline-classnames": "2.0.1",
|
|
|
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
2023-07-15 14:42:08 +00:00
|
|
|
"core-js": "3.31.1",
|
2023-04-30 20:29:24 +00:00
|
|
|
"css-loader": "6.7.3",
|
2023-01-06 02:43:51 +00:00
|
|
|
"css-modules-typescript-loader": "4.0.1",
|
2023-07-15 14:42:08 +00:00
|
|
|
"eslint": "8.45.0",
|
2023-01-08 08:26:33 +00:00
|
|
|
"eslint-config-prettier": "8.8.0",
|
2021-06-27 04:05:34 +00:00
|
|
|
"eslint-plugin-filenames": "1.3.2",
|
2023-04-30 20:29:24 +00:00
|
|
|
"eslint-plugin-import": "2.27.5",
|
2022-04-14 02:08:14 +00:00
|
|
|
"eslint-plugin-json": "3.1.0",
|
2023-01-08 08:26:33 +00:00
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2023-04-30 20:29:24 +00:00
|
|
|
"eslint-plugin-react": "7.32.2",
|
2022-11-19 06:47:27 +00:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2023-04-30 20:29:24 +00:00
|
|
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
2021-06-27 04:05:34 +00:00
|
|
|
"file-loader": "6.2.0",
|
2023-04-30 20:29:24 +00:00
|
|
|
"filemanager-webpack-plugin": "8.0.0",
|
2023-01-06 02:43:51 +00:00
|
|
|
"fork-ts-checker-webpack-plugin": "8.0.0",
|
2023-04-30 20:29:24 +00:00
|
|
|
"html-webpack-plugin": "5.5.1",
|
2023-01-25 02:23:24 +00:00
|
|
|
"loader-utils": "^3.2.1",
|
2023-04-30 20:29:24 +00:00
|
|
|
"mini-css-extract-plugin": "2.7.5",
|
|
|
|
"postcss": "8.4.23",
|
2021-06-27 04:05:34 +00:00
|
|
|
"postcss-color-function": "4.1.0",
|
2023-04-30 20:29:24 +00:00
|
|
|
"postcss-loader": "7.3.0",
|
|
|
|
"postcss-mixins": "9.0.4",
|
|
|
|
"postcss-nested": "6.0.1",
|
|
|
|
"postcss-simple-vars": "7.0.1",
|
2021-06-27 04:05:34 +00:00
|
|
|
"postcss-url": "10.1.3",
|
2023-01-08 08:26:33 +00:00
|
|
|
"prettier": "2.8.8",
|
2017-09-04 02:20:56 +00:00
|
|
|
"require-nocache": "1.0.0",
|
2023-04-30 20:29:24 +00:00
|
|
|
"rimraf": "4.4.1",
|
2018-01-26 03:01:53 +00:00
|
|
|
"run-sequence": "2.2.1",
|
|
|
|
"streamqueue": "1.1.2",
|
2023-05-12 22:25:27 +00:00
|
|
|
"style-loader": "3.3.2",
|
2023-04-30 20:29:24 +00:00
|
|
|
"stylelint": "15.6.1",
|
|
|
|
"stylelint-order": "6.0.3",
|
2023-07-15 14:42:08 +00:00
|
|
|
"terser-webpack-plugin": "5.3.9",
|
2023-01-06 02:43:51 +00:00
|
|
|
"ts-loader": "9.4.2",
|
|
|
|
"typescript-plugin-css-modules": "5.0.1",
|
2021-06-27 04:05:34 +00:00
|
|
|
"url-loader": "4.1.1",
|
2023-07-15 14:42:08 +00:00
|
|
|
"webpack": "5.88.1",
|
|
|
|
"webpack-cli": "5.1.4",
|
2021-12-24 18:07:58 +00:00
|
|
|
"webpack-livereload-plugin": "3.0.2",
|
2021-06-27 04:05:34 +00:00
|
|
|
"worker-loader": "3.0.8"
|
2023-01-26 03:51:21 +00:00
|
|
|
},
|
|
|
|
"volta": {
|
|
|
|
"node": "16.17.0",
|
|
|
|
"yarn": "1.22.19"
|
2021-06-27 04:05:34 +00:00
|
|
|
}
|
2017-10-02 03:26:45 +00:00
|
|
|
}
|