-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 899 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "logseq-url-plus",
"version": "0.1.4",
"description": "A Logseq plugin that takes the last token of an editing block, be it a word or URL, and augments the block with related metadata from the internet.",
"author": "https://github.com/rlhk",
"main": "./dist/index.html",
"license": "MIT",
"logseq": {
"id": "logseq-url-plus",
"title": "URL+",
"main": "dist/index.html",
"icon": "dist/icon.png",
"favicon": "dist/favicon.ico"
},
"scripts": {
"tasks": "echo 'Please use babashka tasks defined in bb.edn. (https://babashka.org)'"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"shadow-cljs": "2.26.2"
},
"dependencies": {
"@logseq/libs": "0.0.15",
"daisyui": "^4.4.23",
"help": "^3.0.2",
"link-preview-js": "^3.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.0"
}
}