-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
83 lines (83 loc) · 2.68 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": "@glpi/glpi",
"version": "",
"private": true,
"description": "GLPI dependencies",
"license": "GPL-2.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/list": "^4.4.0",
"@fullcalendar/rrule": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@toast-ui/editor": "^3.2.2",
"chartist": "^0.11.4",
"chartist-plugin-legend": "^0.6.2",
"chartist-plugin-pointlabels": "^0.0.6",
"chartist-plugin-tooltips-updated": "^0.1.2",
"codemirror": "^5.65.9",
"cytoscape": "^3.13.0",
"cytoscape-canvas": "^3.0.1",
"cytoscape-context-menus": "^4.0.0",
"cytoscape-dagre": "^2.2.1",
"cytoscape-grid-guide": "^2.3.0",
"diff-match-patch": "^1.0.4",
"file-type": "^17.1.6",
"fittext.js": "^1.2.0",
"flatpickr": "^4.6.3",
"fomantic-ui": "^2.9.3",
"fuzzy": "^0.1.3",
"gettext.js": "^1.2.0",
"gridstack": "^0.6.0",
"html5sortable": "^0.9.18",
"jquery": "^3.4.1",
"jquery-migrate": "^3.1.0",
"jquery-mousewheel": "^3.1.13",
"jquery-prettytextdiff": "^1.0.4",
"jquery-ui": "^1.13.2",
"jquery-ui-dist": "^1.13.2",
"jquery.autogrow-textarea": "^0.4.1",
"jquery.rateit": "^1.1.3",
"jstree": "^3.3.8",
"leaflet": "^1.6.0",
"leaflet-fullscreen": "^1.0.2",
"leaflet-spin": "^1.1.0",
"leaflet.awesome-markers": "^2.0.5",
"leaflet.markercluster": "^1.4.1",
"lodash": "^4.17.21",
"photoswipe": "^4.1.3",
"prismjs": "^1.29.0",
"qtip2": "^3.0.3",
"rrule": "^2.6.3",
"select2": "^4.0.13",
"spin.js": "^4.1.0",
"tinymce": "^5.10.6",
"tinymce-i18n": "^22.10.18",
"unorm": "^1.6.0"
},
"scripts": {
"build": "webpack --config webpack.config.js"
},
"devDependencies": {
"assert": "^2.0.0",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint": "^7.32.0",
"glob": "^8.0.3",
"mini-css-extract-plugin": "^2.6.1",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"script-loader": "^0.7.2",
"stream-browserify": "^3.0.0",
"strip-sourcemap-loader": "^0.0.1",
"terser": "^5.15.1",
"tty-browserify": "^0.0.1",
"util": "^0.12.5",
"webpack": "^5.62.2",
"webpack-cli": "^4.10.0"
}
}