Merge branch 'master' into 'dz-nested-groups-improvements-3'
# Conflicts: # doc/api/projects.md
Showing
... | @@ -29,6 +29,7 @@ gem 'omniauth-github', '~> 1.1.1' | ... | @@ -29,6 +29,7 @@ gem 'omniauth-github', '~> 1.1.1' |
gem 'omniauth-gitlab', '~> 1.0.2' | gem 'omniauth-gitlab', '~> 1.0.2' | ||
gem 'omniauth-google-oauth2', '~> 0.4.1' | gem 'omniauth-google-oauth2', '~> 0.4.1' | ||
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos | gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos | ||
gem 'omniauth-oauth2-generic', '~> 0.2.2' | |||
gem 'omniauth-saml', '~> 1.7.0' | gem 'omniauth-saml', '~> 1.7.0' | ||
gem 'omniauth-shibboleth', '~> 1.2.0' | gem 'omniauth-shibboleth', '~> 1.2.0' | ||
gem 'omniauth-twitter', '~> 1.2.0' | gem 'omniauth-twitter', '~> 1.2.0' | ||
... | ... |
9.03 KB
38.3 KB
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
... | @@ -3,12 +3,12 @@ | ... | @@ -3,12 +3,12 @@ |
"scripts": { | "scripts": { | ||
"dev-server": "webpack-dev-server --config config/webpack.config.js", | "dev-server": "webpack-dev-server --config config/webpack.config.js", | ||
"eslint": "eslint --max-warnings 0 --ext .js,.js.es6 .", | "eslint": "eslint --max-warnings 0 --ext .js,.js.es6 .", | ||
"eslint-fix": "npm run eslint -- --fix", | "eslint-fix": "eslint --max-warnings 0 --ext .js,.js.es6 --fix .", | ||
"eslint-report": "npm run eslint -- --format html --output-file ./eslint-report.html", | "eslint-report": "eslint --max-warnings 0 --ext .js,.js.es6 --format html --output-file ./eslint-report.html .", | ||
"karma": "karma start config/karma.config.js --single-run", | "karma": "karma start config/karma.config.js --single-run", | ||
"karma-start": "karma start config/karma.config.js", | "karma-start": "karma start config/karma.config.js", | ||
"webpack": "webpack --config config/webpack.config.js", | "webpack": "webpack --config config/webpack.config.js", | ||
"webpack-prod": "NODE_ENV=production npm run webpack" | "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"babel-core": "^6.22.1", | "babel-core": "^6.22.1", | ||
... | @@ -19,6 +19,7 @@ | ... | @@ -19,6 +19,7 @@ |
"compression-webpack-plugin": "^0.3.2", | "compression-webpack-plugin": "^0.3.2", | ||
"d3": "3.5.11", | "d3": "3.5.11", | ||
"dropzone": "4.2.0", | "dropzone": "4.2.0", | ||
"es6-promise": "^4.0.5", | |||
"imports-loader": "^0.6.5", | "imports-loader": "^0.6.5", | ||
"jquery": "2.2.1", | "jquery": "2.2.1", | ||
"jquery-ui": "github:jquery/jquery-ui#1.11.4", | "jquery-ui": "github:jquery/jquery-ui#1.11.4", | ||
... | @@ -38,6 +39,7 @@ | ... | @@ -38,6 +39,7 @@ |
"devDependencies": { | "devDependencies": { | ||
"eslint": "^3.10.1", | "eslint": "^3.10.1", | ||
"eslint-config-airbnb-base": "^10.0.1", | "eslint-config-airbnb-base": "^10.0.1", | ||
"eslint-import-resolver-webpack": "^0.8.1", | |||
"eslint-plugin-filenames": "^1.1.0", | "eslint-plugin-filenames": "^1.1.0", | ||
"eslint-plugin-import": "^2.2.0", | "eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jasmine": "^2.1.0", | "eslint-plugin-jasmine": "^2.1.0", | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
yarn.lock
0 → 100644
This diff is collapsed.