This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
71 lines (71 loc) · 1.86 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": "voxelsrv",
"version": "0.2.0-beta.19",
"description": "Simple voxel game",
"main": "",
"scripts": {
"start": "npx webpack-dev-server",
"build": "rm dist/*.js & npx webpack --env.production"
},
"keywords": [
"noa-engine",
"noa",
"voxel",
"game",
"engine",
"example"
],
"author": "Patbox <patbox4@outlook.com> (https://pb4.eu)",
"license": "MIT",
"dependencies": {
"@babylonjs/core": "^5.0.0-alpha.14",
"@babylonjs/gui": "^5.0.0-alpha.14",
"@babylonjs/materials": "^5.0.0-alpha.14",
"@types/css-font-loading-module": "^0.0.4",
"@types/mathjs": "^6.0.11",
"@types/readable-stream": "^2.3.9",
"aabb-3d": "github:andyhall/aabb-3d",
"box-intersect": "^1.0.2",
"canvas-screenshot": "^3.0.0",
"dexie": "^3.0.3",
"ent-comp": "^0.9.1",
"fakereadline": "file:fake_modules/readline",
"fast-voxel-raycast": "^0.1.1",
"game-inputs": "^0.4.0",
"gl-vec3": "^1.1.3",
"jszip": "^3.6.0",
"lodash": "^4.17.21",
"mathjs": "^8.1.1",
"memfs": "^3.2.0",
"mesh-particle-system": "^0.9.0",
"micro-game-shell": "0.1.0",
"mobile-device-detect": "^0.4.3",
"murmur-numbers": "0.0.1",
"ndarray": "^1.0.19",
"noa-engine": "github:VoxelSrv/noa-engine",
"open-simplex-noise": "^2.4.0",
"pako": "^1.0.11",
"protobufjs": "^6.10.2",
"protodef": "^1.10.0",
"readable-stream": "^3.6.0",
"sanitize-filename": "^1.6.3",
"threads": "^1.6.3",
"uuid": "^8.3.2",
"voxel-aabb-sweep": "^0.5.0",
"voxel-physics-engine": "^0.10.0",
"voxelsrv-protocol": "github:VoxelSrv/protocol#v3",
"voxelsrv-server": "github:VoxelSrv/voxelsrv-server",
"ws": "^7.4.4"
},
"devDependencies": {
"@babel/types": "^7.13.0",
"@types/ws": "^7.4.0",
"threads-plugin": "^1.4.0",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"worker-loader": "^2.0.0"
}
}