forked from Skillkiller/thm-planer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 926 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
{
"private": true,
"name": "@ics-tools/viewer",
"version": "0.0.1",
"license": "MIT",
"author": "Sebastian Espei <skillkiller@skillkiller.de>",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"clean": "rm -rf dist tsc"
},
"dependencies": {
"@fullcalendar/bootstrap5": "^6.1.5",
"@fullcalendar/core": "^6.1.5",
"@fullcalendar/daygrid": "^6.1.5",
"@fullcalendar/icalendar": "^6.1.5",
"@fullcalendar/interaction": "^6.1.5",
"@fullcalendar/list": "^6.1.5",
"@fullcalendar/multimonth": "^6.1.5",
"@fullcalendar/timegrid": "^6.1.5",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3"
},
"devDependencies": {
"css-loader": "^4.3.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.7",
"typescript": "^4.0.5",
"webpack": "^5.3.0",
"webpack-cli": "^4.1.0"
}
}