mirror of https://github.com/ColorlibHQ/AdminLTE
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.5 KiB
66 lines
1.5 KiB
{
|
|
"name": "admin-lte",
|
|
"homepage": "https://adminlte.io",
|
|
"authors": [
|
|
"Abdullah Almsaeed <abdullah@almsaeedstudio.com>"
|
|
],
|
|
"description": "Admin dashboard and control panel template",
|
|
"main": [
|
|
"index2.html",
|
|
"dist/css/AdminLTE.css",
|
|
"dist/js/adminlte.js",
|
|
"build/less/AdminLTE.less"
|
|
],
|
|
"keywords": [
|
|
"css",
|
|
"js",
|
|
"html",
|
|
"template",
|
|
"admin",
|
|
"bootstrap",
|
|
"theme",
|
|
"backend",
|
|
"responsive"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"composer.json",
|
|
"documentation"
|
|
],
|
|
"dependencies": {
|
|
"bootstrap-slider": "*",
|
|
"chart.js": "1.0.*",
|
|
"ckeditor": "^4.7.0",
|
|
"bootstrap-colorpicker": "^2.5.1",
|
|
"bootstrap": "^3.3.7",
|
|
"jquery": "^3.2.1",
|
|
"datatables.net": "^1.10.15",
|
|
"datatables.net-bs": "^2.1.1",
|
|
"bootstrap-datepicker": "^1.7.0",
|
|
"bootstrap-daterangepicker": "^2.1.25",
|
|
"moment": "^2.18.1",
|
|
"fastclick": "^1.0.6",
|
|
"Flot": "flot#^0.8.3",
|
|
"fullcalendar": "^3.4.0",
|
|
"inputmask": "jquery.inputmask#^3.3.7",
|
|
"ion.rangeSlider": "ionrangeslider#^2.2.0",
|
|
"jvectormap": "^1.2.2",
|
|
"jquery-knob": "^1.2.13",
|
|
"morris.js": "^0.5.1",
|
|
"PACE": "pace#^1.0.2",
|
|
"select2": "^4.0.3",
|
|
"jquery-slimscroll": "slimscroll#^1.3.8",
|
|
"bootstrap-timepicker": "^0.5.2",
|
|
"jquery-sparkline": "^2.1.3",
|
|
"font-awesome": "^4.7.0",
|
|
"Ionicons": "ionicons#^2.0.1",
|
|
"jquery-ui": "1.11.4"
|
|
},
|
|
"resolutions": {
|
|
"jquery": "^3.2.1"
|
|
}
|
|
}
|