-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.45 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
{
"name": "damast",
"version": "1.3.2",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_OPTIONS=--max-old-space-size=8192 npx webpack --mode development --watch --progress",
"prod": "NODE_OPTIONS=--max-old-space-size=8192 npx webpack --mode production"
},
"author": {
"name": "Max Franke",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/UniStuttgart-VISUS/damast"
},
"license": "MIT",
"dependencies": {
"@cfworker/json-schema": "^1.8.0",
"@geoman-io/leaflet-geoman-free": "^2.11.2",
"@turf/helpers": "^6.5.0",
"@turf/points-within-polygon": "^6.5.0",
"@turf/union": "^6.5.0",
"@types/d3": "^6.3.0",
"@types/js-cookie": "^3.0.1",
"@types/leaflet": "^1.9.3",
"@types/leaflet.heat": "^0.2.0",
"@types/lodash": "^4.14.162",
"@types/tabulator-tables": "^5.4.8",
"@types/uuid": "^8.3.4",
"d3": "^7.6.1",
"dom-tree-annotator": "git+ssh://[email protected]:mfranke93/dom-tree-annotator.git#v0.1.1",
"font-awesome": "^4.7.0",
"golden-layout": "^2.6.0",
"js-cookie": "^3.0.1",
"leaflet": "^1.9.4",
"leaflet-canvasicon": "^0.1.6",
"leaflet-color-number-markers": "^1.0.7",
"leaflet.heat": "git://github.com/Leaflet/Leaflet.heat.git#d2871b3bda5398ed7966e6c055a8ce705cce96c7",
"leaflet.vectorgrid": "^1.3.0",
"lodash": "^4.17.20",
"tabulator-tables": "^5.4.4",
"tslib": "^2.3.0",
"uuid": "^8.3.2",
"wasm-clustering": "git+ssh://[email protected]:mfranke93/wasm-clustering.git#v0.2.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@types/leaflet.vectorgrid": "^1.3.5",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"breakpoint-sass": "^2.7.1",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^7.1.2",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.4",
"cssnano": "^5.0.1",
"ignore-emit-webpack-plugin": "^2.0.6",
"marked": "^5.0.2",
"marked-gfm-heading-id": "^3.0.3",
"mini-css-extract-plugin": "^1.3.3",
"postcss-loader": "^5.2.0",
"sass": "^1.32.2",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^9.0.2",
"typescript": "^4.2.4",
"webpack": "^5.35.0",
"webpack-cli": "^4.3.1",
"worker-loader": "^3.0.7"
}
}