-
-
Notifications
You must be signed in to change notification settings - Fork 611
/
package.json
80 lines (80 loc) · 2.24 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
{
"name": "leantime",
"version": "3.3.3",
"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/lottie-player": "^2.0.4",
"@popperjs/core": "^2.11.8",
"@sentry/browser": "^7.119.1",
"@sentry/webpack-plugin": "^2.16.1",
"ajv": "^8.13.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": "^11.0.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",
"leader-line": "^1.0.7",
"luxon": "^3.4.4",
"masonry-layout": "^4.2.2",
"moment": "^2.29.4",
"packery": "^2.1.2",
"shepherd.js": "^11.2.0",
"tinymce": "5.10.9",
"tinymce-mention": "^4.0.2",
"tippy.js": "^6.3.7",
"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.3.6",
"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.88.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"
}