-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 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
{
"name": "logseq-awesome-props",
"description": "Restyled and iconized properties for Logseq ala Notion/Tana",
"version": "1.10.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.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.54.0",
"@typescript-eslint/parser": "^5.54.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.35.0",
"eslint-plugin-import": "^2.27.5",
"semantic-release": "^20.1.1",
"typescript": "^4.9.5",
"vite": "4.1.4"
},
"license": "MIT",
"logseq": {
"title": "Awesome Props",
"icon": "./icon.png",
"id": "logseq-awesome-props"
},
"repository": "https://github.com/yoyurec/logseq-awesome-props.git",
"effect": true,
"sponsors": [
"https://www.buymeacoffee.com/yoyurec"
]
}