19 lines
479 B
JSON
19 lines
479 B
JSON
{
|
|
"name": "ese-website",
|
|
"version": "2.0.0",
|
|
"description": "This is the WIP rewrite of the ESE website.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npx @11ty/eleventy",
|
|
"start": "npx @11ty/eleventy --serve"
|
|
},
|
|
"author": "FSR Informatik TU Dresden",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.1",
|
|
"@11ty/eleventy-navigation": "^0.3.5",
|
|
"@11ty/eleventy-plugin-bundle": "^1.0.5",
|
|
"@fontsource/aileron": "^5.1.0"
|
|
}
|
|
}
|