mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
25 lines
773 B
JSON
25 lines
773 B
JSON
{
|
|
"name": "angestoepselt-site",
|
|
"version": "0.1.0",
|
|
"description": "Angestöpselt Homepage",
|
|
"scripts": {
|
|
"build:site": "eleventy",
|
|
"build:styles": "sass styles/main.scss:_site/assets/css/main.css",
|
|
"build": "npm run build:site && npm run build:styles",
|
|
"dev:site": "eleventy --serve",
|
|
"dev:styles": "npm run build:styles -- --watch"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^0.12.1",
|
|
"@11ty/eleventy-img": "^0.9.0",
|
|
"@11ty/eleventy-navigation": "^0.1.6",
|
|
"@11ty/eleventy-plugin-rss": "^1.1.1",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.0",
|
|
"luxon": "^1.26.0",
|
|
"markdown-it": "^12.0.4",
|
|
"markdown-it-anchor": "^7.1.0",
|
|
"markdown-it-attrs": "^4.0.0",
|
|
"sass": "^1.35.1"
|
|
}
|
|
}
|