forked from glpi-project/glpi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.35 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
{
"name": "@glpi/glpi",
"version": "",
"private": true,
"description": "GLPI dependencies",
"license": "GPL-2.0",
"dependencies": {
"@coreui/coreui": "^2.1.6",
"@fortawesome/fontawesome-free": "^5.10.2",
"@fullcalendar/core": "^4.3.1",
"bootstrap": "^4.2.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/interaction": "^4.3.0",
"@fullcalendar/list": "^4.3.0",
"@fullcalendar/timegrid": "^4.3.0",
"chartist": "^0.10.1",
"chartist-plugin-legend": "^0.6.2",
"chartist-plugin-tooltips": "^0.0.17",
"codemirror": "^5.48.4",
"diff-match-patch": "^1.0.4",
"fuzzy": "^0.1.3",
"gridstack": "^0.4.0",
"jquery": "^3.3.1",
"jquery-migrate": "^3.0.1",
"jquery-mousewheel": "^3.1.13",
"jquery-prettytextdiff": "^1.0.4",
"jquery-ui": "^1.12.1",
"jquery-ui-dist": "^1.12.1",
"jquery-ui-timepicker-addon": "^1.6.3",
"jquery.autogrow-textarea": "^0.4.1",
"jquery.rateit": "^1.1.2",
"jstree": "^3.3.8",
"leaflet": "^1.5.1",
"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",
"perfect-scrollbar": "^1.4.0",
"prismjs": "^1.17.1",
"popper.js": "^1.14.6",
"qtip2": "^3.0.3",
"select2": "^4.0.10",
"select2-theme-bootstrap4": "^0.2.0-beta.3",
"spectrum-colorpicker": "^1.8.0",
"spin.js": "^2.3.2",
"tinymce": "^4.9.6",
"tinymce-i18n": "^19.5.15",
"unorm": "^1.6.0"
},
"scripts": {
"build": "webpack --config webpack.config.js --mode=production",
"build-dev": "webpack --config webpack.config.js --mode=development"
},
"devDependencies": {
"acorn": "^7.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"eslint": "^6.3.0",
"file-loader": "^4.2.0",
"glob": "^7.1.4",
"mini-css-extract-plugin": "^0.8.0",
"script-loader": "^0.7.2",
"stylelint": "^9.10.1",
"stylelint-config-recommended": "^2.1.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8",
"url-loader": "^1.1.2"
}
}