forked from gtt-project/redmine_gtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "redmine_gtt",
"version": "3.0.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.3.1",
"font-awesome": "^4.7.0",
"ol": "^6.5.0",
"ol-ext": "^3.2.3"
},
"devDependencies": {
"@types/ol": "^6.5.3",
"@types/ol-ext": "npm:@gtt-project/types-ol-ext",
"css-loader": "^5.1.1",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.17",
"typescript": "^4.2.3",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0"
}
}