-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "logseq-awesome-ui",
"description": "Reworked, simplified, fixed and pumped-up Logseq! Layout, components, etc...",
"version": "2.4.0",
"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.15"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.50.0",
"semantic-release": "^22.0.5",
"typescript": "^5.2.2",
"vite": "4.4.9"
},
"license": "MIT",
"logseq": {
"title": "Awesome UI",
"icon": "./icon.png",
"id": "logseq-awesome-ui"
},
"repository": "https://github.com/yoyurec/logseq-awesome-ui.git",
"effect": true,
"sponsors": [
"https://www.buymeacoffee.com/yoyurec"
]
}