package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "node-summarizer": "^1.0.7"
  23. },
  24. "homepage": "https://leakypixel.net/",
  25. "devDependencies": {
  26. "careless-fs": "^1.0.0",
  27. "grapefruit": "github:leakypixel/grapefruit",
  28. "handlebars": "^4.5.3",
  29. "html-minifier": "^3.5.21",
  30. "hubdown": "github:leakypixel/hubdown",
  31. "imagemin": "^7.0.0",
  32. "imagemin-jpegtran": "^6.0.0",
  33. "imagemin-pngquant": "^8.0.0",
  34. "imagemin-svgo": "^7.0.0",
  35. "recursive-readdir": "^2.2.2",
  36. "rimraf": "^3.0.0",
  37. "simple-git": "^1.126.0",
  38. "uglify-js": "^3.6.9"
  39. }
  40. }