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": {
|
2015-11-09 23:35:20 +00:00
|
|
|
"build": "gulp build",
|
2017-10-07 06:21:06 +00:00
|
|
|
"start": "gulp watch",
|
2019-03-09 02:10:23 +00:00
|
|
|
"watch": "gulp watch",
|
New: Set up CI with Azure Pipelines (#897)
* Set up CI with Azure Pipelines
[skip ci]
* Remove Travis, Build Multiple Environments
* Change Task Type to Bash
* Checkout submodules
* Remove Appveyor Tests, Add Azure Tests
* Oops Forget Steps
* bad name
* test script fixes
* add tests to build job
* fixup tests
* name test runs
* fpcalc and artifacts
* Try to fix installer
* Publish separately
* Try publish
* Another go at artifacts
* Tidy up
* Add sentry, assembly info patching and bump version
* Only patch one AssemblyInfo; set node version 10
* Try pipeline artifacts again
* Tidy up - pipeline artifact seems to be way forward
* Fix installer publish
* first go at test job seperation
* job names and depends/consitions for tests
* pusblish single file test artifact
* pipeline artifact for test
* blitz the pattern filter
* windows test jobs
* mac tests, checkout on test jobs
* try to download build artifact to test job
* download and extract artifact
* Set LD_LIBRARY_PATH and print some sqlite debug info on mac tests
* fixup! tests
* integration test fixes
* fixup! integration test fixes
* fixup! integration test fixes
* more fixup
* use bash cp
* test fixups
* mkdir before copy
* linux works! add osx integration tests
* im tooo tired
* coverage attempt
* coverage seperate stage
* windows paths for integration test
* switch coverage to windows where opencover actually works
* fix test script
* one last go
* Simplify installer, try to fix name
* Try to parallelize backend and frontend build
* Try adding a matrix
* Try matrix jobs not stages
* Try to fix package step
* Remove opencover install
* Try to fix tests
* coverage fixes
* revert build.sh changes
* triggers so we don't double build
* Publish coverage package so we can debug
* try coverage no build, output artifact
* use the full pipeline workspace from build job
* fix automation tests for new ui
* Assorted fix attempts
* Another go
* MacOS debug
* Tidy up, try to fix mac
* Fix mac fpcalc, add mac integration tests
* Add cross platform automation tests
* Fix packages
* Try to fix Automation tests
* Don't wait on the installer to create standard packages
* Fixes
* delete logentries reference
* run automation tests in headless mode
* try install firefox mac
* Revert "try install firefox mac"
This reverts commit 4684bb19018747cb00407e1d8df64391f44f5183.
* test sonarcloud prepare outputs
* basic analyze and upload
* don't limit fetch depth on analyze
* manual scanner do front and backend?
* full analyize with tests, coverage
* should depend on tests, coverage
* no need for condition on coverage
* Fix up build numbering
* Try to fix sonar
* Separate coverage calculation and publication
* Try to fix coverage upload
2019-08-13 17:15:59 +00:00
|
|
|
"clean": "git clean -fXd",
|
2019-08-30 02:04:50 +00:00
|
|
|
"lint": "esprint check",
|
2020-09-07 01:33:10 +00:00
|
|
|
"lint-fix": "esprint check --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",
|
2017-10-02 03:26:45 +00:00
|
|
|
"dependencies": {
|
2020-10-05 02:21:45 +00:00
|
|
|
"@babel/core": "7.11.6",
|
|
|
|
"@babel/plugin-proposal-class-properties": "7.10.4",
|
|
|
|
"@babel/plugin-proposal-decorators": "7.10.5",
|
|
|
|
"@babel/plugin-proposal-export-default-from": "7.10.4",
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.10.4",
|
|
|
|
"@babel/plugin-proposal-function-sent": "7.10.4",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.10.4",
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "7.10.4",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.11.0",
|
|
|
|
"@babel/plugin-proposal-throw-expressions": "7.10.4",
|
2020-06-27 21:51:59 +00:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
2020-10-05 02:21:45 +00:00
|
|
|
"@babel/preset-env": "7.11.5",
|
|
|
|
"@babel/preset-react": "7.10.4",
|
|
|
|
"@fortawesome/fontawesome-free": "5.15.0",
|
|
|
|
"@fortawesome/fontawesome-svg-core": "1.2.31",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "5.15.0",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "5.15.0",
|
|
|
|
"@fortawesome/react-fontawesome": "0.1.11",
|
2020-12-21 03:06:24 +00:00
|
|
|
"@microsoft/signalr": "3.1.10",
|
2020-10-05 02:21:45 +00:00
|
|
|
"@sentry/browser": "5.24.2",
|
|
|
|
"@sentry/integrations": "5.24.2",
|
2019-08-05 00:44:34 +00:00
|
|
|
"ansi-colors": "4.1.1",
|
2020-06-27 21:51:59 +00:00
|
|
|
"autoprefixer": "9.7.5",
|
|
|
|
"babel-eslint": "10.1.0",
|
|
|
|
"babel-loader": "8.1.0",
|
2019-03-09 02:10:23 +00:00
|
|
|
"babel-plugin-inline-classnames": "2.0.1",
|
2019-02-28 03:45:20 +00:00
|
|
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
2018-08-09 01:53:58 +00:00
|
|
|
"classnames": "2.2.6",
|
2020-06-27 21:51:59 +00:00
|
|
|
"clipboard": "2.0.6",
|
|
|
|
"connected-react-router": "6.8.0",
|
2020-10-05 02:21:45 +00:00
|
|
|
"core-js": "3.6.5",
|
2020-06-27 21:51:59 +00:00
|
|
|
"css-loader": "3.4.2",
|
2020-10-05 02:21:45 +00:00
|
|
|
"del": "6.0.0",
|
2017-09-04 02:20:56 +00:00
|
|
|
"element-class": "0.2.2",
|
2020-10-05 02:21:45 +00:00
|
|
|
"eslint": "7.10.0",
|
2018-09-16 02:32:34 +00:00
|
|
|
"eslint-plugin-filenames": "1.3.2",
|
2020-09-07 01:33:10 +00:00
|
|
|
"eslint-plugin-import": "2.22.0",
|
2020-10-05 02:21:45 +00:00
|
|
|
"eslint-plugin-react": "7.21.3",
|
2020-09-07 01:33:10 +00:00
|
|
|
"eslint-plugin-simple-import-sort": "5.0.3",
|
2020-06-27 21:51:59 +00:00
|
|
|
"esprint": "0.7.0",
|
2020-10-05 02:21:45 +00:00
|
|
|
"file-loader": "6.1.0",
|
2020-06-27 21:51:59 +00:00
|
|
|
"filesize": "6.1.0",
|
2020-10-05 02:21:45 +00:00
|
|
|
"fuse.js": "6.4.1",
|
2019-08-05 00:44:34 +00:00
|
|
|
"gulp": "4.0.2",
|
2017-10-02 03:05:28 +00:00
|
|
|
"gulp-cached": "1.1.1",
|
|
|
|
"gulp-concat": "2.6.1",
|
2020-03-04 01:54:11 +00:00
|
|
|
"gulp-livereload": "4.0.2",
|
2018-09-16 02:32:34 +00:00
|
|
|
"gulp-postcss": "8.0.0",
|
2019-03-15 02:26:12 +00:00
|
|
|
"gulp-print": "5.0.2",
|
2019-02-28 03:45:20 +00:00
|
|
|
"gulp-sourcemaps": "2.6.5",
|
2018-08-09 01:53:58 +00:00
|
|
|
"gulp-watch": "5.0.1",
|
2019-08-05 00:44:34 +00:00
|
|
|
"gulp-wrap": "0.15.0",
|
2020-03-04 01:54:11 +00:00
|
|
|
"history": "4.10.1",
|
2020-10-05 02:21:45 +00:00
|
|
|
"html-webpack-plugin": "4.5.0",
|
2017-09-04 02:20:56 +00:00
|
|
|
"jdu": "1.0.0",
|
2020-06-27 21:51:59 +00:00
|
|
|
"jquery": "3.5.1",
|
|
|
|
"loader-utils": "^2.0.0",
|
2020-09-07 01:33:10 +00:00
|
|
|
"lodash": "4.17.20",
|
2020-06-27 21:51:59 +00:00
|
|
|
"mini-css-extract-plugin": "0.9.0",
|
2020-03-04 01:54:11 +00:00
|
|
|
"mobile-detect": "1.4.4",
|
2020-10-05 02:21:45 +00:00
|
|
|
"moment": "2.29.0",
|
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",
|
2019-08-05 00:44:34 +00:00
|
|
|
"optimize-css-assets-webpack-plugin": "5.0.3",
|
|
|
|
"postcss-color-function": "4.1.0",
|
2018-09-16 02:32:34 +00:00
|
|
|
"postcss-loader": "3.0.0",
|
2020-03-04 01:54:11 +00:00
|
|
|
"postcss-mixins": "6.2.3",
|
|
|
|
"postcss-nested": "4.2.1",
|
2019-02-28 03:45:20 +00:00
|
|
|
"postcss-simple-vars": "5.0.2",
|
2019-03-09 02:10:23 +00:00
|
|
|
"postcss-url": "8.0.0",
|
2019-02-28 03:45:20 +00:00
|
|
|
"prop-types": "15.7.2",
|
2020-06-27 21:51:59 +00:00
|
|
|
"qs": "6.9.4",
|
|
|
|
"react": "16.13.1",
|
2017-10-02 03:05:28 +00:00
|
|
|
"react-addons-shallow-compare": "15.6.2",
|
2020-10-05 02:21:45 +00:00
|
|
|
"react-async-script": "1.2.0",
|
2020-06-27 21:51:59 +00:00
|
|
|
"react-autosuggest": "10.0.2",
|
2018-01-26 03:01:53 +00:00
|
|
|
"react-custom-scrollbars": "4.2.1",
|
2020-10-05 02:21:45 +00:00
|
|
|
"react-dnd": "11.1.3",
|
|
|
|
"react-dnd-html5-backend": "11.1.3",
|
2017-09-04 02:20:56 +00:00
|
|
|
"react-document-title": "2.0.3",
|
2020-06-27 21:51:59 +00:00
|
|
|
"react-dom": "16.13.1",
|
2020-10-05 02:21:45 +00:00
|
|
|
"react-focus-lock": "2.4.1",
|
|
|
|
"react-google-recaptcha": "2.1.0",
|
|
|
|
"react-lazyload": "3.0.0",
|
2017-09-04 02:20:56 +00:00
|
|
|
"react-measure": "1.4.7",
|
2020-03-04 01:54:11 +00:00
|
|
|
"react-popper": "1.3.7",
|
2020-10-05 02:21:45 +00:00
|
|
|
"react-redux": "7.2.1",
|
|
|
|
"react-router": "5.2.0",
|
|
|
|
"react-router-dom": "5.2.0",
|
|
|
|
"react-slider": "1.0.11",
|
2020-06-27 21:51:59 +00:00
|
|
|
"react-text-truncate": "0.16.0",
|
2019-08-05 00:44:34 +00:00
|
|
|
"react-virtualized": "9.21.1",
|
2020-06-27 21:51:59 +00:00
|
|
|
"redux": "4.0.5",
|
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",
|
2017-09-04 02:20:56 +00:00
|
|
|
"require-nocache": "1.0.0",
|
2019-03-02 03:27:55 +00:00
|
|
|
"reselect": "4.0.0",
|
2018-01-26 03:01:53 +00:00
|
|
|
"run-sequence": "2.2.1",
|
|
|
|
"streamqueue": "1.1.2",
|
2020-06-27 21:51:59 +00:00
|
|
|
"style-loader": "1.2.1",
|
2020-10-05 02:21:45 +00:00
|
|
|
"stylelint": "13.7.2",
|
2020-09-07 01:33:10 +00:00
|
|
|
"stylelint-order": "4.1.0",
|
2020-06-27 21:51:59 +00:00
|
|
|
"url-loader": "4.1.0",
|
2020-10-05 02:21:45 +00:00
|
|
|
"webpack": "4.44.2",
|
|
|
|
"webpack-stream": "6.1.0",
|
|
|
|
"worker-loader": "3.0.3"
|
2017-10-02 03:05:28 +00:00
|
|
|
},
|
2019-08-05 00:44:34 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"browserslist": [
|
|
|
|
">0.25%",
|
|
|
|
"not ie 11",
|
|
|
|
"not op_mini all",
|
|
|
|
"not chrome < 60"
|
|
|
|
]
|
2017-10-02 03:26:45 +00:00
|
|
|
}
|