2015-02-01 21:25:09 +00:00
|
|
|
{
|
2015-04-15 23:07:24 +00:00
|
|
|
"name": "admin-lte",
|
2015-11-11 19:29:54 +00:00
|
|
|
"description": "Responsive open source admin dashboard and control panel.",
|
2019-06-26 12:37:24 +00:00
|
|
|
"version": "3.0.0-beta.2",
|
2015-11-11 19:29:54 +00:00
|
|
|
"license": "MIT",
|
2019-06-06 12:32:53 +00:00
|
|
|
"author": "Colorlib <http://colorlib.com>",
|
2018-05-05 21:48:58 +00:00
|
|
|
"main": "dist/js/adminlte.min.js",
|
2018-02-03 23:45:19 +00:00
|
|
|
"scripts": {
|
2019-05-25 13:15:32 +00:00
|
|
|
"css": "npm-run-all --sequential css-compile css-prefix css-minify",
|
2018-03-17 17:07:55 +00:00
|
|
|
"css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 build/scss/AdminLTE.scss dist/css/adminlte.css",
|
2019-05-25 13:15:32 +00:00
|
|
|
"css-prefix": "postcss --config build/config/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"",
|
2019-07-10 11:49:05 +00:00
|
|
|
"css-minify": "cleancss --level 1 --source-map --source-map-inline-sources --output dist/css/adminlte.min.css dist/css/adminlte.css",
|
2018-03-17 17:07:55 +00:00
|
|
|
"compile": "npm-run-all --parallel js css",
|
|
|
|
"dev": "npm-run-all --parallel watch sync",
|
|
|
|
"js": "npm-run-all --sequential js-compile js-minify",
|
2019-07-11 12:42:43 +00:00
|
|
|
"js-compile": "rollup --config build/config/rollup.config.js --sourcemap",
|
2019-07-12 22:02:10 +00:00
|
|
|
"js-minify": "terser --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/adminlte.js.map,includeSources,url=adminlte.min.js.map\" --output dist/js/adminlte.min.js dist/js/adminlte.js",
|
2018-03-17 17:07:55 +00:00
|
|
|
"production": "npm-run-all --parallel compile && node build/npm/Publish.js -v",
|
2018-04-01 17:35:02 +00:00
|
|
|
"plugins": "node build/npm/Publish.js -v",
|
2018-03-17 17:07:55 +00:00
|
|
|
"sync": "browser-sync start --server --files *.html pages/ dist/",
|
|
|
|
"watch": "npm-run-all --parallel watch-css watch-js",
|
|
|
|
"watch-css": "nodemon --watch build/scss -e scss -x \"npm run css\"",
|
|
|
|
"watch-js": "nodemon --watch build/js -e js -x \"npm run js\""
|
2018-02-03 23:45:19 +00:00
|
|
|
},
|
2015-11-11 19:29:54 +00:00
|
|
|
"keywords": [
|
|
|
|
"css",
|
|
|
|
"sass",
|
|
|
|
"responsive",
|
|
|
|
"admin",
|
|
|
|
"template",
|
|
|
|
"theme",
|
|
|
|
"framework",
|
|
|
|
"control-panel",
|
|
|
|
"dashboard"
|
|
|
|
],
|
2018-02-03 23:45:19 +00:00
|
|
|
"homepage": "https://adminlte.io",
|
2018-03-17 17:07:55 +00:00
|
|
|
"style": "dist/css/adminlte.css",
|
2015-11-11 19:29:54 +00:00
|
|
|
"sass": "build/scss/AdminLTE.scss",
|
2015-04-15 23:07:24 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-06-06 12:32:53 +00:00
|
|
|
"url": "git://github.com/ColorlibHQ/AdminLTE.git"
|
2015-04-15 23:07:24 +00:00
|
|
|
},
|
2015-11-11 19:29:54 +00:00
|
|
|
"bugs": {
|
2019-06-06 12:32:53 +00:00
|
|
|
"url": "https://github.com/ColorlibHQ/AdminLTE/issues"
|
2015-11-11 19:29:54 +00:00
|
|
|
},
|
2018-02-03 23:45:19 +00:00
|
|
|
"dependencies": {
|
2019-06-10 15:38:54 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^5.9.0",
|
2019-06-14 07:33:43 +00:00
|
|
|
"@fullcalendar/bootstrap": "^4.2.0",
|
|
|
|
"@fullcalendar/core": "^4.2.0",
|
|
|
|
"@fullcalendar/daygrid": "^4.2.0",
|
|
|
|
"@fullcalendar/interaction": "^4.2.0",
|
|
|
|
"@fullcalendar/timegrid": "^4.2.0",
|
|
|
|
"@lgaitan/pace-progress": "^1.0.7",
|
2019-05-18 08:27:50 +00:00
|
|
|
"bootstrap": "^4.3.1",
|
2019-06-10 15:38:54 +00:00
|
|
|
"bootstrap-colorpicker": "^3.1.2",
|
|
|
|
"bootstrap-slider": "^10.6.1",
|
2019-07-28 11:50:35 +00:00
|
|
|
"bootstrap4-duallistbox": "^4.0.1",
|
2019-05-18 08:27:50 +00:00
|
|
|
"chart.js": "^2.8.0",
|
2018-07-14 21:20:56 +00:00
|
|
|
"datatables.net": "^1.10.19",
|
|
|
|
"datatables.net-bs4": "^1.10.19",
|
2019-06-14 07:33:43 +00:00
|
|
|
"daterangepicker": "^3.0.5",
|
2019-06-10 15:38:54 +00:00
|
|
|
"fastclick": "^1.0.6",
|
2019-07-10 14:33:23 +00:00
|
|
|
"flag-icon-css": "^3.3.0",
|
2019-06-10 15:38:54 +00:00
|
|
|
"flot": "^3.1.1",
|
2019-06-14 07:33:43 +00:00
|
|
|
"icheck-bootstrap": "^3.0.1",
|
|
|
|
"inputmask": "^4.0.8",
|
|
|
|
"ion-rangeslider": "^2.3.0",
|
2019-05-18 08:27:50 +00:00
|
|
|
"jquery": "^3.4.1",
|
2019-06-14 07:33:43 +00:00
|
|
|
"jquery-knob-chif": "^1.2.13",
|
|
|
|
"jquery-mapael": "^2.2.0",
|
|
|
|
"jquery-mousewheel": "^3.1.13",
|
|
|
|
"jquery-ui-dist": "^1.12.1",
|
2019-07-14 15:45:34 +00:00
|
|
|
"jqvmap": "github:bbmumford/jqvmap",
|
2019-07-01 00:37:24 +00:00
|
|
|
"jsgrid": "^1.5.3",
|
2019-06-10 15:38:54 +00:00
|
|
|
"moment": "^2.24.0",
|
2019-06-14 07:33:43 +00:00
|
|
|
"overlayscrollbars": "^1.7.2",
|
2019-06-10 15:38:54 +00:00
|
|
|
"popper.js": "^1.15.0",
|
2019-06-14 07:33:43 +00:00
|
|
|
"raphael": "^2.2.8",
|
|
|
|
"select2": "^4.0.7",
|
|
|
|
"sparklines": "^1.2.0",
|
2019-06-10 15:38:54 +00:00
|
|
|
"summernote": "^0.8.12",
|
2019-06-16 09:20:59 +00:00
|
|
|
"sweetalert2": "^8.12.1",
|
|
|
|
"tempusdominus-bootstrap-4": "^5.1.2",
|
|
|
|
"toastr": "^2.1.4"
|
2018-02-03 23:45:19 +00:00
|
|
|
},
|
2015-03-02 23:41:47 +00:00
|
|
|
"devDependencies": {
|
2019-07-13 09:45:22 +00:00
|
|
|
"@babel/cli": "^7.5.0",
|
|
|
|
"@babel/core": "^7.5.4",
|
2019-06-14 07:33:43 +00:00
|
|
|
"@babel/plugin-external-helpers": "^7.2.0",
|
2019-07-13 09:45:22 +00:00
|
|
|
"@babel/preset-env": "^7.5.4",
|
2019-07-12 22:02:10 +00:00
|
|
|
"autoprefixer": "^9.6.0",
|
2018-07-15 14:56:30 +00:00
|
|
|
"babel-eslint": "^8.2.6",
|
2019-06-10 15:38:54 +00:00
|
|
|
"browser-sync": "^2.26.7",
|
2019-05-18 08:27:50 +00:00
|
|
|
"clean-css-cli": "^4.3.0",
|
2019-06-14 07:33:43 +00:00
|
|
|
"css-loader": "^3.0.0",
|
2018-04-23 00:08:03 +00:00
|
|
|
"eslint": "^4.19.1",
|
2019-05-18 08:27:50 +00:00
|
|
|
"eslint-plugin-compat": "^2.7.0",
|
2018-02-03 23:45:19 +00:00
|
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
2018-05-05 21:47:50 +00:00
|
|
|
"fs-extra": "^5.0.0",
|
|
|
|
"ncp": "^2.0.0",
|
2019-05-18 08:27:50 +00:00
|
|
|
"node-sass": "^4.12.0",
|
2019-06-10 15:38:54 +00:00
|
|
|
"nodemon": "^1.19.1",
|
2019-05-18 08:27:50 +00:00
|
|
|
"npm-run-all": "^4.1.5",
|
2018-02-03 23:45:19 +00:00
|
|
|
"path": "^0.12.7",
|
2019-05-25 13:15:32 +00:00
|
|
|
"postcss-cli": "^5.0.1",
|
2019-07-13 09:45:22 +00:00
|
|
|
"rollup": "^1.16.7",
|
|
|
|
"rollup-plugin-babel": "^4.3.3",
|
2018-03-17 17:07:55 +00:00
|
|
|
"style-loader": "^0.19.1",
|
2019-07-12 22:02:10 +00:00
|
|
|
"set-value": "^3.0.1",
|
|
|
|
"terser": "^4.0.0"
|
2015-02-01 21:25:09 +00:00
|
|
|
}
|
2015-07-12 13:46:20 +00:00
|
|
|
}
|