forked from sawhney17/logseq-calendars-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 907 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
{
"name": "logseq-calendars-plugin",
"version": "2.2.5",
"description": "Import GCal, iCloud,and Outlook calendars to your logseq daily note",
"main": "dist/index.html",
"targets": {
"main": false
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build --no-source-maps index.html --public-url ./"
},
"keywords": [],
"author": "Aryan Sawhney",
"type": "commonjs",
"license": "ISC",
"dependencies": {
"@logseq/libs": "0.0.6",
"axios": "^0.25.0",
"logseq-dateutils": "latest",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"node-ical": "^0.14.1",
"re2": "^1.17.7",
"tailwind": "^4.0.0",
"url-regex-safe": "^3.0.0"
},
"logseq": {
"id": "logseq-calendars-plugin",
"title": "logseq-calendars-plugin",
"icon": "./icon.png"
},
"devDependencies": {
"parcel": "^2.0.0"
}
}