Lidarr/package.json

159 lines
5.2 KiB
JSON
Raw Permalink Normal View History

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": {
"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",
"lint": "eslint --config frontend/.eslintrc.js --ignore-path frontend/.eslintignore frontend/",
"lint-fix": "yarn lint --fix",
Whole album matching and fingerprinting (#592) * Cache result of GetAllArtists * Fixed: Manual import not respecting album import notifications * Fixed: partial album imports stay in queue, prompting manual import * Fixed: Allow release if tracks are missing * Fixed: Be tolerant of missing/extra "The" at start of artist name * Improve manual import UI * Omit video tracks from DB entirely * Revert "faster test packaging in build.sh" This reverts commit 2723e2a7b86bcbff9051fd2aced07dd807b4bcb7. -u and -T are not supported on macOS * Fix tests on linux and macOS * Actually lint on linux On linux yarn runs scripts with sh not bash so ** doesn't recursively glob * Match whole albums * Option to disable fingerprinting * Rip out MediaInfo * Don't split up things that have the same album selected in manual import * Try to speed up IndentificationService * More speedups * Some fixes and increase power of recording id * Fix NRE when no tags * Fix NRE when some (but not all) files in a directory have missing tags * Bump taglib, tidy up tag parsing * Add a health check * Remove media info setting * Tags -> audioTags * Add some tests where tags are null * Rename history events * Add missing method to interface * Reinstate MediaInfo tags and update info with artist scan Also adds migration to remove old format media info * This file no longer exists * Don't penalise year if missing from tags * Formatting improvements * Use correct system newline * Switch to the netstandard2.0 library to support net 461 * TagLib.File is IDisposable so should be in a using * Improve filename matching and add tests * Neater logging of parsed tags * Fix disk scan tests for new media info update * Fix quality detection source * Fix Inexact Artist/Album match * Add button to clear track mapping * Fix warning * Pacify eslint * Use \ not / * Fix UI updates * Fix media covers Prevent localizing URL propaging back to the metadata object * Reduce database overhead broadcasting UI updates * Relax timings a bit to make test pass * Remove irrelevant tests * Test framework for identification service * Fix PreferMissingToBadMatch test case * Make fingerprinting more robust * More logging * Penalize unknown media format and country * Prefer USA to UK * Allow Data CD * Fix exception if fingerprinting fails for all files * Fix tests * Fix NRE * Allow apostrophes and remove accents in filename aggregation * Address codacy issues * Cope with old versions of fpcalc and suggest upgrade * fpcalc health check passes if fingerprinting disabled * Get the Artist meta with the artist * Fix the mapper so that lazy loaded lists will be populated on Join And therefore we can join TrackFiles on Tracks by default and avoid an extra query * Rename subtitle -> lyric * Tidy up MediaInfoFormatter
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",
"license": "GPL-3.0",
2013-03-22 23:39:08 +00:00
"readmeFilename": "readme.md",
"main": "index.ts",
"browserslist": [
"defaults"
],
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",
"@juggle/resize-observer": "3.4.0",
2023-11-23 21:55:29 +00:00
"@microsoft/signalr": "6.0.25",
2023-05-12 22:25:27 +00:00
"@sentry/browser": "7.51.2",
"@sentry/integrations": "7.51.2",
2024-04-21 07:17:50 +00:00
"@types/node": "18.19.31",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
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",
"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",
"lodash": "4.17.21",
"mobile-detect": "1.4.5",
"moment": "2.29.4",
2020-06-27 21:51:59 +00:00
"mousetrap": "1.6.5",
"normalize.css": "8.0.1",
2023-05-12 22:25:27 +00:00
"prop-types": "15.8.1",
"qs": "6.11.1",
"react": "17.0.2",
"react-addons-shallow-compare": "15.6.3",
"react-async-script": "1.2.0",
"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",
"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",
"react-dom": "17.0.2",
"react-focus-lock": "2.5.0",
"react-google-recaptcha": "2.1.0",
"react-lazyload": "3.2.0",
2017-09-04 02:20:56 +00:00
"react-measure": "1.4.7",
"react-middle-truncate": "1.0.3",
"react-popper": "1.3.7",
"react-redux": "7.2.4",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-slider": "1.1.4",
"react-tabs": "3.2.2",
"react-text-truncate": "0.19.0",
"react-use-measure": "2.1.1",
2019-08-05 00:44:34 +00:00
"react-virtualized": "9.21.1",
"react-window": "1.8.9",
"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",
"redux-thunk": "2.3.0",
"reselect": "4.1.8",
"stacktrace-js": "2.0.2",
2024-04-21 07:17:50 +00:00
"typescript": "5.1.6"
},
"devDependencies": {
2024-04-21 07:17:50 +00:00
"@babel/core": "7.24.4",
"@babel/eslint-parser": "7.24.1",
"@babel/plugin-proposal-export-default-from": "7.24.1",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
2024-04-21 07:17:50 +00:00
"@babel/preset-env": "7.24.4",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@types/lodash": "4.14.195",
2023-09-10 05:20:30 +00:00
"@types/react-lazyload": "3.2.0",
2023-08-21 01:14:06 +00:00
"@types/react-router-dom": "5.3.3",
"@types/react-text-truncate": "0.14.1",
"@types/react-window": "1.8.5",
2023-08-06 12:53:00 +00:00
"@types/redux-actions": "2.6.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"autoprefixer": "10.4.14",
2023-07-15 14:42:08 +00:00
"babel-loader": "9.1.3",
"babel-plugin-inline-classnames": "2.0.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
2024-04-21 07:17:50 +00:00
"core-js": "3.37.0",
"css-loader": "6.7.3",
"css-modules-typescript-loader": "4.0.1",
2024-04-21 07:17:50 +00:00
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-filenames": "1.3.2",
2024-04-21 07:17:50 +00:00
"eslint-plugin-import": "2.29.1",
2022-04-14 02:08:14 +00:00
"eslint-plugin-json": "3.1.0",
"eslint-plugin-prettier": "4.2.1",
2024-04-21 07:17:50 +00:00
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
2024-04-21 07:17:50 +00:00
"eslint-plugin-simple-import-sort": "12.1.0",
"file-loader": "6.2.0",
"filemanager-webpack-plugin": "8.0.0",
"fork-ts-checker-webpack-plugin": "8.0.0",
"html-webpack-plugin": "5.5.1",
"loader-utils": "^3.2.1",
2024-04-21 07:17:50 +00:00
"mini-css-extract-plugin": "2.7.6",
"postcss": "8.4.38",
"postcss-color-function": "4.1.0",
"postcss-loader": "7.3.0",
"postcss-mixins": "9.0.4",
"postcss-nested": "6.0.1",
"postcss-simple-vars": "7.0.1",
"postcss-url": "10.1.3",
"prettier": "2.8.8",
2017-09-04 02:20:56 +00:00
"require-nocache": "1.0.0",
"rimraf": "4.4.1",
"run-sequence": "2.2.1",
"streamqueue": "1.1.2",
2023-05-12 22:25:27 +00:00
"style-loader": "3.3.2",
"stylelint": "15.6.1",
"stylelint-order": "6.0.3",
2023-07-15 14:42:08 +00:00
"terser-webpack-plugin": "5.3.9",
"ts-loader": "9.4.2",
"typescript-plugin-css-modules": "5.0.1",
"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",
"worker-loader": "3.0.8"
},
"volta": {
"node": "16.17.0",
"yarn": "1.22.19"
}
2017-10-02 03:26:45 +00:00
}