Script sync-campus: importa le guide del corso in campus-content/

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-25 15:30:59 +02:00
parent a7d918d241
commit 7baebebc09
220 changed files with 27569 additions and 1 deletions
+14
View File
@@ -27,6 +27,7 @@
"@types/better-sqlite3": "^7.6.13",
"@types/nodemailer": "^8.0.1",
"@types/sanitize-html": "^2.16.1",
"marked": "^18.0.7",
"typescript": "^6.0.3",
"vitest": "^4.1.9"
}
@@ -4473,6 +4474,19 @@
"source-map-js": "^1.2.1"
}
},
"node_modules/marked": {
"version": "18.0.7",
"resolved": "https://registry.npmjs.org/marked/-/marked-18.0.7.tgz",
"integrity": "sha512-iDVQ5ldaiKXn6b2JroX5kgRfmwgqolW7NpaEzTl1k/2Zh1njIEN9yniyLV/mOvWwtsE8OGgkjsCYvijuPk1dtA==",
"dev": true,
"license": "MIT",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 20"
}
},
"node_modules/mdast-util-to-hast": {
"version": "13.2.1",
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",