diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-02-01 17:36:16 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-02-28 12:27:41 +0100 |
| commit | 30ee34d3ea5fc6cb25a96c5e30cdb952253ec697 (patch) | |
| tree | af5e655cc967dc33ac39eb266ea48e377d8e1ead /client/simple/package.json | |
| parent | a207f5d0353d61e43d3140db1243ce003cd0c46b (diff) | |
[web-client] simple theme: vite plugins plg_svg2png & plg_svg2svg
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'client/simple/package.json')
| -rw-r--r-- | client/simple/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/simple/package.json b/client/simple/package.json index 5c3669498..77660cd0d 100644 --- a/client/simple/package.json +++ b/client/simple/package.json @@ -17,11 +17,13 @@ "less": "^4.2.2", "less-loader": "^12.2.0", "normalize.css": "^8.0.1", + "sharp": "^0.33.5", "style-loader": "^4.0.0", "stylelint": "^16.14.1", "stylelint-config-standard": "^37.0.0", "stylelint-config-standard-less": "^3.0.1", "stylelint-prettier": "^5.0.3", + "svgo": "^3.3.2", "vite": "^6.0.7", "vite-plugin-static-copy": "^2.2.0", "vite-plugin-stylelint": "^6.0.0", |