package.json 656 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "hlf",
  3. "version": "1.0.0",
  4. "description": "Hodges Law Firm Website",
  5. "author": "@windhamdavid",
  6. "private": true,
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/windhamdavid/hlf.git"
  10. },
  11. "main": "index.js",
  12. "scripts": {
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "devDependencies": {
  16. "browser-sync": "^2.27.7",
  17. "gulp": "^4.0.2",
  18. "gulp-clean-css": "^4.3.0",
  19. "gulp-concat": "^2.6.1",
  20. "gulp-purgecss": "^4.1.3",
  21. "gulp-sass": "^5.1.0",
  22. "sass": "^1.48.0"
  23. },
  24. "dependencies": {
  25. "bootstrap": "^5.1.3",
  26. "font-awesome": "^4.7.0",
  27. "swiper": "^8.0.2"
  28. }
  29. }