You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/package.json

104 lines
2.9 KiB

{
"name": "lidarr",
"version": "1.0.0",
"description": "Lidarr",
"scripts": {
"build": "gulp build",
"start": "gulp watch"
},
"repository": {
"type": "git",
"url": "git://github.com/Lidarr/Lidarr.git"
},
"author": "Team Lidarr",
"license": "GPL-3.0",
"readmeFilename": "readme.md",
"dependencies": {
"autoprefixer": "6.3.6",
"babel-core": "6.9.0",
"babel-eslint": "7.1.0",
"babel-loader": "6.2.4",
"babel-plugin-transform-class-properties": "6.16.0",
"babel-preset-decorators-legacy": "1.0.0",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.22.0",
"babel-preset-stage-2": "6.5.0",
"classnames": "2.2.5",
"clipboard": "1.7.1",
"css-loader": "0.23.1",
"del": "2.2.0",
"element-class": "0.2.2",
"esformatter": "0.9.3",
"eslint": "2.10.2",
"eslint-loader": "1.3.0",
"eslint-plugin-filenames": "1.0.0",
"eslint-plugin-react": "5.2.2",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"filesize": "3.5.4",
"gulp": "3.9.1",
"gulp-cached": "1.1.0",
"gulp-clean-css": "3.3.1",
"gulp-concat": "2.6.0",
"gulp-declare": "0.3.0",
"gulp-livereload": "3.8.1",
"gulp-postcss": "6.1.1",
"gulp-print": "2.0.1",
"gulp-sourcemaps": "1.6.0",
"gulp-stripbom": "1.0.4",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.5",
"gulp-wrap": "0.13.0",
"history": "4.6.3",
"jdu": "1.0.0",
"lodash": "4.17.4",
"mobile-detect": "1.3.6",
"moment": "2.17.1",
"mousetrap": "1.6.0",
"normalize.css": "5.0.0",
"postcss-loader": "0.9.1",
"postcss-nested": "1.0.0",
"postcss-simple-vars": "3.0.0",
"prop-types": "15.5.10",
"query-string": "https://registry.npmjs.org/query-string/-/query-string-4.2.2.tgz",
"react": "15.6.1",
"react-addons-shallow-compare": "15.6.0",
"react-async-script": "0.9.1",
"react-autosuggest": "9.3.0",
"react-custom-scrollbars": "4.1.2",
"react-dnd": "2.4.0",
"react-dnd-html5-backend": "2.4.1",
"react-document-title": "2.0.3",
"react-dom": "15.6.1",
"react-google-recaptcha": "0.9.6",
"react-lazyload": "2.2.7",
"react-measure": "1.4.7",
"react-portal": "3.1.0",
"react-redux": "5.0.5",
"react-router-dom": "4.1.1",
"react-router-redux": "5.0.0-alpha.6",
"react-slider": "0.8.0",
"react-tabs": "1.1.0",
"react-tag-autocomplete": "5.4.0",
"react-tether": "0.5.7",
"react-virtualized": "9.8.0",
"redux": "3.7.0",
"redux-actions": "2.0.3",
"redux-batched-actions": "0.2.0",
"redux-localstorage": "0.4.1",
"redux-raven-middleware": "1.2.0",
"redux-thunk": "2.2.0",
"require-nocache": "1.0.0",
"reselect": "3.0.1",
"run-sequence": "1.2.0",
"streamqueue": "1.1.1",
"style-loader": "0.13.1",
"stylelint": "7.3.1",
"stylelint-order": "0.6.0",
"tar.gz": "1.0.3",
"url-loader": "0.5.7",
"webpack": "1.13.1",
"webpack-stream": "2.1.1"
}
}