This commit is contained in:
REJack 2021-02-17 08:14:42 +01:00
commit 794fbf242c
3 changed files with 395 additions and 1488 deletions

View file

@ -30,7 +30,7 @@ Always Recommended to download from GitHub latest release [AdminLTE 3](https://g
Visit the [releases](https://github.com/ColorlibHQ/AdminLTE/releases) page to view the changelog.\
Legacy Releases are [AdminLTE 2](https://github.com/ColorlibHQ/AdminLTE/releases/tag/v2.4.18) / [AdminLTE 1](https://github.com/ColorlibHQ/AdminLTE/releases/tag/1.3.1).
### Grab from [jsdelivr](https://github.com/ColorlibHQ/AdminLTE/releases/latest) CDN :
### Grab from [jsdelivr](https://www.jsdelivr.com/package/npm/admin-lte) CDN :
_**Important Note**: You needed to add separately cdn links for plugins in your project._

1855
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -98,7 +98,7 @@
"datatables.net-searchpanes-bs4": "^1.2.2",
"datatables.net-select-bs4": "^1.3.1",
"daterangepicker": "^3.1.0",
"dropzone": "^5.7.4",
"dropzone": "^5.7.6",
"ekko-lightbox": "^5.3.0",
"fastclick": "^1.0.6",
"filterizr": "^2.2.4",
@ -117,7 +117,7 @@
"jquery-validation": "^1.19.3",
"jqvmap-novulnerability": "^1.5.1",
"jsgrid": "^1.5.3",
"jszip": "^3.5.0",
"jszip": "^3.6.0",
"moment": "^2.29.1",
"overlayscrollbars": "^1.13.1",
"pdfmake": "^0.1.70",
@ -126,37 +126,37 @@
"select2": "^4.0.13",
"sparklines": "^1.3.0",
"summernote": "^0.8.18",
"sweetalert2": "^10.14.0",
"sweetalert2": "^10.14.1",
"tempusdominus-bootstrap-4": "^5.39.0",
"toastr": "^2.1.4",
"uplot": "^1.6.4"
"uplot": "^1.6.5"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@rollup/plugin-babel": "^5.2.3",
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@rollup/plugin-babel": "^5.3.0",
"autoprefixer": "^10.2.4",
"browser-sync": "^2.26.14",
"bundlewatch": "^0.3.2",
"clean-css-cli": "^4.3.0",
"concurrently": "^5.3.0",
"eslint": "^7.19.0",
"eslint": "^7.20.0",
"eslint-config-xo": "^0.34.0",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^27.0.0",
"eslint-plugin-unicorn": "^28.0.0",
"lockfile-lint": "^4.3.7",
"node-sass": "^5.0.0",
"node-sass-package-importer": "^5.3.2",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.5",
"postcss": "^8.2.6",
"postcss-cli": "^8.3.1",
"postcss-scrollbar": "^0.3.0",
"rollup": "^2.38.5",
"stylelint": "^13.9.0",
"rollup": "^2.39.0",
"stylelint": "^13.10.0",
"stylelint-config-twbs-bootstrap": "^2.1.0",
"terser": "^5.5.1",
"terser": "^5.6.0",
"vnu-jar": "^21.2.5"
}
}