Aggiunta pacchetti npm/yarn.

This commit is contained in:
Emiliano Vavassori 2025-05-08 23:12:39 +02:00
parent b1d13608c3
commit 8a83bee803
2 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,4 +1,3 @@
slides.html
slides.pdf
node_modules
package.json

7
package.json Normal file
View file

@ -0,0 +1,7 @@
{
"dependencies": {
"@kazumatu981/markdown-it-fontawesome": "^1.0.4",
"@marp-team/marp-core": "^4.0.1",
"@marp-team/marpit": "^3.1.2"
}
}