mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2025-08-28 21:28:44 -04:00
update deps & use PNPM!
This commit is contained in:
parent
45ea9aed19
commit
f24c04a94b
2 changed files with 24 additions and 20 deletions
1
.npmrc
1
.npmrc
|
@ -1 +1,2 @@
|
|||
package-lock=false
|
||||
public-hoist-pattern=*
|
||||
|
|
43
package.json
43
package.json
|
@ -35,12 +35,14 @@
|
|||
"homepage": "https://github.com/PrismarineJS/prismarine-web-client#readme",
|
||||
"dependencies": {
|
||||
"compression": "^1.7.4",
|
||||
"express": "^4.17.1",
|
||||
"express": "^4.18.2",
|
||||
"fs-extra": "^11.1.1",
|
||||
"ismobilejs": "^1.1.1",
|
||||
"lit": "^2.0.2",
|
||||
"net-browserify": "PrismarineJS/net-browserify",
|
||||
"lit": "^2.8.0",
|
||||
"net-browserify": "github:PrismarineJS/net-browserify",
|
||||
"querystring": "^0.2.1",
|
||||
"url": "^0.11.0"
|
||||
"stats.js": "^0.17.0",
|
||||
"url": "^0.11.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"assert": "^2.0.0",
|
||||
|
@ -50,29 +52,30 @@
|
|||
"constants-browserify": "^1.0.0",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"events": "^3.2.0",
|
||||
"html-webpack-plugin": "^5.3.1",
|
||||
"events": "^3.3.0",
|
||||
"html-webpack-plugin": "^5.5.3",
|
||||
"http-browserify": "^1.7.0",
|
||||
"http-server": "^14.1.0",
|
||||
"http-server": "^14.1.1",
|
||||
"https-browserify": "^1.0.0",
|
||||
"lodash-webpack-plugin": "^0.11.6",
|
||||
"memfs": "^3.2.0",
|
||||
"mineflayer": "^4.1.0",
|
||||
"mineflayer-pathfinder": "^2.0.0",
|
||||
"mocha": "^10.0.0",
|
||||
"memfs": "^3.5.3",
|
||||
"mineflayer": "^4.10.1",
|
||||
"mineflayer-pathfinder": "^2.4.4",
|
||||
"mocha": "^10.2.0",
|
||||
"os-browserify": "^0.3.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"prismarine-viewer": "^1.22.0",
|
||||
"process": "PrismarineJS/node-process",
|
||||
"standard": "^17.0.0",
|
||||
"prismarine-viewer": "github:PrismarineJS/prismarine-viewer",
|
||||
"process": "github:PrismarineJS/node-process",
|
||||
"standard": "^17.1.0",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"three": "0.127.0",
|
||||
"timers-browserify": "^2.0.12",
|
||||
"webpack": "^5.11.0",
|
||||
"webpack-cli": "^5.0.0",
|
||||
"webpack-dev-middleware": "^6.0.0",
|
||||
"webpack-dev-server": "^4.0.0",
|
||||
"webpack-merge": "^5.7.3",
|
||||
"workbox-webpack-plugin": "^6.1.2"
|
||||
"vite": "^4.4.9",
|
||||
"webpack": "^5.88.2",
|
||||
"webpack-cli": "^5.1.4",
|
||||
"webpack-dev-middleware": "^6.1.1",
|
||||
"webpack-dev-server": "^4.15.1",
|
||||
"webpack-merge": "^5.9.0",
|
||||
"workbox-webpack-plugin": "^6.6.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue