-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (42 loc) · 1.04 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
{
"name": "mc-viewer",
"version": "1.0.0",
"description": "",
"main": "mc-viewer.js",
"scripts": {
"build-demo": "webpack --config demo/webpack.config.js",
"start": "sirv demo",
"dev": "webpack --config demo/webpack.config.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google/model-viewer": "^1.6.0",
"axios": "^0.21.2",
"browserify-zlib": "^0.2.0",
"flood-fill": "^0.1.1",
"lit-element": "^2.4.0",
"minecraft-data": "^2.84.0",
"ndarray": "^1.0.19",
"ndarray-ops": "^1.2.2",
"node-jose-browserify": "^1.1.14",
"prismarine-nbt": "^1.5.0",
"prismarine-schematic": "^1.2.0",
"stream-browserify": "^2.0.2",
"three": "^0.137.0",
"util": "^0.12.3",
"vox-reader": "^2.0.3",
"voxel-triangulation": "^1.3.4",
"zeros": "^1.0.0"
},
"devDependencies": {
"assert": "^2.0.0",
"buffer": "^5.7.1",
"next-tick": "^1.1.0",
"process": "^0.11.10",
"sirv": "^1.0.11",
"sirv-cli": "^1.0.11",
"webpack": "^5.35.1",
"webpack-cli": "^4.6.0"
}
}