package.json 877 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "hp",
  3. "description": "a spot on the interwebs",
  4. "version": "1.0.0",
  5. "author": "@windhamdavid",
  6. "theme_uri": "https://github.com/windhamdavid/hp",
  7. "author_uri": "https://davidwindham.com",
  8. "text_domain": "hp",
  9. "license": "GPL-3.0",
  10. "private": true,
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/windhamdavid/hp"
  14. },
  15. "main": "index.js",
  16. "scripts": {},
  17. "devDependencies": {
  18. "browser-sync": "^2.26.7",
  19. "gulp": "^4.0.2",
  20. "gulp-clean-css": "^4.3.0",
  21. "gulp-concat": "^2.6.1",
  22. "gulp-purge-sourcemaps": "^1.0.0",
  23. "gulp-purgecss": "4.0.0",
  24. "gulp-rename": "^2.0.0",
  25. "gulp-sass": "^4.1.0",
  26. "gulp-sourcemaps": "^3.0.0",
  27. "gulp-uglify": "^3.0.2",
  28. "gulp-useref": "^4.0.1"
  29. },
  30. "dependencies": {
  31. "bootstrap": "^5.0.0-beta1",
  32. "bootstrap-icons": "^1.3.0",
  33. "jquery": "^3.5.1"
  34. }
  35. }