-
Notifications
You must be signed in to change notification settings - Fork 129
/
package.json
61 lines (61 loc) · 1.64 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
{
"name": "mapgenerator",
"version": "1.0.0",
"description": "",
"main": "dist/main.js",
"scripts": {
"lint": "eslint . --ext .ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProbableTrain/MapGenerator.git"
},
"author": "",
"license": "LGPL-3.0-only",
"bugs": {
"url": "https://github.com/ProbableTrain/MapGenerator/issues"
},
"homepage": "https://github.com/ProbableTrain/MapGenerator#readme",
"dependencies": {
"@interactjs/types": "^1.9.8",
"@svgdotjs/svg.js": "^3.0.16",
"@types/d3-quadtree": "^1.0.7",
"@types/dat.gui": "^0.7.5",
"@types/file-saver": "^2.0.1",
"@types/jsts": "^0.17.2",
"d3-quadtree": "^1.0.7",
"dat.gui": "^0.7.6",
"file-saver": "^2.0.2",
"interactjs": "^1.9.8",
"isect": "^3.0.0",
"jsts": "^2.1.2",
"jszip": "^3.4.0",
"loglevel": "^1.6.7",
"polyk": "^0.24.0",
"roughjs": "^4.2.0",
"simplex-noise": "^2.4.0",
"simplify-js": "^1.2.4",
"three": "^0.115.0",
"three-csg-ts": "^1.0.4",
"threejs-export-stl": "0.0.4"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@types/node": "^13.11.0",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"babelify": "^10.0.0",
"browserify": "^16.5.1",
"eslint": "^6.8.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-notify": "^3.2.0",
"gulp-typescript": "^6.0.0-alpha.1",
"tsify": "^4.0.1",
"typescript": "^3.8.3",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
}
}