2018-04-23 14:09:23 +12:00
|
|
|
{
|
|
|
|
|
"name": "mopidy-iris",
|
2019-01-28 08:53:03 +13:00
|
|
|
"version": "3.32.0",
|
2018-04-23 14:09:23 +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": {
|
2019-01-14 08:47:35 +13:00
|
|
|
"history": "^4.7.2",
|
2019-01-09 16:56:35 +13:00
|
|
|
"jquery": "^3",
|
2019-01-14 16:50:21 +13:00
|
|
|
"mopidy": "^0.5",
|
|
|
|
|
"react-router": "^4.3.1"
|
2019-01-09 16:56:35 +13:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"babel-core": "^6",
|
|
|
|
|
"babel-loader": "^7",
|
|
|
|
|
"babel-preset-es2015": "^6",
|
|
|
|
|
"babel-preset-react": "^6",
|
|
|
|
|
"babel-preset-stage-0": "^6",
|
|
|
|
|
"babel-preset-stage-2": "^6",
|
2018-04-23 14:09:23 +12:00
|
|
|
"copy-dir": "^0.3.0",
|
|
|
|
|
"css-loader": "^0.28.11",
|
|
|
|
|
"expose-loader": "0.7.3",
|
2019-01-15 16:57:50 +13:00
|
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
2018-04-23 14:09:23 +12:00
|
|
|
"file-loader": "^0.11.2",
|
2019-01-15 16:57:50 +13:00
|
|
|
"sass-loader": "^6",
|
|
|
|
|
"style-loader": "^0.13.2",
|
|
|
|
|
"url-loader": "^0.5.9",
|
2018-11-23 08:21:31 +13:00
|
|
|
"fs-copy-file": "2.1.2",
|
2018-07-22 21:22:35 +12:00
|
|
|
"md5": "2.2.1",
|
2019-01-09 16:56:35 +13:00
|
|
|
"node-sass": "^4",
|
2019-01-15 16:57:50 +13:00
|
|
|
"react": "^16.7.0",
|
|
|
|
|
"react-dom": "^16.7.0",
|
2018-04-23 14:09:23 +12:00
|
|
|
"react-fontawesome": "*",
|
2019-01-15 16:57:50 +13:00
|
|
|
"react-ga": "^2.5.6",
|
2018-04-23 14:09:23 +12:00
|
|
|
"react-input-range": "1.3.0",
|
2019-01-15 16:57:50 +13:00
|
|
|
"react-router-dom": "^4",
|
|
|
|
|
"react-sortablejs": "^1.4.0",
|
2019-01-09 16:56:35 +13:00
|
|
|
"redux": "^4",
|
2019-01-15 16:57:50 +13:00
|
|
|
"redux-thunk": "^2.3.0",
|
2019-01-09 16:56:35 +13:00
|
|
|
"react-redux": "^6",
|
|
|
|
|
"sortablejs": "^1.7",
|
2019-01-15 16:57:50 +13:00
|
|
|
"webpack": "^3.12.0",
|
2018-07-22 21:22:35 +12:00
|
|
|
"webpack-strip": "0.1.0"
|
2018-04-23 14:09:23 +12:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "node build_tools/build.js",
|
|
|
|
|
"dev": "node build_tools/build.js && NODE_ENV=development webpack --watch",
|
|
|
|
|
"prod": "node build_tools/build.js && NODE_ENV=development webpack && NODE_ENV=production webpack --watch",
|
2018-12-15 22:14:56 +13: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"
|
2018-04-23 14:09:23 +12:00
|
|
|
}
|
|
|
|
|
}
|