bower.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "thinkphp-admin",
  3. "description": "",
  4. "main": "",
  5. "license": "MIT",
  6. "homepage": "",
  7. "private": true,
  8. "dependencies": {
  9. "jquery": "^2.2.3",
  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. "bootstrap-validator": "^0.11.5",
  18. "moment": "^2.15.2",
  19. "plupload": "^2.2.0",
  20. "toastr": "^2.1.3",
  21. "devbridge-autocomplete": "^1.2.26",
  22. "jcrop": "jcrop#^2.0.4",
  23. "jquery-qrcode": "*",
  24. "eonasdan-bootstrap-datetimepicker": "^4.17.43",
  25. "bootstrap-select": "^1.11.2",
  26. "bootstrap3-dialog": "bootstrap-dialog#^1.35.3",
  27. "require-css": "^0.1.8",
  28. "less": "^2.7.1",
  29. "tableExport.jquery.plugin": "^1.6.4",
  30. "echarts": "^3.3.1",
  31. "jquery-slimscroll": "slimscroll#^1.3.8",
  32. "jquery.cookie": "^1.4.1",
  33. "dropzone": "^4.3.0",
  34. "Sortable": "^1.5.0",
  35. "typeahead.js": "^0.11.1",
  36. "bootstrap-tagsinput": "^0.8.0",
  37. "nice-validator": "^1.0.10",
  38. "art-template": "^3.0.1"
  39. },
  40. "devDependencies": {
  41. "dragsort": "https://github.com/karsonzhang/dragsort.git",
  42. "jquery-addtabs": "https://github.com/karsonzhang/jquery-addtabs.git",
  43. "jqcron": "https://github.com/karsonzhang/jqcron.git#",
  44. "AdminLTE": "https://github.com/karsonzhang/AdminLTE.git#^2.3.7"
  45. }
  46. }