package.json 968 B

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