-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 999 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
32
33
34
35
36
37
38
39
40
{
"name": "logseq-calibre-annotation",
"version": "1.5.3",
"description": "View ebooks from Calibre and sync annotations",
"main": "dist/index.html",
"targets": {
"main": false
},
"scripts": {
"dev": "vite",
"build": "vite build"
},
"author": "duydl",
"dependencies": {
"@logseq/libs": "0.0.14",
"digest-fetch": "^3.1.1",
"driftless": "^2.0.3",
"fuse.js": "^6.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^8.0.3",
"@types/node": "^17.0.8",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"semantic-release": "19.0.2",
"typescript": "^4.4.4",
"vite": "^2.7.2"
},
"logseq": {
"id": "logseq-calibre-annotation",
"title": "calibreAnnotation",
"icon": "./icon.jpg"
}
}