-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
{
"name": "logseq-awesome-links",
"description": "Favicons for external links, page icons for internal",
"version": "1.15.16",
"author": "yoyurec <yoyurec@gmail.com>",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preinstall": "npx only-allow pnpm",
"semantic-release": "semantic-release"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@logseq/libs": "^0.0.14",
"color2k": "^2.0.2",
"fastdom": "^1.0.11"
},
"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.54.1",
"@typescript-eslint/parser": "^5.54.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.35.0",
"semantic-release": "^20.1.1",
"typescript": "^4.9.5",
"vite": "4.1.4"
},
"license": "MIT",
"logseq": {
"title": "Awesome Links",
"icon": "./icon.png",
"id": "logseq-awesome-links"
},
"repository": "https://github.com/yoyurec/logseq-awesome-links.git",
"effect": true,
"sponsors": [
"https://www.buymeacoffee.com/yoyurec"
]
}