package.json 946 B

123456789101112131415161718192021222324252627282930313233343536
  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. "@fullcalendar/core": "^4.4.2",
  17. "@fullcalendar/daygrid": "^4.4.2",
  18. "@fullcalendar/google-calendar": "^4.4.2",
  19. "@fullcalendar/timegrid": "^4.4.2",
  20. "bootstrap": "^5.1.3",
  21. "browser-sync": "^2.26.7",
  22. "gulp": "^4.0.2",
  23. "gulp-clean-css": "^4.3.0",
  24. "gulp-concat": "^2.6.1",
  25. "gulp-htmlmin": "^5.0.1",
  26. "gulp-rename": "^2.0.0",
  27. "gulp-sass": "^5.1.0",
  28. "gulp-terser": "^2.1.0",
  29. "gulp-useref": "^5.0.0",
  30. "jquery": "^3.4.1",
  31. "moment": "^2.24.0",
  32. "popper.js": "^1.16.1",
  33. "snapsvg": "^0.5.1",
  34. "waypoints": "^4.0.1"
  35. }
  36. }