-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.57 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
{
"name": "@redmic-project/web",
"version": "0.27.0",
"author": "REDMIC",
"homepage": "https://gitlab.com/redmic-project/client/web/blob/master/README.md",
"description": "REDMIC web application",
"contributors": [
{
"name": "Pedro E. Trujillo Brito",
"email": "[email protected]"
},
{
"name": "Noel Alonso Expósito",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://gitlab.com/redmic-project/client/web.git"
},
"private": true,
"scripts": {
"preinstall": "type grunt",
"postinstall": "grunt preBuild",
"start": "node server-app",
"prepack": "grunt build",
"test": "grunt test"
},
"dependencies": {
"commander": "12.1.0",
"express": "4.21.0",
"morgan": "1.10.0",
"prerender-node": "3.8.0",
"prom-client": "15.1.3",
"pug": "3.0.3",
"response-time": "2.3.2",
"winston": "3.14.2"
},
"devDependencies": {
"@lweller/leaflet-areaselect": "1.3.0",
"alertifyjs": "1.14.0",
"cbtree": "https://github.com/pjekel/cbtree.git#master",
"color-js": "1.0.5",
"d3": "7.9.0",
"d3-v6-tip": "1.0.9",
"deepmerge": "4.2.0",
"dijit": "1.17.3",
"dojo": "1.17.3",
"dojo-util": "1.17.3",
"dojox": "1.17.3",
"draggabilly": "2.4.1",
"dropzone": "5.9.3",
"glob": "11.0.0",
"grunt": "1.6.1",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-shell": "3.0.1",
"handlebars": "4.7.8",
"intern": "4.10.1",
"json-schema-ref-parser": "6.1.0",
"leaflet": "1.9.4",
"leaflet-draw": "1.0.4",
"leaflet-measure": "3.1.0",
"leaflet-minimap": "3.6.1",
"leaflet-nav": "1.0.3",
"leaflet-timedimension": "1.1.1",
"leaflet.awesome-markers": "2.0.5",
"leaflet.coordinates": "0.1.5",
"leaflet.nontiledlayer": "1.0.9",
"load-grunt-tasks": "5.1.0",
"mediator-js": "0.11.0",
"moment": "2.30.1",
"nib": "1.2.0",
"packery": "2.1.2",
"pdfjs-dist-viewer-min": "3.11.174",
"proj4": "2.12.0",
"prunecluster": "https://github.com/pedroetb/PruneCluster.git",
"put-selector": "0.3.6",
"sockjs-client": "1.6.1",
"stomp-websocket": "2.3.4-next",
"stylus": "0.63.0",
"tv4": "1.3.0",
"uuid": "8.3.2",
"wicket": "1.3.8"
},
"files": [
"server-app",
"client-app/dist",
"client-app/res"
],
"engines": {
"node": ">=20.16",
"npm": ">=10.8"
},
"main": "server-app",
"license": "AGPL-3.0-or-later",
"dojoBuild": "client-app/app.profile.js"
}