feat: base html sheet

This commit is contained in:
Matthieu CAILLEAUX
2022-04-26 21:11:35 +02:00
parent 986d50a5eb
commit b16967c351
16 changed files with 309 additions and 45 deletions

View File

@@ -14,7 +14,8 @@
"typescript": "4.5.4",
"ts-loader": "9.2.6",
"webpack": "5.65.0",
"webpack-cli": "4.9.1"
"webpack-cli": "4.9.1",
"@types/file-saver": "2.0.5"
},
"husky": {
"hooks": {
@@ -22,6 +23,7 @@
}
},
"dependencies": {
"jspdf": "2.4.0"
"jspdf": "2.4.0",
"file-saver": "2.0.5"
}
}