package.json 759 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "daw-wp",
  3. "version": "3.0.0",
  4. "author": "@windhamdavid",
  5. "private": true,
  6. "repository": {
  7. "type": "git",
  8. "url": "git@github.com:windhamdavid/daw.git"
  9. },
  10. "devDependencies": {
  11. "browser-sync": "^2.11.2",
  12. "gulp": "^4.0.2",
  13. "gulp-clean-css": "^4.3.0",
  14. "gulp-concat": "^2.6.1",
  15. "gulp-rename": "^2.0.0",
  16. "gulp-sass": "^5.1.0",
  17. "gulp-terser": "^2.1.0",
  18. "gulp-uglify": "^3.0.2",
  19. "sass": "^1.56.1",
  20. "streamqueue": "^1.1.2"
  21. },
  22. "dependencies": {
  23. "animate.css": "^4.1.1",
  24. "bootstrap": "^5.2.3",
  25. "bootstrap-icons": "^1.10.2",
  26. "fullcalendar": "^5.11.3",
  27. "jasny-bootstrap": "^4.0.0",
  28. "jquery": "^3.6.1",
  29. "jquery-validation": "^1.19.5",
  30. "svg-morpheus": "^0.3.0"
  31. }
  32. }