package.json 850 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "davidwindham.com",
  3. "description": "a space on the interwebs",
  4. "version": "1.0.0",
  5. "author": "@windhamdavid",
  6. "private": true,
  7. "repository": {
  8. "type": "git",
  9. "url": "https://code.davidawindham.com/david/dw"
  10. },
  11. "main": "index.js",
  12. "scripts": {
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "devDependencies": {
  16. "browser-sync": "^2.27.10",
  17. "gulp": "^4.0.2",
  18. "gulp-clean-css": "^4.3.0",
  19. "gulp-concat": "^2.6.1",
  20. "gulp-htmlmin": "^5.0.1",
  21. "gulp-purgecss": "^5.0.0",
  22. "gulp-rename": "^2.0.0",
  23. "gulp-sass": "^5.1.0",
  24. "gulp-terser": "^2.1.0",
  25. "gulp-useref": "^5.0.0",
  26. "sass": "^1.56.1",
  27. "waypoints": "^4.0.1"
  28. },
  29. "dependencies": {
  30. "bootstrap": "^5.2.3",
  31. "bootstrap-icons": "^1.10.2",
  32. "fullcalendar": "^5.11.3",
  33. "jquery": "^3.6.1"
  34. }
  35. }