package.json 999 B

12345678910111213141516171819202122232425262728293031323334353637
  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. "dependencies": {},
  11. "devDependencies": {
  12. "@fullcalendar/core": "^4.4.0",
  13. "@fullcalendar/daygrid": "^4.4.0",
  14. "@fullcalendar/google-calendar": "^4.4.0",
  15. "animate.css": "^3.7.2",
  16. "bootstrap": "^4.4.1",
  17. "grunt": "^1.0.4",
  18. "grunt-contrib-concat": "^1.0.1",
  19. "grunt-contrib-cssmin": "^3.0.0",
  20. "grunt-contrib-htmlmin": "^3.1.0",
  21. "grunt-contrib-jshint": "^2.1.0",
  22. "grunt-contrib-uglify": "^4.0.1",
  23. "gulp": "^4.0.2",
  24. "gulp-clean-css": "^4.3.0",
  25. "gulp-concat": "^2.6.1",
  26. "gulp-order": "^1.2.0",
  27. "gulp-rename": "^2.0.0",
  28. "gulp-uglify": "^3.0.2",
  29. "jasny-bootstrap": "^4.0.0",
  30. "jquery": "^3.4.1",
  31. "jquery-validation": "^1.19.1",
  32. "moment": "^2.24.0",
  33. "popper.js": "^1.16.1",
  34. "streamqueue": "^1.1.2",
  35. "svg-morpheus": "^0.3.0"
  36. }
  37. }