sofi-web/package.json
2025-04-26 13:43:16 +02:00

24 lines
658 B
JSON

{
"name": "sofi-web",
"type": "module",
"packageManager": "yarn@4.4.1",
"scripts": {
"start": "yarn run clean && yarn exec eleventy --serve",
"build": "yarn run clean && yarn exec eleventy",
"clean": "rm -rf www/"
},
"dependencies": {
"@11ty/eleventy": "^3.0.0"
},
"devDependencies": {
"@11ty/eleventy-img": "^6.0.2",
"@11ty/eleventy-plugin-rss": "^2.0.3",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@sindresorhus/slugify": "^2.2.1",
"luxon": "^3.6.1",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0"
}
}