Client has been renamed to launcher, and thus namespaces and artifact names had to change. The server project has also had some artifacts renamed in order to create a more clear separation of builds. This will break auto-updates before v0.9.0.
11 lines
190 B
JSON
11 lines
190 B
JSON
{
|
|
"devDependencies": {
|
|
"ts-loader": "^9.4.4",
|
|
"typescript": "^5.2.2",
|
|
"webpack": "^5.88.2",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"dependencies": {
|
|
"split.js": "^1.6.5"
|
|
}
|
|
}
|