package.json 701 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "px-html",
  3. "version": "1.0.0",
  4. "description": "",
  5. "scripts": {
  6. "start": "gulp dev",
  7. "build": "gulp build",
  8. "build-relative-path": "gulp build --relativePath",
  9. "deploy-init": "gulp deploy-init",
  10. "deploy": "gulp deploy"
  11. },
  12. "keywords": [],
  13. "dependencies": {},
  14. "devDependencies": {
  15. "browser-sync": "^2.27.10",
  16. "yargs": "^17.5.1",
  17. "gulp": "^4.0.2",
  18. "gulp-autoprefixer": "^7.0.1",
  19. "gulp-file-include": "./src/dev/gulp-file-include",
  20. "gulp-filter-each": "^1.0.1",
  21. "gulp-pretty-html": "^2.0.10",
  22. "gulp-sass": "^5.1.0",
  23. "gulp-shell": "^0.8.0",
  24. "gulp-postcss": "^9.0.1",
  25. "sass": "^1.52.0",
  26. "through2": "^4.0.2"
  27. }
  28. }