-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
68 lines (68 loc) · 1.92 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "logseq13-full-house-plugin",
"version": "4.3.5",
"description": "Templates you will really love ❤️",
"keywords": [
"templates",
"schemas",
"forms",
"fill-data",
"views",
"javascript",
"meta-data",
"meta-info",
"logic"
],
"author": "stdword",
"repository": "https://github.com/stdword/logseq13-full-house-plugin.git",
"license": "MIT",
"logseq": {
"id": "logseq13-full-house",
"title": "Full House Templates",
"icon": "./icon.png",
"main": "./dist/index.html"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"clean": "rm -r ./dist/* || true",
"docs": "docsify serve ./docs",
"dev": "vite",
"test": "jest",
"build": "tsc && vite build --mode=dev",
"prod": "tsc && pnpm run clean && vite build"
},
"dependencies": {
"@logseq/libs": "^0.0.17",
"dayjs": "^1.11.11",
"eta": "^3.4.0",
"fuzzysort": "^3.0.2",
"mldoc": "^1.5.8",
"neatjson": "^0.10.6",
"preact": "^10.22.1",
"sherlockjs": "^1.4.2"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/uuid": "^10.0.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cz-conventional-changelog": "^3.3.0",
"global-jsdom": "^24.0.0",
"jest": "^29.7.0",
"jsdom": "^24.1.0",
"semantic-release": "^24.0.0",
"ts-jest": "^29.1.5",
"typescript": "^5.5.3",
"uuid": "^10.0.0",
"vite": "^5.3.3",
"vite-plugin-logseq": "^1.1.2"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}