package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "admin-lte",
  3. "version": "2.4.12",
  4. "main": "dist/js/adminlte.min.js",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/ColorlibHQ/AdminLTE.git"
  8. },
  9. "license": "MIT",
  10. "devDependencies": {
  11. "R2": "^1.4.3",
  12. "grunt": "^0.4.5",
  13. "grunt-bootlint": "^0.9.1",
  14. "grunt-contrib-clean": "^0.6.0",
  15. "grunt-contrib-concat": "^1.0.1",
  16. "grunt-contrib-csslint": "^0.5.0",
  17. "grunt-contrib-cssmin": "^0.12.2",
  18. "grunt-contrib-jshint": "^0.11.3",
  19. "grunt-contrib-less": "^0.12.0",
  20. "grunt-contrib-uglify": "^0.7.0",
  21. "grunt-contrib-watch": "^0.6.1",
  22. "grunt-cssjanus": "^0.2.4",
  23. "grunt-image": "^1.5.2",
  24. "grunt-includes": "^0.4.5",
  25. "grunt-jscs": "^3.0.1",
  26. "grunt-less": "^0.1.7",
  27. "grunt-notify": "^0.4.5",
  28. "grunt-text-replace": "^0.4.0",
  29. "less": "^2.7.3"
  30. },
  31. "dependencies": {
  32. "bootstrap": "^3.4.0",
  33. "bootstrap-colorpicker": "^2.5.3",
  34. "bootstrap-datepicker": "^1.8.0",
  35. "bootstrap-daterangepicker": "^2.1.25",
  36. "bootstrap-slider": "^9.8.0",
  37. "bootstrap-timepicker": "^0.5.2",
  38. "chart.js": "1.0.*",
  39. "ckeditor": "^4.11.2",
  40. "datatables.net": "^1.10.19",
  41. "datatables.net-bs": "^1.10.19",
  42. "fastclick": "^1.0.6",
  43. "flot": "^0.8.3",
  44. "font-awesome": "^4.7.0",
  45. "fullcalendar": "^3.10.0",
  46. "inputmask": "^3.3.7",
  47. "ion-rangeslider": "^2.3.0",
  48. "ionicons": "^3.0.0",
  49. "jquery": "^3.2.1",
  50. "jquery-knob": "^1.2.11",
  51. "jquery-sparkline": "^2.4.0",
  52. "jquery-ui": "^1.12.1",
  53. "jvectormap": "^1.2.2",
  54. "moment": "^2.24.0",
  55. "morris.js": "github:morrisjs/morris.js",
  56. "pace": "0.0.4",
  57. "raphael": "^2.2.7",
  58. "select2": "^4.0.3",
  59. "slimscroll": "^0.9.1"
  60. }
  61. }