forked from ProbableTrain/MapGenerator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 1.91 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
{
"name": "citygenerator",
"version": "1.1.1",
"description": "citygenerator fab city",
"private": true,
"scripts": {
"postinstall": "npm audit fix && npm run build ",
"build": "webpack",
"start": "node server.js"
},
"keywords": [
"citygenerator",
"fab city",
"maps"
],
"contributor": "universalbit-dev",
"author": "probabletrain",
"license": "LGPL-3.0",
"devDependencies": {
"@types/d3-quadtree": "^3.0.6",
"@types/dat.gui": "^0.7.12",
"@types/file-saver": "^2.0.7",
"@types/jsts": "^0.17.23",
"@types/noisejs": "^0.0.31",
"@types/three": "^0.160.0",
"digibyte-js": "^2.8.3",
"open": "^10.1.0",
"tsd": "^0.30.7",
"typescript": "^5.4.2",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@injectit/threejs-nodejs-exporters": "^0.0.2",
"@svgdotjs/svg.js": "^3.2.0",
"@types/openlayers": "^4.6.23",
"audit": "^0.0.6",
"browserify": "^17.0.1",
"cities.json": "^1.1.45",
"convnetjs": "^0.3.0",
"d3": "^7.9.0",
"d3-quadtree": "^3.0.1",
"dat.gui": "^0.7.9",
"express": "^4.21.2",
"file-saver": "^2.0.5",
"html-webpack-plugin": "^5.6.3",
"install": "^0.13.0",
"interactjs": "^1.10.26",
"isect": "^3.0.2",
"jsts": "^2.11.3",
"jszip": "^3.10.1",
"loglevel": "^1.9.1",
"noisejs": "^2.1.0",
"npm": "^11.1.0",
"ol": "^9.0.0",
"path": "^0.12.7",
"polyk": "^0.24.0",
"roughjs": "^4.6.6",
"simplex-noise": "^4.0.1",
"simplify-js": "^1.2.4",
"stl-exporter": "^0.3.6",
"stream": "^0.0.3",
"stream-browserify": "^3.0.0",
"three": "^0.160.1",
"three-buffer-geometry-utils": "^1.0.0",
"three-csg-ts": "^3.1.13",
"ts-loader": "^9.5.1",
"vite": "^5.1.7"
},
"engines": {
"node": "20.x"
}
}