frontend: Add a cloud word for tags

This commit is contained in:
nemunaire 2024-03-14 20:35:59 +01:00
commit 76f830b332
3 changed files with 67 additions and 3 deletions

View file

@ -14,7 +14,8 @@
"bootswatch": "^5.1.3",
"hash-wasm": "^4.9.0",
"seedrandom": "^3.0.5",
"vite": "^5.0.0"
"vite": "^5.0.0",
"wordcloud": "^1.2.2"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.0",
@ -2857,6 +2858,11 @@
"node": ">= 8"
}
},
"node_modules/wordcloud": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/wordcloud/-/wordcloud-1.2.2.tgz",
"integrity": "sha512-fUnDsGrHXou+49j1OeKaC7nOeZPx+sWjIet0L/j6eAcm0nXy+a+AuUs/iDAX4PLBg1Zc6wgXWXhoXdQsXRWAEw=="
},
"node_modules/wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",