2019-04-18 09:03:38 +12:00
|
|
|
{
|
|
|
|
|
"name": "mopidy-iris",
|
2022-09-29 10:38:26 +13:00
|
|
|
"version": "3.65.0",
|
2019-04-18 09:03:38 +12:00
|
|
|
"description": "Mopidy HTTP interface",
|
|
|
|
|
"repository": "https://github.com/jaedb/iris",
|
|
|
|
|
"author": "James Barnsley <james@barnsley.nz>",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/jaedb/Iris/issues"
|
|
|
|
|
},
|
|
|
|
|
"main": "app.js",
|
|
|
|
|
"dependencies": {
|
2022-09-04 09:03:11 +12:00
|
|
|
"@sentry/browser": "7.5.0",
|
|
|
|
|
"history": "5.3.0",
|
|
|
|
|
"jquery": "3.6.0",
|
2021-02-01 11:20:45 +13:00
|
|
|
"libflacjs": "^5.4.0",
|
2022-09-04 09:03:11 +12:00
|
|
|
"localforage": "1.10.0",
|
2021-02-23 07:50:48 +00:00
|
|
|
"lodash": "^4.17.21",
|
2022-09-04 09:03:11 +12:00
|
|
|
"logrocket": "3.0.1",
|
|
|
|
|
"mopidy": "^1.3.0",
|
|
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dnd": "16.0.1",
|
|
|
|
|
"react-dnd-html5-backend": "16.0.1",
|
|
|
|
|
"react-dnd-touch-backend": "16.0.1",
|
|
|
|
|
"react-dom": "18.2.0",
|
2020-03-06 08:27:39 +13:00
|
|
|
"react-fontawesome": "^1.7.1",
|
2022-09-04 09:03:11 +12:00
|
|
|
"react-ga": "3.3.1",
|
|
|
|
|
"react-hotkeys-hook": "3.4.6",
|
|
|
|
|
"react-in-viewport": "1.0.0-alpha.28",
|
2020-03-06 08:27:39 +13:00
|
|
|
"react-input-range": "1.3.0",
|
2022-09-04 09:03:11 +12:00
|
|
|
"react-redux": "8.0.2",
|
|
|
|
|
"react-router": "6.3.0",
|
|
|
|
|
"react-router-dom": "6.3.0",
|
|
|
|
|
"react-sortablejs": "6.1.4",
|
|
|
|
|
"redux": "4.2.0",
|
2020-09-02 08:12:18 +12:00
|
|
|
"redux-persist": "^6.0.0",
|
2022-09-04 09:03:11 +12:00
|
|
|
"redux-thunk": "2.4.1",
|
|
|
|
|
"reselect": "4.1.6",
|
|
|
|
|
"sanitize-html": "2.7.0"
|
2019-04-18 09:03:38 +12:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-09-04 09:03:11 +12:00
|
|
|
"@babel/cli": "7.18.6",
|
|
|
|
|
"@babel/core": "7.18.6",
|
2022-09-29 10:38:26 +13:00
|
|
|
"@babel/eslint-parser": "7.18.2",
|
2022-09-04 09:03:11 +12:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
|
|
|
"@babel/plugin-transform-runtime": "7.18.6",
|
2020-11-29 17:31:46 +13:00
|
|
|
"@babel/polyfill": "^7.12.1",
|
2022-09-04 09:03:11 +12:00
|
|
|
"@babel/preset-env": "7.18.6",
|
|
|
|
|
"@babel/preset-react": "7.18.6",
|
2020-08-04 21:04:07 +12:00
|
|
|
"@babel/preset-stage-2": "7.8.3",
|
2022-09-04 09:03:11 +12:00
|
|
|
"@babel/preset-typescript": "7.18.6",
|
|
|
|
|
"@babel/register": "7.18.6",
|
|
|
|
|
"babel-jest": "28.1.2",
|
|
|
|
|
"babel-loader": "8.2.5",
|
2020-11-29 17:31:46 +13:00
|
|
|
"babel-plugin-add-module-exports": "^1.0.4",
|
2022-09-04 09:03:11 +12:00
|
|
|
"babel-plugin-polyfill-corejs2": "0.3.1",
|
|
|
|
|
"babel-plugin-polyfill-corejs3": "0.5.2",
|
|
|
|
|
"babel-plugin-polyfill-regenerator": "0.3.1",
|
2020-08-04 21:04:07 +12:00
|
|
|
"babel-plugin-react-element-info": "^1",
|
2022-09-04 09:03:11 +12:00
|
|
|
"cheerio-select": "2.1.0",
|
2021-01-07 14:38:00 +11:00
|
|
|
"copy-dir": "^1.3.0",
|
2022-09-04 09:03:11 +12:00
|
|
|
"core-js": "3.23.3",
|
|
|
|
|
"css-loader": "6.7.1",
|
|
|
|
|
"eslint": "8.19.0",
|
|
|
|
|
"eslint-config-airbnb": "19.0.4",
|
|
|
|
|
"eslint-plugin-import": "2.26.0",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "6.6.0",
|
|
|
|
|
"eslint-plugin-react": "7.30.1",
|
|
|
|
|
"eslint-webpack-plugin": "3.2.0",
|
|
|
|
|
"expose-loader": "4.0.0",
|
2022-09-29 10:38:26 +13:00
|
|
|
"fake-indexeddb": "^4.0.0",
|
2022-09-04 09:03:11 +12:00
|
|
|
"file-loader": "6.2.0",
|
2019-04-18 09:03:38 +12:00
|
|
|
"fs-copy-file": "2.1.2",
|
2022-09-29 10:38:26 +13:00
|
|
|
"jest": "29.0.3",
|
|
|
|
|
"jest-environment-jsdom": "^29.1.1",
|
|
|
|
|
"jest-transform-yaml": "1.0.0",
|
2019-04-18 09:03:38 +12:00
|
|
|
"js-sha256": "^0.9.0",
|
2022-09-04 09:03:11 +12:00
|
|
|
"mini-css-extract-plugin": "2.6.1",
|
|
|
|
|
"parse5-htmlparser2-tree-adapter": "7.0.0",
|
|
|
|
|
"react-test-renderer": "18.2.0",
|
2021-03-14 19:49:23 +13:00
|
|
|
"request": "^2.88.2",
|
2021-01-07 14:38:00 +11:00
|
|
|
"rimraf": "^3.0.2",
|
2022-09-04 09:03:11 +12:00
|
|
|
"sass": "1.53.0",
|
|
|
|
|
"sass-loader": "13.0.2",
|
|
|
|
|
"sortablejs": "1.15.0",
|
|
|
|
|
"style-loader": "3.3.1",
|
|
|
|
|
"url-loader": "4.1.1",
|
|
|
|
|
"webpack": "5.73.0",
|
|
|
|
|
"webpack-cli": "4.10.0",
|
|
|
|
|
"webpack-dev-server": "4.9.3",
|
2020-08-04 21:04:07 +12:00
|
|
|
"webpack-strip": "0.1.0",
|
2022-09-04 09:03:11 +12:00
|
|
|
"yaml-loader": "0.6.0"
|
2019-04-18 09:03:38 +12:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2020-08-24 21:14:46 +12:00
|
|
|
"test": "jest",
|
|
|
|
|
"tox": "sudo docker exec -it -u root iris_mopidy_1 bash -c \"cd /iris && tox\"",
|
2019-04-18 09:03:38 +12:00
|
|
|
"start": "webpack-dev-server",
|
2019-09-05 15:34:14 +12:00
|
|
|
"lint": "eslint src",
|
|
|
|
|
"lint:fix": "eslint src --fix",
|
2019-10-16 16:42:38 +13:00
|
|
|
"watch:dev": "node build_tools/build.js && NODE_ENV=development webpack --watch",
|
|
|
|
|
"watch:prod": "node build_tools/build.js && NODE_ENV=production webpack --watch",
|
|
|
|
|
"build:tools": "node build_tools/build.js",
|
2020-09-02 08:12:18 +12:00
|
|
|
"build:dev": "node build_tools/build.js && NODE_ENV=development webpack",
|
2019-10-16 16:42:38 +13:00
|
|
|
"build:prod": "node build_tools/build.js && NODE_ENV=development webpack && NODE_ENV=production webpack",
|
2019-04-18 09:03:38 +12:00
|
|
|
"release": "node build_tools/build.js && NODE_ENV=development webpack && NODE_ENV=production webpack && python setup.py sdist upload -r pypi && build_tools/release.sh"
|
|
|
|
|
}
|
|
|
|
|
}
|