mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2024-11-14 19:25:07 -05:00
Update package.json (#224)
This commit is contained in:
parent
c6c891229a
commit
a6e3c889ff
1 changed files with 22 additions and 18 deletions
40
package.json
40
package.json
|
@ -39,38 +39,42 @@
|
|||
"net-browserify": "PrismarineJS/net-browserify"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tweenjs/tween.js": "^18.6.4",
|
||||
"assert": "^2.0.0",
|
||||
"browserify-zlib": "^0.2.0",
|
||||
"buffer": "^6.0.3",
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"constants-browserify": "^1.0.0",
|
||||
"copy-webpack-plugin": "^9.0.0",
|
||||
"copy-webpack-plugin": "^9.0.1",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"events": "^3.2.0",
|
||||
"html-webpack-plugin": "^5.3.1",
|
||||
"events": "^3.3.0",
|
||||
"html-webpack-plugin": "^5.3.2",
|
||||
"http-browserify": "^1.7.0",
|
||||
"http-server": "^13.0.0",
|
||||
"http-server": "^13.0.2",
|
||||
"https-browserify": "^1.0.0",
|
||||
"lit-element": "^2.4.0",
|
||||
"lit-html": "^1.3.0",
|
||||
"lit-element": "^3.0.1",
|
||||
"lit-html": "^2.0.1",
|
||||
"lodash-webpack-plugin": "^0.11.6",
|
||||
"memfs": "^3.2.0",
|
||||
"mineflayer": "^3.3.3",
|
||||
"mineflayer-pathfinder": "^1.6.1",
|
||||
"mocha": "^9.0.0",
|
||||
"memfs": "^3.3.0",
|
||||
"minecraft-data": "^2.95.0",
|
||||
"minecraft-protocol": "^1.26.5",
|
||||
"mineflayer": "^3.11.2",
|
||||
"mineflayer-pathfinder": "^1.8.0",
|
||||
"mocha": "^9.1.2",
|
||||
"os-browserify": "^0.3.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"prismarine-viewer": "^1.20.0",
|
||||
"process": "PrismarineJS/node-process",
|
||||
"standard": "^16.0.3",
|
||||
"standard": "^16.0.4",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"three": "^0.127.0",
|
||||
"three": "^0.133.1",
|
||||
"timers-browserify": "^2.0.12",
|
||||
"webpack": "^5.11.0",
|
||||
"webpack-cli": "^4.2.0",
|
||||
"webpack-dev-middleware": "^5.1.0",
|
||||
"webpack-dev-server": "^4.0.0",
|
||||
"webpack-merge": "^5.7.3",
|
||||
"workbox-webpack-plugin": "^6.1.2"
|
||||
"vec3": "^0.1.7",
|
||||
"webpack": "^5.58.1",
|
||||
"webpack-cli": "^4.9.0",
|
||||
"webpack-dev-middleware": "^5.2.1",
|
||||
"webpack-dev-server": "^4.3.1",
|
||||
"webpack-merge": "^5.8.0",
|
||||
"workbox-webpack-plugin": "^6.3.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue