Package rebuild

This commit is contained in:
Tony Air 2019-11-25 14:45:03 +07:00
parent 155493b87b
commit 6e6c6e5057
3 changed files with 13 additions and 13 deletions

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

@ -25,6 +25,7 @@
"prepare": "yarn lint:fix && yarn build"
},
"dependencies": {
"@a2nt/meta-lightbox": "git+https://github.com/a2nt/meta-lightbox.git",
"@google/markerclusterer": "^1.0.3",
"animate.css": "^3.7.0",
"bootbox": "^4.4.0",
@ -47,17 +48,16 @@
"jquery.appear": "^1.0.1",
"jquery.inputmask": "^3.3.4",
"laravel-mix": "^4.1.2",
"mapbox-gl": "^1.2.1",
"@a2nt/meta-lightbox": "git+https://github.com/a2nt/meta-lightbox.git",
"mapbox-gl": "^1.5.0",
"offcanvas-bootstrap": "^2.5.2",
"popper.js": "^1.15.0",
"pouchdb": "^6.4.3",
"quill": "^1.3.7",
"react-bootstrap4-form-validation": "^1.0.10",
"routie": "0.0.1",
"select2": "^4.0.8",
"select2": "^4.0.12",
"smooth-scroll": "^14.2.1",
"yarn": "^1.17.3"
"yarn": "^1.19.2"
},
"devDependencies": {
"autoprefixer": "^7.2.5",
@ -82,15 +82,15 @@
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"favicons-webpack-plugin": "^1.0.2",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^4.0.0-beta.8",
"html-webpack-plugin": "^4.0.0-beta.11",
"lost": "^8.3.1",
"material-design-color": "^2.3.2",
"node-sass": "^4.12.0",
"node-sass": "^4.13.0",
"object-assign": "^4.1.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^2.1.5",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-loader": "^3.1.3",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.8",
@ -102,13 +102,13 @@
"script-ext-html-webpack-plugin": "^2.1.4",
"style-loader": "^0.19.0",
"svg-url-loader": "^2.3.3",
"terser-webpack-plugin": "^2.1.3",
"terser-webpack-plugin": "^2.2.1",
"uglify-js": "git://github.com/mishoo/UglifyJS2.git#harmony-v2.8.22",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^0.6.2",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-manifest-plugin": "^1.3.2",
"webpack-merge": "^4.1.1"
},