-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 943 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 943 Bytes
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
{
"name": "berkeley-class-site",
"version": "1.0.0",
"description": "A template for Berkeley CS and Data Science Classes",
"homepage": "https://github.com/berkeley-cdss/berkeley-class-site#readme",
"bugs": {
"url": "https://github.com/berkeley-cdss/berkeley-class-site/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/berkeley-cdss/berkeley-class-site.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"postinstall": "cp -r ./node_modules/fullcalendar/ ./assets/vendor/fullcalendar/dist && cp -r ./node_modules/@fullcalendar/ ./assets/vendor/fullcalendar/packages"
},
"dependencies": {
"@fullcalendar/core": "^6.1.19",
"@fullcalendar/icalendar": "^6.1.19",
"@fullcalendar/timegrid": "^6.1.19",
"@fullcalendar/web-component": "^6.1.19",
"fullcalendar": "^6.1.19"
}
}