Lidarr/package.json

120 lines
3.5 KiB
JSON
Raw 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": "gulp build",
2017-10-07 06:21:06 +00:00
"start": "gulp watch",
"eslint": "esprint check",
"eslint-fix": "eslint start --fix",
"stylelint": "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",
2017-10-02 03:26:45 +00:00
"dependencies": {
2018-03-15 02:57:58 +00:00
"@fortawesome/fontawesome": "1.1.4",
"@fortawesome/fontawesome-free-regular": "5.0.8",
"@fortawesome/fontawesome-free-solid": "5.0.8",
2018-01-22 03:56:41 +00:00
"@fortawesome/react-fontawesome": "0.0.17",
2017-10-07 06:47:28 +00:00
"autoprefixer": "7.1.5",
2017-10-02 03:05:28 +00:00
"babel-core": "6.26.0",
"babel-eslint": "8.0.1",
"babel-loader": "7.1.2",
"babel-plugin-transform-class-properties": "6.24.1",
2017-09-04 02:20:56 +00:00
"babel-preset-decorators-legacy": "1.0.0",
2017-10-02 03:05:28 +00:00
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-2": "6.24.1",
2017-09-04 02:20:56 +00:00
"classnames": "2.2.5",
"clipboard": "1.7.1",
2017-10-02 03:05:28 +00:00
"create-react-class": "^15.6.2",
"css-loader": "0.28.9",
2017-10-02 03:05:28 +00:00
"del": "3.0.0",
2017-09-04 02:20:56 +00:00
"element-class": "0.2.2",
2017-10-02 03:05:28 +00:00
"esformatter": "0.10.0",
"eslint": "4.16.0",
2017-10-02 03:05:28 +00:00
"eslint-loader": "1.9.0",
"eslint-plugin-filenames": "1.2.0",
"eslint-plugin-react": "7.5.1",
2017-10-07 06:21:06 +00:00
"esprint": "0.4.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.6",
"filesize": "3.5.11",
2017-09-04 02:20:56 +00:00
"gulp": "3.9.1",
2017-10-02 03:05:28 +00:00
"gulp-cached": "1.1.1",
"gulp-clean-css": "3.9.2",
2017-10-02 03:05:28 +00:00
"gulp-concat": "2.6.1",
2014-11-20 00:36:05 +00:00
"gulp-declare": "0.3.0",
2017-09-04 02:20:56 +00:00
"gulp-livereload": "3.8.1",
"gulp-postcss": "7.0.1",
2017-09-04 02:20:56 +00:00
"gulp-print": "2.0.1",
"gulp-sourcemaps": "2.6.3",
"gulp-stripbom": "1.0.4",
2017-10-02 03:05:28 +00:00
"gulp-util": "3.0.8",
"gulp-watch": "5.0.0",
2017-09-04 02:20:56 +00:00
"gulp-wrap": "0.13.0",
2017-10-02 03:05:28 +00:00
"history": "4.7.2",
2017-09-04 02:20:56 +00:00
"jdu": "1.0.0",
"jquery": "3.3.1",
2017-10-02 03:05:28 +00:00
"loader-utils": "^1.1.0",
2018-08-08 01:21:54 +00:00
"lodash": "4.17.10",
"mobile-detect": "1.4.2",
"moment": "2.20.1",
2017-10-02 03:05:28 +00:00
"mousetrap": "1.6.1",
"normalize.css": "7.0.0",
"postcss-loader": "2.0.10",
"postcss-mixins": "6.2.0",
"postcss-nested": "3.0.0",
2017-10-02 03:05:28 +00:00
"postcss-simple-vars": "4.1.0",
"prop-types": "15.6.0",
2017-10-07 06:21:06 +00:00
"qs": "6.5.1",
"query-string": "5.0.1",
2018-03-15 03:26:40 +00:00
"raven-for-redux": "1.3.0",
"raven-js": "3.23.2",
"react": "16.2.0",
2017-10-02 03:05:28 +00:00
"react-addons-shallow-compare": "15.6.2",
2017-09-04 02:20:56 +00:00
"react-async-script": "0.9.1",
2017-10-02 03:05:28 +00:00
"react-autosuggest": "9.3.2",
"react-custom-scrollbars": "4.2.1",
"react-dnd": "2.5.4",
"react-dnd-html5-backend": "2.5.4",
2017-09-04 02:20:56 +00:00
"react-document-title": "2.0.3",
"react-dom": "16.2.0",
"react-google-recaptcha": "0.9.9",
"react-lazyload": "2.3.0",
2017-09-04 02:20:56 +00:00
"react-measure": "1.4.7",
2017-10-02 03:05:28 +00:00
"react-redux": "5.0.6",
"react-router-dom": "4.2.2",
"react-router-redux": "5.0.0-alpha.9",
2017-10-02 03:05:28 +00:00
"react-slider": "0.9.0",
"react-tabs": "2.2.1",
"react-tether": "0.6.1",
"react-text-truncate": "0.12.1",
"react-virtualized": "9.18.0",
2017-10-02 03:05:28 +00:00
"redux": "3.7.2",
"redux-actions": "2.2.1",
"redux-batched-actions": "0.2.1",
2017-09-04 02:20:56 +00:00
"redux-localstorage": "0.4.1",
"redux-thunk": "2.2.0",
"require-nocache": "1.0.0",
"reselect": "3.0.1",
"run-sequence": "2.2.1",
2018-07-14 07:28:59 +00:00
"signalr": "2.3.0",
"streamqueue": "1.1.2",
"style-loader": "0.19.1",
"stylelint": "8.4.0",
"stylelint-order": "0.8.0",
"tar.gz": "1.0.7",
"uglifyjs-webpack-plugin": "1.2.5",
2017-10-07 06:47:28 +00:00
"url-loader": "0.6.2",
"webpack": "3.10.0",
2017-10-02 03:05:28 +00:00
"webpack-stream": "^4.0.0"
},
"main": "index.js"
2017-10-02 03:26:45 +00:00
}