New: Cleanup UI tooling, Update to Webpack 4, Gulp 4 (#655)

* New: Webpack 4

* New: Gulp 4

* New: Transpile UI for old browsers

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick
2019-03-08 21:10:23 -05:00
committed by GitHub
parent fe3761fc2e
commit 0a6f552d5b
217 changed files with 2265 additions and 2625 deletions

View File

@@ -5,6 +5,7 @@
"scripts": {
"build": "gulp build",
"start": "gulp watch",
"watch": "gulp watch",
"clean": "rimraf ./_output/UI",
"eslint": "esprint check",
"eslint-fix": "eslint --fix frontend/** ",
@@ -22,13 +23,14 @@
"@babel/core": "7.3.4",
"@babel/plugin-proposal-class-properties": "7.3.4",
"@babel/plugin-proposal-decorators": "7.3.0",
"@babel/plugin-proposal-export-default-from": "7.2.0",
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
"@babel/plugin-proposal-function-sent": "7.2.0",
"@babel/plugin-proposal-json-strings": "7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.2.0",
"@babel/plugin-proposal-numeric-separator": "7.2.0",
"@babel/plugin-proposal-optional-chaining": "7.2.0",
"@babel/plugin-proposal-throw-expressions": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-syntax-import-meta": "7.2.0",
"@babel/preset-env": "7.3.4",
"@babel/preset-react": "7.0.0",
"@fortawesome/fontawesome-free": "5.7.2",
@@ -37,36 +39,33 @@
"@fortawesome/free-solid-svg-icons": "5.7.2",
"@fortawesome/react-fontawesome": "0.1.4",
"@sentry/browser": "4.6.4",
"autoprefixer": "9.4.9",
"ansi-colors": "3.2.4",
"autoprefixer": "9.4.10",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"babel-plugin-inline-classnames": "2.0.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-preset-decorators-legacy": "1.0.0",
"classnames": "2.2.6",
"clipboard": "2.0.4",
"connected-react-router": "6.3.1",
"create-react-class": "15.6.3",
"css-loader": "0.28.11",
"del": "3.0.0",
"css-loader": "2.1.0",
"del": "4.0.0",
"element-class": "0.2.2",
"esformatter": "0.10.0",
"eslint": "5.15.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-react": "7.12.4",
"esprint": "0.4.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "2.0.0",
"file-loader": "3.0.1",
"filesize": "4.1.2",
"gulp": "3.9.1",
"gulp": "4.0.0",
"gulp-cached": "1.1.1",
"gulp-concat": "2.6.1",
"gulp-declare": "0.3.0",
"gulp-flatten": "0.4.0",
"gulp-livereload": "4.0.1",
"gulp-postcss": "8.0.0",
"gulp-print": "5.0.0",
"gulp-sourcemaps": "2.6.5",
"gulp-stripbom": "1.0.4",
"gulp-util": "3.0.8",
"gulp-watch": "5.0.1",
"gulp-wrap": "0.14.0",
"history": "4.7.2",
@@ -74,16 +73,18 @@
"jquery": "3.3.1",
"loader-utils": "^1.1.0",
"lodash": "4.17.11",
"mini-css-extract-plugin": "0.5.0",
"mobile-detect": "1.4.3",
"moment": "2.24.0",
"mousetrap": "1.6.2",
"normalize.css": "8.0.1",
"optimize-css-assets-webpack-plugin": "3.2.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"postcss-color-function": "4.0.1",
"postcss-loader": "3.0.0",
"postcss-mixins": "6.2.1",
"postcss-nested": "4.1.2",
"postcss-simple-vars": "5.0.2",
"postcss-url": "8.0.0",
"prop-types": "15.7.2",
"qs": "6.6.0",
"react": "16.8.3",
@@ -118,11 +119,10 @@
"style-loader": "0.23.1",
"stylelint": "9.10.1",
"stylelint-order": "2.1.0",
"tar.gz": "1.0.7",
"uglifyjs-webpack-plugin": "1.3.0",
"uglifyjs-webpack-plugin": "2.1.2",
"url-loader": "1.1.2",
"webpack": "3.11.0",
"webpack-stream": "4.0.3"
"webpack": "4.29.6",
"webpack-stream": "5.2.1"
},
"main": "index.js"
}