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-09-12 14:00:53 +02:00
|
|
|
"build": "npx @11ty/eleventy",
|
|
|
|
"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-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-icons": "^4.5.1"
|
2024-09-12 13:41:52 +02:00
|
|
|
}
|
|
|
|
}
|