forked from glpi-project/glpi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.32 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
{
"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",
"chartist": "^0.11.4",
"chartist-plugin-legend": "^0.6.2",
"chartist-plugin-tooltips-updated": "^0.1.2",
"codemirror": "^5.51.0",
"cytoscape": "^3.13.0",
"cytoscape-canvas": "^3.0.1",
"cytoscape-context-menus": "^3.0.7",
"cytoscape-dagre": "^2.2.1",
"cytoscape-grid-guide": "^2.3.0",
"diff-match-patch": "^1.0.4",
"file-type": "^14.1.3",
"fittext.js": "^1.2.0",
"flatpickr": "^4.6.3",
"fuzzy": "^0.1.3",
"gettext.js": "^1.0.0",
"gridstack": "^0.6.0",
"jquery": "^3.4.1",
"jquery-migrate": "^3.1.0",
"jquery-mousewheel": "^3.1.13",
"jquery-prettytextdiff": "^1.0.4",
"jquery-ui": "^1.11.4",
"jquery-ui-dist": "^1.11.4",
"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.15",
"photoswipe": "^4.1.3",
"prismjs": "^1.19.0",
"qtip2": "^3.0.3",
"rrule": "^2.6.3",
"select2": "^4.0.13",
"spin.js": "^4.1.0",
"tinymce": "^4.9.8",
"tinymce-i18n": "^20.4.4",
"unorm": "^1.6.0"
},
"scripts": {
"build": "webpack --config webpack.config.js"
},
"devDependencies": {
"acorn": "^7.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.1",
"css-loader": "^3.4.2",
"eslint": "^7.1.0",
"file-loader": "^6.0.0",
"glob": "^7.1.6",
"mini-css-extract-plugin": "^0.9.0",
"script-loader": "^0.7.2",
"terser": "^4.7.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}