package.json 526 B

1234567891011121314151617181920212223
  1. {
  2. "name": "blog",
  3. "version": "0.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "author": "",
  9. "license": "GPL-3.0-or-later",
  10. "description": "",
  11. "type": "module",
  12. "dependencies": {
  13. "@11ty/eleventy": "^3.0.0",
  14. "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
  15. "@retorquere/bibtex-parser": "^9.0.17",
  16. "@sindresorhus/slugify": "^2.2.1",
  17. "cheerio": "^1.0.0",
  18. "sharp": "^0.33.5",
  19. "svgo": "^3.3.2",
  20. "typescript": "^5.6.3"
  21. }
  22. }