package.json 907 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-rename": "^2.0.0",
  22. "gulp-sass": "^5.1.0",
  23. "gulp-terser": "^2.1.0",
  24. "gulp-useref": "^5.0.0",
  25. "waypoints": "^4.0.1"
  26. },
  27. "dependencies": {
  28. "@fullcalendar/core": "^5.11.3",
  29. "@fullcalendar/daygrid": "^5.11.3",
  30. "@fullcalendar/google-calendar": "^5.11.3",
  31. "@fullcalendar/timegrid": "^5.11.3",
  32. "bootstrap": "^5.2.3",
  33. "bootstrap-icons": "^1.10.2"
  34. }
  35. }