generated from pengx17/logseq-plugin-template-react
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "logseq-plugin-tabs",
"version": "1.19.4",
"schemaVersion": "1.0.0",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
"build": "vite build",
"preinstall": "npx only-allow pnpm"
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.15",
"fast-deep-equal": "^3.1.3",
"immer": "^9.0.16",
"react": "^18.2.0",
"react-dom": "^18.2.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/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vitejs/plugin-react": "^2.2.0",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "^8.26.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"semantic-release": "^19.0.5",
"typescript": "4.8.4",
"vite": "3.2.2",
"vite-plugin-logseq": "^1.1.2",
"vite-plugin-windicss": "1.8.8",
"windicss": "3.5.6"
},
"logseq": {
"id": "_pengx17-logseq-tabs"
}
}