forked from Leantime/leantime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.95 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
{
"name": "leantime",
"version": "2.4.8",
"description": "Open source innovation management system",
"dependencies": {
"@assuradeurengilde/fontawesome-iconpicker": "^3.2.3",
"@fortawesome/fontawesome-free": "^6.5.0",
"@popperjs/core": "^2.11.8",
"chart.js": "^3.6.0",
"chartjs-adapter-moment": "^1.0.1",
"chosen-js": "^1.8.7",
"composer": "^4.1.0",
"croppie": "^2.6.5",
"datatables.net": "^1.13.8",
"datatables.net-buttons": "^2.4.2",
"datatables.net-rowgroup": "^1.4.1",
"datatables.net-rowreorder": "^1.4.1",
"fullcalendar": "^6.1.10",
"htmx.org": "^1.9.9",
"imagesloaded": "^5.0.0",
"isotope-layout": "^3.0.6",
"jquery": "3.7.1",
"jquery-dateformat": "^1.0.4",
"jquery-migrate": "^3.4.1",
"jquery-ui-dist": "1.13.2",
"jquery-ui-touch-punch": "^0.2.3",
"js-cookie": "^3.0.5",
"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",
"tailwind": "^4.0.0",
"tether-shepherd": "^1.8.1",
"tinymce": "5.10.9",
"tinymce-mention": "^4.0.2",
"tippy.js": "^6.3.7",
"uppy": "^3.20.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"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.1.2",
"tailwindcss": "^3.3.3",
"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"
}