bower.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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": "^4.6.1",
  12. "bootstrap-table": "^1.11.0",
  13. "layer": "^3.0",
  14. "jstree": "^3.3.2",
  15. "moment": "^2.15.2",
  16. "plupload": "^2.2.0",
  17. "toastr": "^2.1.3",
  18. "jcrop": "^2.0.4",
  19. "eonasdan-bootstrap-datetimepicker": "^4.17.43",
  20. "bootstrap-select": "^1.11.2",
  21. "require-css": "^0.1.8",
  22. "less": "^2.7.1",
  23. "tableExport.jquery.plugin": "^1.9.0",
  24. "jquery-slimscroll": "^1.3.8",
  25. "jquery.cookie": "^1.4.1",
  26. "Sortable": "^1.5.0",
  27. "nice-validator": "^1.1.1",
  28. "art-template": "^3.0.1",
  29. "requirejs-plugins": "^1.0.3",
  30. "bootstrap-daterangepicker": "^2.1.25",
  31. "city-picker": "^1.1.0",
  32. "fastadmin-cxselect": "~1.4.0",
  33. "fastadmin-dragsort": "~1.0.0",
  34. "fastadmin-addtabs": "~1.0.0",
  35. "fastadmin-selectpage": "~1.0.0"
  36. },
  37. "resolutions": {
  38. "jspdf": "1.1.239 || 1.3.2"
  39. }
  40. }