bower.json 774 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "webIde",
  3. "authors": [
  4. "ahwelp <ahwelp@universo.univates.br>"
  5. ],
  6. "description": "",
  7. "main": "",
  8. "license": "MIT",
  9. "homepage": "",
  10. "private": true,
  11. "ignore": [
  12. "**/.*",
  13. "node_modules",
  14. "bower_components",
  15. "public/plugins",
  16. "test",
  17. "tests"
  18. ],
  19. "dependencies": {
  20. "bootstrap": "4.5.3",
  21. "fontawesome": "4.7.0",
  22. "jquery": "3.5.1",
  23. "trumbowyg": "2.21.0",
  24. "sliderTelepatic": "https://git.inforsistemas-devel1.com.br/bower/sliderTelepatic.git",
  25. "bootstrapToastWrapper": "https://git.inforsistemas-devel1.com.br/bower/bootstrapToastWrapper.git",
  26. "metismenu": "3.0.6",
  27. "mousetrap": "1.6.5",
  28. "jquery-mask-plugin": "1.14.16",
  29. "datatables.net-dt": "^3.2.2",
  30. "dropzone": "^5.9.3"
  31. }
  32. }