forked from InventivetalentDev/MineRender
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "minerender",
"version": "1.4.12",
"description": "",
"main": "src/combined/index.js",
"scripts": {
"build": "webpack --progress",
"build:w": "webpack --progress --watch",
"build:silent": "webpack",
"docs": "./node_modules/.bin/esdoc"
},
"author": "Haylee Schäfer",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/InventivetalentDev/MineRender.git"
},
"homepage": "https://minerender.org",
"dependencies": {
"@johh/three-effectcomposer": "0.0.7",
"debug": "^2.6.9",
"deepmerge": "^4.0.0",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"java-parser": "0.3.2",
"jquery": "^3.3.1",
"md5": "^2.2.1",
"nbt-js": "^0.1.0",
"onscreen": "^1.3.2",
"pako": "^1.0.6",
"prismarine-nbt": "^1.2.0",
"stats.js": "^0.17.0",
"three": "0.93.0",
"three-instanced-mesh": "git+https://github.com/InventivetalentDev/three-instanced-mesh.git",
"threejs-ext": "^0.92.0",
"webworkify-webpack": "^2.1.3"
},
"devDependencies": {
"progress-bar-webpack-plugin": "1.12.1",
"webpack": "4.41.1",
"webpack-cli": "3.0.8",
"worker-loader": "2.0.0"
}
}