-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
37 lines (37 loc) · 966 Bytes
/
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
{
"name": "logseq-plugin-block-calendar",
"version": "0.2.11",
"description": "A plugin to render a calendar in block, so you can put it onto right side bar.",
"main": "index.html",
"scripts": {
"dev": "vite dev",
"build": "mkdir -p dist && vite build && cp icon.png package.json LICENSE dist/",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.2",
"typescript": "^4.9.5",
"vite": "^3.2.10",
"vite-plugin-logseq": "^1.1.2"
},
"dependencies": {
"@logseq/libs": "^0.0.8",
"date-fns": "^2.30.0",
"date-fns-tz": "^1.3.8",
"dayjs": "^1.11.11",
"logseq-dateutils": "^0.0.26",
"logseq-l10n": "^0.2.0",
"uuid": "^8.3.2"
},
"logseq": {
"id": "logseq-plugin-block-calendar",
"title": "Block Calendar",
"icon": "./icon.png"
}
}