bower.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "fastadmin",
  3. "description": "the fastest admin framework",
  4. "main": "",
  5. "license": "Apache2.0",
  6. "homepage": "http://www.fastadmin.net",
  7. "private": true,
  8. "dependencies": {
  9. "jquery": "^2.1.4",
  10. "bootstrap": "^3.3.7",
  11. "font-awesome": "fontawesome#^4.6.1",
  12. "bootstrap-table": "^1.11.0",
  13. "layer": "*",
  14. "jstree": "^3.3.2",
  15. "summernote": "^0.8.2",
  16. "jquery-pjax": "^1.9.6",
  17. "moment": "^2.15.2",
  18. "plupload": "^2.2.0",
  19. "toastr": "^2.1.3",
  20. "devbridge-autocomplete": "^1.2.26",
  21. "jcrop": "jcrop#^2.0.4",
  22. "jquery-qrcode": "*",
  23. "eonasdan-bootstrap-datetimepicker": "^4.17.43",
  24. "bootstrap-select": "^1.11.2",
  25. "require-css": "^0.1.8",
  26. "less": "^2.7.1",
  27. "tableExport.jquery.plugin": "^1.9.0",
  28. "jquery-slimscroll": "slimscroll#^1.3.8",
  29. "jquery.cookie": "^1.4.1",
  30. "Sortable": "^1.5.0",
  31. "nice-validator": "^1.1.1",
  32. "art-template": "^3.0.1",
  33. "requirejs-plugins": "^1.0.3",
  34. "bootstrap-daterangepicker": "^2.1.25"
  35. },
  36. "devDependencies": {
  37. "dragsort": "https://github.com/karsonzhang/dragsort.git",
  38. "jquery-addtabs": "https://github.com/karsonzhang/jquery-addtabs.git",
  39. "jquery-cxselect": "https://github.com/karsonzhang/cxSelect.git",
  40. "selectpage": "https://github.com/karsonzhang/selectpage.git"
  41. },
  42. "resolutions": {
  43. "jspdf": "1.1.239 || 1.3.2"
  44. }
  45. }