UNPKG

1.38 kBJSONView Raw
1{
2 "name": "@fullcalendar/timegrid",
3 "version": "6.1.1",
4 "title": "FullCalendar Time Grid Plugin",
5 "description": "Display events on time slots",
6 "keywords": [
7 "calendar",
8 "event",
9 "full-sized",
10 "fullcalendar",
11 "time",
12 "slots"
13 ],
14 "homepage": "https://fullcalendar.io/docs/timegrid-view",
15 "dependencies": {
16 "@fullcalendar/daygrid": "~6.1.1"
17 },
18 "peerDependencies": {
19 "@fullcalendar/core": "~6.1.1"
20 },
21 "type": "module",
22 "bugs": "https://fullcalendar.io/reporting-bugs",
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/fullcalendar/fullcalendar.git",
26 "directory": "packages/timegrid"
27 },
28 "license": "MIT",
29 "author": {
30 "name": "Adam Shaw",
31 "email": "arshaw@arshaw.com",
32 "url": "http://arshaw.com/"
33 },
34 "copyright": "2023 Adam Shaw",
35 "types": "./index.d.ts",
36 "main": "./index.cjs",
37 "module": "./index.js",
38 "unpkg": "./index.global.min.js",
39 "jsdelivr": "./index.global.min.js",
40 "exports": {
41 "./package.json": "./package.json",
42 "./index.cjs": "./index.cjs",
43 ".": {
44 "types": "./index.d.ts",
45 "require": "./index.cjs",
46 "import": "./index.js"
47 },
48 "./internal.cjs": "./internal.cjs",
49 "./internal": {
50 "types": "./internal.d.ts",
51 "require": "./internal.cjs",
52 "import": "./internal.js"
53 }
54 },
55 "sideEffects": false
56}
\No newline at end of file