generated from pengx17/logseq-plugin-template-react
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 941 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
{
"name": "logseq-plugin-bullet-threading",
"version": "1.1.4",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preinstall": "npx only-allow pnpm"
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "^0.0.15",
"semver": "7.5.1"
},
"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.29",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"conventional-changelog-conventionalcommits": "4.6.3",
"eslint": "8.14.0",
"semantic-release": "19.0.2",
"typescript": "4.6.3",
"vite": "2.9.6",
"vite-plugin-logseq": "^1.1.2"
},
"logseq": {
"id": "_pengx17-logseq-bullet-threading",
"icon": "./logo.png"
}
}