generated from pengx17/logseq-plugin-template-react
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
38 lines (38 loc) · 973 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
{
"name": "logseq-plugin-link-preview",
"version": "2.3.0",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.14",
"link-preview-js": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0",
"swr": "^1.3.0",
"use-is-typing": "^1.0.3",
"valtio": "^1.6.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/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "1.3.2",
"conventional-changelog-conventionalcommits": "5.0.0",
"semantic-release": "19.0.3",
"typescript": "4.7.4",
"vite": "2.9.9",
"vite-plugin-logseq": "1.1.2",
"windicss": "3.5.6"
},
"logseq": {
"id": "_pengx17-logseq-link-preview"
}
}