generated from pengx17/logseq-plugin-template-react
-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
49 lines (49 loc) · 1.44 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
49
{
"name": "logseq-banners-plugin",
"description": "Enliven your notes with custom Notion style banners and icons!",
"version": "3.4.11",
"author": "yoyurec <yoyurec@gmail.com>",
"main": "dist/index.html",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"test": "node --loader tsx --no-warnings --test ./tests/*.test.ts",
"build": "tsc && vite build --mode=dev",
"prod": "tsc && npm run test && vite build"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"license": "MIT",
"dependencies": {
"@logseq/libs": "0.0.14"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.34.0",
"eslint-plugin-import": "^2.27.5",
"global-jsdom": "^8.7.0",
"ignore-styles": "^5.0.1",
"jsdom": "^21.1.0",
"semantic-release": "^20.1.0",
"tsx": "^3.12.3",
"typescript": "^4.9.5",
"vite": "4.1.4",
"vite-plugin-logseq": "^1.1.2"
},
"logseq": {
"id": "logseq-banners-plugin",
"title": "Banners",
"icon": "./logo.png"
},
"repository": "https://github.com/yoyurec/logseq-banners-plugin.git"
}