aboutsummaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/extension/package.json b/extension/package.json
index 05d7c72..87fcdcb 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -9,6 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
+ "colorthief": "^2.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
@@ -21,6 +22,7 @@
"@vitejs/plugin-react": "^4.3.1",
"globals": "^15.9.0",
"typescript": "^5.5.3",
- "vite": "^5.4.1"
+ "vite": "^5.4.1",
+ "vite-plugin-svgr": "^4.3.0"
}
}