itsonus-blog/package.json

25 lines
839 B
JSON
Raw Normal View History

2022-10-14 15:14:38 +00:00
{
"name": "itsonus-blog",
"version": "1.0.0",
"description": "Blog IT's on us",
"scripts": {
"build": "npx @11ty/eleventy",
"build-ghpages": "npx @11ty/eleventy --pathprefix=/itsonus-blog/",
"bench": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"watch": "npx @11ty/eleventy --watch",
"serve": "npx @11ty/eleventy --serve",
"start": "npx @11ty/eleventy --serve --quiet",
"start-ghpages": "npx @11ty/eleventy --serve --quiet --pathprefix=/itsonus-blog/",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy"
},
"dependencies": {
"@11ty/eleventy": "^2.0.0-canary.15",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"luxon": "^3.0.1",
"markdown-it-anchor": "^8.6.4",
"rosetta": "^1.1.0"
}
}