feat: add pdf generation

This commit is contained in:
Patryk Hegenberg 2025-11-08 12:07:29 +01:00
parent bb891aea0b
commit d4265cc046
7 changed files with 245 additions and 5 deletions

View file

@ -1,19 +1,21 @@
{
"type": "application",
"source-directories": ["src"],
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"elm/browser": "1.0.2",
"elm/bytes": "1.0.8",
"elm/core": "1.0.5",
"elm/file": "1.0.5",
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.3",
"elm/time": "1.0.0"
},
"indirect": {
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.3"
}