-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
package.json
124 lines (124 loc) · 4.52 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@glpi/glpi",
"version": "",
"private": true,
"description": "GLPI dependencies",
"license": "GPL-3.0-or-later",
"engines": {
"node": ">= 18.12",
"npm": ">= 8.19"
},
"dependencies": {
"@fontsource/inter": "^4.5.15",
"@fortawesome/fontawesome-free": "^6.6.0",
"@fullcalendar/bootstrap": "^4.4.2",
"@fullcalendar/core": "^4.4.2",
"@fullcalendar/daygrid": "^4.4.2",
"@fullcalendar/interaction": "^4.4.2",
"@fullcalendar/list": "^4.4.2",
"@fullcalendar/resource-common": "^4.4.2",
"@fullcalendar/resource-timeline": "^4.4.2",
"@fullcalendar/rrule": "^4.4.2",
"@fullcalendar/timegrid": "^4.4.2",
"@fullcalendar/timeline": "^4.4.3",
"@tabler/core": "^1.0.0-beta20",
"@tabler/icons-webfont": "^3.21.0",
"animate.css": "^4.1.1",
"bootstrap": "^5.3.2",
"cropperjs": "^2.0.0-rc.2",
"cytoscape": "^3.30.3",
"cytoscape-canvas": "^3.0.1",
"cytoscape-context-menus": "^4.2.1",
"cytoscape-dagre": "^2.2.1",
"cytoscape-grid-guide": "^2.3.0",
"diff-match-patch": "^1.0.4",
"echarts": "^5.5.1",
"fittext.js": "^1.2.0",
"flatpickr": "^4.6.3",
"fuzzy": "^0.1.3",
"gettext.js": "^2.0.3",
"gridstack": "^11.0.1",
"hotkeys-js": "^3.13.7",
"html5sortable": "^0.14.0",
"jquery": "^3.7.1",
"jquery-migrate": "^3.5.2",
"jquery-prettytextdiff": "^1.0.4",
"jquery-ui": "^1.14.1",
"jquery.fancytree": "^2.38.3",
"jquery.rateit": "^1.1.6",
"leaflet": "^1.9.4",
"leaflet-control-geocoder": "^2.4.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",
"masonry-layout": "^4.2.2",
"monaco-editor": "^0.52.0",
"path-browserify": "^1.0.1",
"photoswipe": "^5.4.4",
"process": "^0.11.10",
"qtip2": "^3.0.3",
"rrule": "^2.8.1",
"select2": "^4.0.13",
"spectrum-colorpicker2": "^2.0.10",
"spin.js": "^4.1.2",
"swagger-ui-dist": "^5.17.14",
"tinycolor2": "^1.6.0",
"tinymce": "^7.3.0",
"tinymce-i18n": "^24.10.28",
"vue": "^3.5.12"
},
"scripts": {
"build:pack": "webpack --config .webpack.config.js",
"build:vue": "webpack --config .vue.webpack.config.js",
"build": "npm run build:pack && npm run build:vue",
"test": "NODE_OPTIONS=\"--experimental-vm-modules\" jest --colors --forceExit --config tests/js/jest.config.js ./tests/js/**",
"test:vue": "NODE_OPTIONS=\"--experimental-vm-modules\" jest --colors --verbose --forceExit --config tests/js/jest.config.js ./tests/js/** --selectProjects vue",
"watch:vue": "webpack --config .vue.webpack.config.js --watch",
"watch": "npm run watch:vue",
"test:e2e": "cypress open --project tests"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.6.3",
"@vue/test-utils": "^2.4.1",
"@vue/vue3-jest": "^29.2.6",
"axe-core": "^4.9.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"csso-cli": "^4.0.2",
"cypress": "^13.8.1",
"cypress-axe": "^1.5.0",
"cypress-network-idle": "^1.14.2",
"eslint": "^9.12.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-vue": "^9.28.0",
"exports-loader": "^5.0.0",
"glob": "^11.0.0",
"globals": "^15.11.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-extended": "^4.0.2",
"mini-css-extract-plugin": "^2.9.2",
"monaco-editor-webpack-plugin": "^7.0.1",
"null-loader": "^4.0.1",
"sass": "^1.65.1",
"sass-loader": "^13.3.2",
"script-loader": "^0.7.2",
"strip-sourcemap-loader": "^0.0.1",
"style-loader": "^3.3.3",
"stylelint": "^16.10.0",
"stylelint-config-standard-scss": "^13.1.0",
"terser": "^5.36.0",
"vue-loader": "^17.2.2",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
}