-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.39 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
{
"name": "logseq13-missing-commands",
"version": "1.8.3",
"description": "Sort blocks, TAB-trigger on search, split by sentences, parse text structure, blocks navigation, etc.",
"author": "stdword",
"repository": "https://github.com/stdword/logseq13-missing-commands.git",
"license": "MIT",
"logseq": {
"id": "logseq13-missing-commands",
"title": "Missing Commands & Views",
"icon": "./icon.png",
"main": "./dist/index.html"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"clean": "rm -r ./dist/* || true",
"dev": "vite",
"build": "tsc && vite build --mode=dev",
"prod": "tsc && pnpm run clean && vite build"
},
"dependencies": {
"@logseq/libs": "^0.0.15",
"markdown-it": "^14.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.10.4",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cz-conventional-changelog": "^3.3.0",
"semantic-release": "^22.0.10",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vite-plugin-logseq": "^1.1.2"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}