AdminLTE/package.json

62 lines
1.7 KiB
JSON
Raw Normal View History

2015-02-01 22:25:09 +01:00
{
2015-04-16 01:07:24 +02:00
"name": "admin-lte",
2019-05-21 19:02:47 +02:00
"version": "2.4.11",
2017-02-26 22:04:47 +01:00
"main": "dist/js/adminlte.min.js",
2015-04-16 01:07:24 +02:00
"repository": {
"type": "git",
"url": "git://github.com/almasaeed2010/AdminLTE.git"
},
2015-07-30 13:53:37 +02:00
"license": "MIT",
2015-03-03 00:41:47 +01:00
"devDependencies": {
2015-04-16 01:07:24 +02:00
"R2": "^1.4.3",
"grunt": "^0.4.5",
2015-08-22 19:22:37 +02:00
"grunt-bootlint": "^0.9.1",
2015-07-25 21:05:25 +02:00
"grunt-contrib-clean": "^0.6.0",
2017-02-26 22:04:47 +01:00
"grunt-contrib-concat": "^1.0.1",
2015-07-25 21:51:57 +02:00
"grunt-contrib-csslint": "^0.5.0",
2015-04-16 01:07:24 +02:00
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-jshint": "^0.11.3",
2015-03-03 00:41:47 +01:00
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
2015-04-16 01:07:24 +02:00
"grunt-cssjanus": "^0.2.4",
"grunt-image": "^1.5.2",
2017-02-26 22:04:47 +01:00
"grunt-includes": "^0.4.5",
"grunt-jscs": "^3.0.1",
"grunt-less": "^0.1.7",
"grunt-notify": "^0.4.5",
2017-07-08 19:31:59 +02:00
"grunt-text-replace": "^0.4.0",
2019-02-18 13:28:41 +01:00
"less": "^2.7.3"
},
"dependencies": {
2019-02-18 13:28:41 +01:00
"bootstrap": "^3.4.0",
"bootstrap-colorpicker": "^2.5.3",
"bootstrap-datepicker": "^1.8.0",
"bootstrap-daterangepicker": "^2.1.25",
"bootstrap-slider": "^9.8.0",
"bootstrap-timepicker": "^0.5.2",
"chart.js": "1.0.*",
2019-02-18 13:28:41 +01:00
"ckeditor": "^4.11.2",
"datatables.net": "^1.10.19",
"datatables.net-bs": "^1.10.19",
"fastclick": "^1.0.6",
2019-02-18 13:28:41 +01:00
"flot": "^0.8.3",
"font-awesome": "^4.7.0",
2019-02-18 13:28:41 +01:00
"fullcalendar": "^3.10.0",
"inputmask": "^3.3.7",
2019-02-18 13:28:41 +01:00
"ion-rangeslider": "^2.3.0",
"ionicons": "^3.0.0",
"jquery": "^3.2.1",
"jquery-knob": "^1.2.11",
"jquery-sparkline": "^2.4.0",
2017-07-01 22:49:59 +02:00
"jquery-ui": "^1.12.1",
"jvectormap": "^1.2.2",
2019-02-18 13:28:41 +01:00
"moment": "^2.24.0",
"morris.js": "^0.5.0",
"pace": "0.0.4",
"raphael": "^2.2.7",
"select2": "^4.0.3",
"slimscroll": "^0.9.1"
}
2015-07-12 15:46:20 +02:00
}