-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 868 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
{
"private": true,
"name": "fullcalendar-yearview",
"version": "4.3.0",
"title": "FullCalendar Year View Plugin",
"description": "Display events a full year view",
"docs": "TODO",
"browserGlobal": "FullCalendarYearView",
"dependencies": {
"moment": "^2.24.0",
"@fullcalendar/core": "4.3.1"
},
"devDependencies": {
"@fullcalendar/daygrid": "4.3.0",
"@fullcalendar/interaction": "^4.3.0",
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^3.4.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass-loader": "^8.0.2",
"tslib": "^1.10.0",
"typescript": "^3.7.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-node-externals": "^1.7.2"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
}
}