-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.35 KB
/
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
41
42
43
44
45
46
47
{
"name": "logseq-kindle-integration",
"version": "1.3.0",
"author": "nicodun",
"repo": "https://github.com/nicdun/logseq-kindle-import",
"description": "Integrate all your Kindle highlights as a page.",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.17",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "12.0.1",
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "4.3.3",
"autoprefixer": "10.4.20",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "8.57.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"postcss": "8.4.47",
"prettier": "3.3.3",
"semantic-release": "23.1.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-plugin-logseq": "1.1.2"
},
"logseq": {
"id": "logseq-kindle-import",
"title": "Kindle Highlights Import",
"icon": "./assets/kindle-logo.png"
}
}