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": {
|
2024-10-02 18:18:54 +02:00
|
|
|
"prebuild": "npx @11ty/eleventy --formats=logo.svg",
|
2024-10-02 18:26:24 +02:00
|
|
|
"build": "npx @11ty/eleventy --formats=md,njk",
|
2024-10-02 18:18:54 +02:00
|
|
|
"prestart": "npx @11ty/eleventy --formats=logo.svg",
|
2024-10-02 18:26:24 +02:00
|
|
|
"start": "npx @11ty/eleventy --serve --formats=md,njk"
|
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",
|
2024-10-02 18:18:54 +02:00
|
|
|
"eleventy-plugin-gen-favicons": "^1.1.3",
|
2024-09-26 15:39:47 +02:00
|
|
|
"eleventy-plugin-icons": "^4.5.1",
|
2024-10-04 20:31:14 +02:00
|
|
|
"ical-generator": "^8.0.0",
|
2024-09-26 17:47:50 +02:00
|
|
|
"js-yaml": "^4.1.0",
|
2024-09-27 16:32:04 +02:00
|
|
|
"markdown-it": "^14.1.0",
|
2024-09-26 17:47:50 +02:00
|
|
|
"svg-text-to-path": "^2.0.3"
|
2024-09-12 13:41:52 +02:00
|
|
|
}
|
|
|
|
}
|