UPDATE: Build system

This commit is contained in:
Tony Air 2020-05-15 00:35:16 +07:00
parent c12773288b
commit ed42b6e028
6 changed files with 15 additions and 15 deletions

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

@ -1,6 +1,6 @@
{ {
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate", "name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"version": "2.0.9", "version": "2.1.0",
"author": "Tony Air <tony@twma.pro>", "author": "Tony Air <tony@twma.pro>",
"license": "MIT", "license": "MIT",
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.", "description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
@ -33,7 +33,7 @@
"ie>=11" "ie>=11"
], ],
"dependencies": { "dependencies": {
"@a2nt/meta-lightbox": "^1.2.5", "@a2nt/meta-lightbox": "^2.0.9",
"bootbox": "^4.4.0", "bootbox": "^4.4.0",
"bootstrap": "^4.5.0", "bootstrap": "^4.5.0",
"bootstrap-confirmation2": "^4.1.0", "bootstrap-confirmation2": "^4.1.0",
@ -54,27 +54,27 @@
"offcanvas-bootstrap": "^2.5.2", "offcanvas-bootstrap": "^2.5.2",
"popper.js": "*", "popper.js": "*",
"pouchdb": "^6.4.3", "pouchdb": "^6.4.3",
"select2": "^4.0.8", "select2": "^4.0.13",
"smooth-scroll": "^14.2.1", "smooth-scroll": "^14.2.1",
"sticky-sidebar": "^3.3.1", "sticky-sidebar": "^3.3.1",
"yarn": "^1.22.4" "yarn": "^1.22.4"
}, },
"devDependencies": { "devDependencies": {
"@a2nt/image-sprite-webpack-plugin": "^0.2.5", "@a2nt/image-sprite-webpack-plugin": "^0.2.5",
"@babel/core": "^7.8.4", "@babel/core": "^7.9.6",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3", "@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-transform-react-jsx": "^7.9.4", "@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/preset-env": "^7.9.6", "@babel/preset-env": "^7.9.6",
"@google/markerclusterer": "^1.0.3", "@google/markerclusterer": "^1.0.3",
"animate.css": "^3.7.0", "animate.css": "^3.7.2",
"autoprefixer": "^9.7.4", "autoprefixer": "^9.7.6",
"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",
"croppie": "^2.6.4", "croppie": "^2.6.4",
"cross-env": "^5.2.1", "cross-env": "^5.2.1",
"css-loader": "^3.5.3", "css-loader": "^3.5.3",
"eslint": "^4.18.1", "eslint": "^4.19.1",
"eslint-plugin-import": "^2.20.2", "eslint-plugin-import": "^2.20.2",
"eslint-plugin-jquery": "^1.5.1", "eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-react": "^7.20.0", "eslint-plugin-react": "^7.20.0",
@ -103,13 +103,13 @@
"sass-lint-fix": "^1.12.1", "sass-lint-fix": "^1.12.1",
"sass-loader": "^8.0.2", "sass-loader": "^8.0.2",
"script-ext-html-webpack-plugin": "^2.1.4", "script-ext-html-webpack-plugin": "^2.1.4",
"style-loader": "^0.19.0", "style-loader": "^0.19.1",
"svg-url-loader": "^2.3.3", "svg-url-loader": "^2.3.3",
"terser-webpack-plugin": "^2.3.6", "terser-webpack-plugin": "^2.3.6",
"url-loader": "^0.6.2", "url-loader": "^0.6.2",
"webpack": "^4.43.0", "webpack": "^4.43.0",
"webpack-cli": "^3.3.11", "webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3", "webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "^1.3.2", "webpack-manifest-plugin": "^1.3.2",
"webpack-merge": "^4.2.2" "webpack-merge": "^4.2.2"
}, },

View File

@ -68,7 +68,7 @@ import SidebarUI from './_components/_ui.sidebar';
import './_components/_ui.video.preview'; import './_components/_ui.video.preview';
// Meta Lightbox // Meta Lightbox
import '@a2nt/meta-lightbox/src/js/index'; import '@a2nt/meta-lightbox/src/js/app';
//import Confirmation from 'bootstrap-confirmation2/dist/bootstrap-confirmation'; //import Confirmation from 'bootstrap-confirmation2/dist/bootstrap-confirmation';
//import Table from 'bootstrap-table/dist/bootstrap-table'; //import Table from 'bootstrap-table/dist/bootstrap-table';

View File

@ -3,7 +3,7 @@
$lightbox-breakpoint: map-get($grid-breakpoints, 'sm') !default; $lightbox-breakpoint: map-get($grid-breakpoints, 'sm') !default;
$lightbox-link-hover-color: $link-hover-color !default; $lightbox-link-hover-color: $link-hover-color !default;
@import '~@a2nt/meta-lightbox/src/scss/index'; @import '~@a2nt/meta-lightbox/src/scss/app';
.lightbox-overlay-custom { .lightbox-overlay-custom {
@extend .meta-lightbox-overlay; @extend .meta-lightbox-overlay;