generated from siyuan-note/plugin-sample
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
56 lines (56 loc) · 1.55 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
{
"name": "siyuan-plugin-schedule-manager",
"version": "1.0.8",
"description": "This is a schedule manager plugin for Siyuan",
"main": ".src/index.js",
"scripts": {
"lint": "eslint . --fix --cache",
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"keywords": [],
"author": "RogerHuHu",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"@vicons/antd": "^0.12.0",
"@vicons/utils": "^0.1.4",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"esbuild-loader": "^3.0.1",
"eslint": "^8.42.0",
"mini-css-extract-plugin": "2.3.0",
"naive-ui": "^2.40.1",
"sass": "^1.62.1",
"sass-loader": "^12.6.0",
"siyuan": "0.8.5",
"ts-loader": "^9.5.0",
"tslib": "2.4.0",
"typescript": "^4.7.4",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.2",
"zip-webpack-plugin": "^4.0.1"
},
"dependencies": {
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.1.8",
"@fullcalendar/list": "^6.1.8",
"@fullcalendar/rrule": "^6.1.9",
"@fullcalendar/timegrid": "^6.1.8",
"@fullcalendar/vue3": "^6.1.8",
"buffer": "^6.0.3",
"date-fns": "^2.30.0",
"ical.js": "^2.1.0",
"js-calendar-converter": "^0.0.6",
"mitt": "^3.0.1",
"moment": "^2.29.4",
"stream": "^0.0.2",
"string_decoder": "^1.3.0",
"tsdav": "^2.1.2",
"url-loader": "^4.1.1",
"vue": "^3.3.4",
"vue-loader": "^17.2.2"
}
}