generated from pengx17/logseq-plugin-template-react
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.37 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
{
"name": "logseq-readwise-official-plugin",
"author": "Readwise",
"description": "Official Readwise <-> Logseq integration.",
"version": "1.4.11",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
"build": "vite build",
"preinstall": "npx only-allow pnpm",
"format": "prettier --write **/*.{js,jsx,ts,tsx,vue}"
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.15",
"date-fns": "^2.28.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-use": "^17.4.0"
},
"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.25",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"@vitejs/plugin-react": "1.3.2",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "8.17.0",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "4.6.0",
"node-fetch": ">=3.2.10",
"semantic-release": "19.0.3",
"typescript": "4.7.3",
"vite": "4.4.4",
"vite-plugin-logseq": "1.1.2",
"vite-plugin-windicss": "1.9.0",
"windicss": "3.5.6"
},
"logseq": {
"id": "logseq-readwise-official-plugin",
"icon": "./icon.svg"
}
}