generated from pengx17/logseq-plugin-template-react
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 1.44 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
48
49
{
"name": "logseq-citation-manager",
"version": "3.2.0",
"description": "A citation manager plugin for logseq, integrating Paperpile, Zotero and any Bibtex exportable citation manager",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preinstall": "npx only-allow pnpm"
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.14",
"@retorquere/bibtex-parser": "^6.3.3",
"axios": "^0.27.1",
"minisearch": "^4.0.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-input-switch": "^2.2.2",
"react-use": "^17.3.2",
"rn-segmented-control": "^1.1.2"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "9.0.1",
"@types/node": "17.0.23",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"@vitejs/plugin-react": "1.3.0",
"conventional-changelog-conventionalcommits": "4.6.3",
"eslint": "8.13.0",
"eslint-plugin-react": "7.29.4",
"node-fetch": "3.2.3",
"semantic-release": "19.0.2",
"typescript": "4.6.3",
"vite": "2.9.1",
"vite-plugin-logseq": "1.1.1",
"vite-plugin-windicss": "1.8.3",
"windicss": "3.5.1"
},
"logseq": {
"id": "logseq-citation-manager",
"icon": "./icon.png"
}
}