aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-11-05 22:22:37 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-11-05 22:22:37 +0200
commit121becd9cf52c735e2d33032873fca8fc6e3db54 (patch)
treeafcbd0697808faf66d7cb84f2852d979b5da8550 /package.json
parent7c9ade2c19b5b65721918dd291de54bcd4dc805b (diff)
downloadollama-logseq-121becd9cf52c735e2d33032873fca8fc6e3db54.tar.xz
ollama-logseq-121becd9cf52c735e2d33032873fca8fc6e3db54.zip
Added all the main features of the plugin and also added setting and made the plugin respect themeing
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json
index 89a312b..a7a7214 100644
--- a/package.json
+++ b/package.json
@@ -10,9 +10,16 @@
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.14",
+ "@radix-ui/react-dialog": "^1.0.5",
+ "class-variance-authority": "^0.7.0",
+ "clsx": "^2.0.0",
+ "cmdk": "^0.2.0",
+ "lucide-react": "^0.292.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
- "react-widgets": "^5.8.4"
+ "react-widgets": "^5.8.4",
+ "tailwind-merge": "^2.0.0",
+ "tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",