-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "redmine_gtt",
"version": "5.1.0",
"description": "Plugin that adds spatial capabilities to Redmine",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gtt-project/redmine_gtt.git"
},
"keywords": [
"redmine",
"geospatial"
],
"author": "Georepublic",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/gtt-project/redmine_gtt/issues"
},
"homepage": "https://github.com/gtt-project/redmine_gtt#readme",
"dependencies": {
"@juggle/resize-observer": "^3.4.0",
"@mdi/font": "^7.4.47",
"dompurify": "^3.1.6",
"fontfaceobserver": "^2.3.0",
"geojson": "^0.5.0",
"ol": "^10.1.0",
"ol-ext": "^4.0.23",
"ol-mapbox-style": "^12.3.5"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/fontfaceobserver": "^2.1.3",
"@types/geojson": "^7946.0.14",
"@types/google.maps": "^3.55.12",
"@types/jquery": "^3.5.30",
"@types/jqueryui": "^1.12.23",
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext",
"css-loader": "^7.1.2",
"sass": "^1.77.8",
"sass-loader": "^16.0.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}