forked from Leantime/leantime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.66 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
{
"name": "leantime",
"version": "2.3.23",
"description": "Open source innovation management system",
"main": "gruntfile.js",
"dependencies": {
"@assuradeurengilde/fontawesome-iconpicker": "^3.2.3",
"@fortawesome/fontawesome-free": "^6.2.0",
"@popperjs/core": "^2.11.6",
"chart.js": "^3.8.0",
"chartjs-adapter-moment": "^1.0.0",
"chosen-js": "^1.8.7",
"composer": "^4.1.0",
"croppie": "^2.6.5",
"datatables.net": "^1.12.1",
"datatables.net-buttons": "^1.7.1",
"datatables.net-rowgroup": "^1.2.0",
"datatables.net-rowreorder": "^1.2.8",
"fullcalendar": "^6.1.4",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"jquery": "3.6.1",
"jquery-migrate": "^1.4.1",
"jquery-ui-dist": "1.13.2",
"jquery-ui-touch-punch": "^0.2.3",
"js-cookie": "^3.0.1",
"jstree": "^3.3.12",
"leader-line": "^1.0.7",
"masonry-layout": "^4.2.2",
"moment": "^2.29.4",
"packery": "^2.1.2",
"tether-shepherd": "^1.8.1",
"tinymce": "^5.10.7",
"tinymce-mention": "^4.0.2",
"tippy.js": "^6.3.7",
"uppy": "^2.13.3"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-less": "^2.1.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-exec": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Leantime/leantime"
},
"keywords": [
"Project",
"Management",
"Agile",
"Sprint",
"Lean"
],
"author": "Marcel Folaron",
"license": "GPL-2.0",
"homepage": "https://github.com/Leantime/leantime/blob/master/README.md"
}