ese-website/package.json

27 lines
813 B
JSON
Raw Normal View History

2024-09-12 13:41:52 +02:00
{
"name": "ese-website",
"version": "2.0.0",
"description": "This is the WIP rewrite of the ESE website.",
"main": "index.js",
"scripts": {
"prebuild": "npx @11ty/eleventy --formats=logo.svg",
2024-09-12 14:00:53 +02:00
"build": "npx @11ty/eleventy",
"prestart": "npx @11ty/eleventy --formats=logo.svg",
2024-09-12 14:00:53 +02:00
"start": "npx @11ty/eleventy --serve"
2024-09-12 13:41:52 +02:00
},
"author": "FSR Informatik TU Dresden",
"license": "MIT",
"devDependencies": {
2024-09-13 17:18:41 +02:00
"@11ty/eleventy": "^2.0.1",
2024-10-01 14:42:16 +02:00
"@11ty/eleventy-img": "^4.0.2",
2024-09-15 13:18:05 +02:00
"@11ty/eleventy-navigation": "^0.3.5",
2024-09-24 17:54:42 +02:00
"@11ty/eleventy-plugin-bundle": "^1.0.5",
"@fortawesome/fontawesome-free": "^6.6.0",
"eleventy-plugin-gen-favicons": "^1.1.3",
2024-09-26 15:39:47 +02:00
"eleventy-plugin-icons": "^4.5.1",
"js-yaml": "^4.1.0",
2024-09-27 16:32:04 +02:00
"markdown-it": "^14.1.0",
"svg-text-to-path": "^2.0.3"
2024-09-12 13:41:52 +02:00
}
}