-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.15 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.15 KB
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
{
"name": "munimap",
"version": "1.0.0",
"description": "Munimap is an interactive online map with ability to export map extract.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"engines": {
"node": ">=22"
},
"scripts": {
"build": "webpack --mode production",
"start": "webpack --watch --mode development"
},
"keywords": [],
"author": "terrestris GmbH & Co. KG <info@terrestris.de>",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@priotas/angular-bootstrap-slider": "^1.1.26",
"ace-builds": "^1.4.1",
"angular": "^1.7.3",
"angular-route": "^1.7.3",
"angular-sanitize": "^1.7.3",
"angular-schema-form": "^0.8.14",
"angular-schema-form-bootstrap": "^0.2.0",
"angular-spectrum-colorpicker": "^1.4.5",
"angular-touch": "^1.7.3",
"angular-translate": "^2.18.1",
"angular-ui-ace": "^0.2.3",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-sortable": "^0.19.0",
"angular-ui-switch": "^0.1.1",
"anol": "file:../anol",
"bootstrap-slider": "^10.2.0",
"bootstrap-tour": "^0.12.0",
"bootstrap3": "^3.3.5",
"feiertagejs": "^1.2.2",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1",
"jquery-ui-touch-punch": "^0.2.3",
"ngstorage": "^0.3.11",
"ol": "^10.2.1",
"ol-ext": "^4.0.24",
"proj4": "^2.4.4",
"spectrum-colorpicker": "^1.8.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@types/angular-sanitize": "^1.3.7",
"@types/angular-ui-bootstrap": "^0.13.47",
"@types/bootstrap-slider": "^9.9.0",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^5.5.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^4.0.0",
"file-loader": "^6.2.0",
"html-loader": "^5.1.0",
"mini-css-extract-plugin": "^2.9.2",
"raw-loader": "^4.0.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.82.0",
"sass-loader": "^16.0.4",
"style-loader": "^4.0.0",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.1"
}
}