IMPR: minor improvements and updates

This commit is contained in:
Tony Air 2020-07-20 14:18:47 +07:00
parent f50f589340
commit 96ab282eac
5 changed files with 494 additions and 12 deletions

484
dist/css/app.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/js/app.js vendored

File diff suppressed because one or more lines are too long

2
dist/js/app.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -39,7 +39,7 @@
"bootstrap-confirmation2": "^4.1.0", "bootstrap-confirmation2": "^4.1.0",
"bootstrap-datepicker": "^1.9.0", "bootstrap-datepicker": "^1.9.0",
"bootstrap-offcanvas": "^1.0.0", "bootstrap-offcanvas": "^1.0.0",
"bootstrap-table": "^1.16.0", "bootstrap-table": "^1.17.1",
"bootstrap-timepicker": "^0.5.2", "bootstrap-timepicker": "^0.5.2",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"hammerjs": "^2.0.8", "hammerjs": "^2.0.8",
@ -49,7 +49,7 @@
"jquery-hoverintent": "*", "jquery-hoverintent": "*",
"jquery-zoom": "^1.7.21", "jquery-zoom": "^1.7.21",
"jquery.appear": "^1.0.1", "jquery.appear": "^1.0.1",
"mapbox-gl": "^1.11.0", "mapbox-gl": "^1.11.1",
"material-design-color": "^2.3.2", "material-design-color": "^2.3.2",
"popper.js": "*", "popper.js": "*",
"select2": "^4.0.13", "select2": "^4.0.13",
@ -59,15 +59,15 @@
}, },
"devDependencies": { "devDependencies": {
"@a2nt/image-sprite-webpack-plugin": "^0.2.5", "@a2nt/image-sprite-webpack-plugin": "^0.2.5",
"@babel/core": "^7.10.3", "@babel/core": "^7.10.5",
"@babel/plugin-proposal-object-rest-spread": "^7.10.3", "@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/plugin-transform-react-jsx": "^7.10.3", "@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.10.3", "@babel/preset-env": "^7.10.4",
"@google/markerclusterer": "^1.0.3", "@google/markerclusterer": "^1.0.3",
"animate.css": "^3.7.2", "animate.css": "^3.7.2",
"ansi-html": "^0.0.7", "ansi-html": "^0.0.7",
"ansi-regex": "^5.0.0", "ansi-regex": "^5.0.0",
"autoprefixer": "^9.8.4", "autoprefixer": "^9.8.5",
"babel-eslint": "^8.2.6", "babel-eslint": "^8.2.6",
"babel-loader": "^8.1.0", "babel-loader": "^8.1.0",
"copy-webpack-plugin": "^4.6.0", "copy-webpack-plugin": "^4.6.0",
@ -77,7 +77,7 @@
"eslint": "^4.19.1", "eslint": "^4.19.1",
"eslint-plugin-import": "^2.22.0", "eslint-plugin-import": "^2.22.0",
"eslint-plugin-jquery": "^1.5.1", "eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-react": "^7.20.0", "eslint-plugin-react": "^7.20.3",
"exports-loader": "^0.7.0", "exports-loader": "^0.7.0",
"favicons-webpack-plugin": "0.0.9", "favicons-webpack-plugin": "0.0.9",
"file-loader": "^5.1.0", "file-loader": "^5.1.0",