forked from Leantime/leantime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.6 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.6 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "leantime",
"version": "3.7.2",
"description": "Open source innovation management system",
"dependencies": {
"@assuradeurengilde/fontawesome-iconpicker": "^3.2.3",
"@fortawesome/fontawesome-free": "^6.5.2",
"@fullcalendar/google-calendar": "^6.1.13",
"@fullcalendar/icalendar": "^6.1.13",
"@fullcalendar/luxon3": "^6.1.11",
"@lottiefiles/dotlottie-wc": "^0.4.6",
"@lottiefiles/dotlottie-web": "^0.41.0",
"@lottiefiles/lottie-player": "^2.0.4",
"@popperjs/core": "^2.11.8",
"@sentry/browser": "^7.119.1",
"@sentry/webpack-plugin": "^2.16.1",
"@tiptap/core": "^2.11.5",
"@tiptap/extension-bubble-menu": "^2.11.5",
"@tiptap/extension-character-count": "^2.27.2",
"@tiptap/extension-code-block-lowlight": "^2.11.5",
"@tiptap/extension-color": "^2.27.2",
"@tiptap/extension-floating-menu": "^2.11.5",
"@tiptap/extension-font-family": "^2.27.2",
"@tiptap/extension-highlight": "^2.11.5",
"@tiptap/extension-image": "^2.11.5",
"@tiptap/extension-link": "^2.11.5",
"@tiptap/extension-mention": "^2.11.5",
"@tiptap/extension-placeholder": "^2.11.5",
"@tiptap/extension-subscript": "^2.27.2",
"@tiptap/extension-superscript": "^2.27.2",
"@tiptap/extension-table": "^2.11.5",
"@tiptap/extension-table-cell": "^2.11.5",
"@tiptap/extension-table-header": "^2.11.5",
"@tiptap/extension-table-row": "^2.11.5",
"@tiptap/extension-task-item": "^2.11.5",
"@tiptap/extension-task-list": "^2.11.5",
"@tiptap/extension-text-align": "^2.27.2",
"@tiptap/extension-text-style": "^2.27.2",
"@tiptap/extension-typography": "^2.11.5",
"@tiptap/extension-underline": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"@tiptap/suggestion": "^2.11.5",
"ajv": "^8.18.0",
"canvas-confetti": "^1.9.3",
"chart.js": "^3.6.0",
"chartjs-adapter-luxon": "^1.3.1",
"chosen-js": "^1.8.7",
"composer": "^4.1.0",
"croppie": "^2.6.5",
"datatables.net": "^1.13.11",
"datatables.net-buttons": "^2.4.2",
"datatables.net-rowgroup": "^1.4.1",
"datatables.net-rowreorder": "^1.4.1",
"fullcalendar": "^6.1.11",
"gridstack": "^12.1.1",
"htmx.org": "^1.9.12",
"ical.js": "^1.5.0",
"imagesloaded": "^5.0.0",
"isotope-layout": "^3.0.6",
"jquery": "3.7.1",
"jquery-is-in-viewport": "^1.0.5",
"jquery-ui-dist": "1.13.2",
"jquery-ui-touch-punch": "^0.2.3",
"jstree": "^3.3.16",
"katex": "^0.16.21",
"leader-line": "^1.0.7",
"lowlight": "^3.2.0",
"luxon": "^3.4.4",
"marked": "^15.0.8",
"masonry-layout": "^4.2.2",
"mermaid": "^11.12.3",
"moment": "^2.29.4",
"packery": "^2.1.2",
"shepherd.js": "^11.2.0",
"tippy.js": "^6.3.7",
"tiptap-extension-font-size": "^1.2.0",
"uppy": "^3.25.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"dotenv": "^16.4.5",
"eslint": "^8.50.0",
"eslint-plugin-vue": "^9.17.0",
"eslint-webpack-plugin": "^4.0.1",
"glob": "^10.5.0",
"laravel-mix": "^6.0.49",
"laravel-mix-eslint": "^0.2.0",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"mix-tailwindcss": "^1.3.0",
"selenium-standalone": "^9.3.3",
"tailwindcss": "^3.4.1",
"webpack": "^5.105.2",
"webpack-cli": "^5.1.4"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/Leantime/leantime"
},
"keywords": [
"Project",
"Management",
"Agile",
"Sprint",
"Lean"
],
"author": "Marcel Folaron",
"license": "AGPL-3.0",
"homepage": "https://github.com/Leantime/leantime/blob/master/README.md"
}