package.json 605 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "portfolio",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "gulpfile.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "browser-sync": "^2.26.12",
  13. "gulp": "^4.0.2",
  14. "gulp-autoprefixer": "^6.1.0",
  15. "gulp-clean-css": "^4.3.0",
  16. "gulp-cli": "^2.3.0",
  17. "gulp-htmlmin": "^5.0.1",
  18. "gulp-imagemin": "^6.2.0",
  19. "gulp-rename": "^1.4.0",
  20. "gulp-sass": "^4.1.0"
  21. },
  22. "browserslist": [
  23. "last 1 version",
  24. "> 1%",
  25. "maintained node versions",
  26. "not dead"
  27. ]
  28. }