The source for the site at www.nthall.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.3 KiB

5 years ago
3 years ago
5 years ago
5 years ago
3 years ago
5 years ago
  1. {
  2. "name": "eleventy-base-blog",
  3. "version": "5.0.2",
  4. "description": "A starter repository for a blog web site using the Eleventy static site generator.",
  5. "scripts": {
  6. "build": "eleventy",
  7. "watch": "eleventy --watch",
  8. "serve": "eleventy --serve",
  9. "debug": "DEBUG=* eleventy"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/11ty/eleventy-base-blog.git"
  14. },
  15. "author": {
  16. "name": "Zach Leatherman",
  17. "email": "zachleatherman@gmail.com",
  18. "url": "https://zachleat.com/"
  19. },
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/11ty/eleventy-base-blog/issues"
  23. },
  24. "homepage": "https://github.com/11ty/eleventy-base-blog#readme",
  25. "devDependencies": {
  26. "@11ty/eleventy": "^0.11.0",
  27. "@11ty/eleventy-navigation": "^0.1.3",
  28. "@11ty/eleventy-plugin-rss": "^1.0.7",
  29. "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
  30. "luxon": "^1.21.3",
  31. "markdown-it": "^8.4.2",
  32. "markdown-it-anchor": "^5.2.5"
  33. },
  34. "dependencies": {
  35. "child_process": "^1.0.2",
  36. "concurrent-transform": "^1.0.0",
  37. "gulp": "^4.0.2",
  38. "gulp-changed": "^4.0.2",
  39. "gulp-image-resize": "^0.13.1",
  40. "gulp-rename": "^2.0.0",
  41. "gulp-sass": "^4.1.0",
  42. "markdown-it-footnote": "^3.0.2",
  43. "node-path": "0.0.3",
  44. "node-sass": "^4.14.1"
  45. }
  46. }