feat(share) : viewer Word (docx-preview) et tableurs (SheetJS) + sanitisation DOMPurify

This commit is contained in:
Matthieu
2026-06-12 15:04:44 +02:00
parent 4ffa19e53f
commit 0f1eeeba1c
5 changed files with 328 additions and 49 deletions
+4 -2
View File
@@ -19,7 +19,8 @@
"@tailwindcss/typography": "^0.5.19",
"@vuepic/vue-datepicker": "^12.1.0",
"chart.js": "^4.5.1",
"dompurify": "^3.4.5",
"docx-preview": "^0.3.7",
"dompurify": "^3.4.9",
"marked": "^18.0.0",
"nuxt": "^4.3.1",
"nuxt-toast": "^1.4.0",
@@ -27,7 +28,8 @@
"vue": "^3.5.29",
"vue-advanced-cropper": "^2.8.9",
"vue-chartjs": "^5.3.3",
"vue-router": "^4.6.4"
"vue-router": "^4.6.4",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"@types/dompurify": "^3.0.5"