package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "admin-lte",
  3. "version": "2.4.0",
  4. "main": "dist/js/adminlte.min.js",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/almasaeed2010/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. "less": "^2.7.2"
  29. },
  30. "dependencies": {
  31. "bootstrap": "^3.3.7",
  32. "bootstrap-colorpicker": "^2.5.1",
  33. "bootstrap-datepicker": "^1.7.0",
  34. "bootstrap-daterangepicker": "^2.1.25",
  35. "bootstrap-slider": "^9.8.0",
  36. "bootstrap-timepicker": "^0.5.2",
  37. "chart.js": "1.0.*",
  38. "ckeditor": "^4.7.0",
  39. "datatables.net": "^1.10.15",
  40. "datatables.net-bs": "^1.10.15",
  41. "fastclick": "^1.0.6",
  42. "flot": "^0.8.0-alpha",
  43. "font-awesome": "^4.7.0",
  44. "fullcalendar": "^3.4.0",
  45. "inputmask": "^3.3.7",
  46. "ion-rangeslider": "^2.2.0",
  47. "ionicons": "^3.0.0",
  48. "jquery": "^3.2.1",
  49. "jquery-knob": "^1.2.11",
  50. "jquery-sparkline": "^2.4.0",
  51. "jvectormap": "^1.2.2",
  52. "moment": "^2.18.1",
  53. "morris.js": "^0.5.0",
  54. "pace": "0.0.4",
  55. "raphael": "^2.2.7",
  56. "select2": "^4.0.3",
  57. "slimscroll": "^0.9.1"
  58. }
  59. }