sat-sw-website/package.json

12 lines
248 B
JSON
Raw Normal View History

2023-12-08 11:37:31 +01:00
{
"name": "sat-sw-website-hugo",
"version": "1.0.0",
"description": "University of Stuttgart ABSAT SW Website",
"main": "index.html",
"author": "Robin Mueller",
"dependencies": {
2023-12-10 18:11:02 +01:00
"bootstrap": "^5",
"bootstrap-icons": "^1"
2023-12-08 11:37:31 +01:00
}
}