package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "leakypixel",
  3. "version": "0.0.1",
  4. "description": "Personal website",
  5. "scripts": {
  6. "watch": "node .npm-scripts/build-watcher.js",
  7. "build": "node .npm-scripts/build.js",
  8. "serve": "ecstatic output/"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/leakypixel/leakypixel.git"
  13. },
  14. "author": "Craig Fletcher <hi@leakypixel.net>",
  15. "license": "ISC",
  16. "bugs": {
  17. "url": "https://github.com/leakypixel/leakypixel/issues"
  18. },
  19. "dependencies": {
  20. "chokidar": "^3.3.1",
  21. "ecstatic": "^4.1.2"
  22. },
  23. "homepage": "https://leakypixel.net/",
  24. "devDependencies": {
  25. "careless-fs": "^1.0.0",
  26. "grapefruit": "github:leakypixel/grapefruit",
  27. "handlebars": "^4.5.3",
  28. "html-minifier": "^3.5.21",
  29. "hubdown": "github:leakypixel/hubdown",
  30. "imagemin": "^7.0.0",
  31. "imagemin-jpegtran": "^6.0.0",
  32. "imagemin-pngquant": "^8.0.0",
  33. "imagemin-svgo": "^7.0.0",
  34. "recursive-readdir": "^2.2.2",
  35. "rimraf": "^3.0.0",
  36. "simple-git": "^1.126.0",
  37. "uglify-js": "^3.6.9"
  38. }
  39. }