-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 2.05 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
{
"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": "<17"
},
"scripts": {
"build": "webpack --mode production",
"start": "webpack --watch --mode development"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Omniscale/munimap.git"
},
"keywords": [],
"author": "terestris GmbH & Co. KG <[email protected]>",
"license": "ISC",
"homepage": "https://bitbucket.org/Omniscale/munimap#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"babel-loader": "^8.2.3",
"eslint": "^5.5.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^4.0.0",
"raw-loader": "^4.0.2",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@priotas/angular-bootstrap-slider": "^1.1.26",
"@types/angular-sanitize": "^1.3.7",
"@types/angular-ui-bootstrap": "^0.13.47",
"@types/bootstrap-slider": "^9.9.0",
"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",
"babel-preset-flow": "^6.23.0",
"bootstrap-slider": "^10.2.0",
"bootstrap-tour": "^0.12.0",
"bootstrap3": "^3.3.5",
"feiertagejs": "^1.2.2",
"file-loader": "^6.2.0",
"html-loader": "^0.5.5",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1",
"ngstorage": "^0.3.11",
"ol": "^10.2.1",
"ol-ext": "^4.0.24",
"proj4": "^2.4.4",
"spectrum-colorpicker": "^1.8.0",
"uglifyjs-webpack-plugin": "^2.1.3"
}
}