forked from neuronetio/gantt-schedule-timeline-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 1.99 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "gantt-schedule-timeline-calendar",
"version": "3.2.10",
"description": "Gantt, Schedule, Timeline, Calendar components all in one.",
"main": "dist/gstc.umd.min.js",
"module": "gstc.esm.js",
"types": "dist/gstc.d.ts",
"scripts": {
"examples": "node ./examples/server.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neuronetio/gantt-schedule-timeline-calendar.git"
},
"author": "NEURONET - Rafal Pospiech <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/neuronetio/gantt-schedule-timeline-calendar/issues"
},
"homepage": "https://gantt-schedule-timeline-calendar.neuronet.io/",
"keywords": [
"gantt",
"schedule",
"scheduler",
"timeline",
"calendar",
"booking",
"js gantt",
"js schedule",
"js timeline",
"js calendar",
"js booking",
"gantt chart",
"javascript gantt",
"javascript gantt chart",
"javascript scheduler",
"javascript timeline",
"javascript calendar",
"javascript booking",
"jQuery gantt",
"jQuery scheduler",
"jQuery timeline",
"jQuery calendar",
"angular gantt",
"angular scheduler",
"angular timeline",
"angular calendar",
"vue gantt",
"vue scheduler",
"vue timeline",
"vue calendar",
"react gantt",
"react scheduler",
"react timeline",
"react calendar",
"svelte gantt",
"svelte scheduler",
"svelte timeline",
"svelte calendar",
"gantt component",
"scheduler component",
"timeline component",
"calendar component",
"project",
"project manger",
"task"
],
"devDependencies": {
"jest": "^26.4.2",
"jest-puppeteer": "^4.4.0",
"polonez": "^1.1.1",
"puppeteer": "^5.2.1",
"serve-static": "^1.14.1",
"tippy.js": "^6.2.6"
},
"dependencies": {
"@neuronet.io/vido": "^3.2.0",
"csstype": "^3.0.3",
"dayjs": "^1.8.35",
"deep-state-observer": "^3.20.1"
}
}