
Json-bigint should help alleviate this issue by correctly parsing numbers for us - Removing url method in favor of new url property in server config model + Building UserConfigs and ServerConfig from typical JS Obects This should reduce some up front complexity regarding parameters ! Fix: using new url property instead of protocol + host + port - Reducing upfront complexity of public channels API * Also moving to using new updated server.url property * Channels also handles its part of updating the dom now bigint parsing in configs now * More switches to server.url property
25 lines
526 B
JSON
25 lines
526 B
JSON
{
|
|
"name": "freechat-client",
|
|
"version": "0.1.0",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "sh scripts/build-sass.sh build",
|
|
"start": "electron . --",
|
|
"test": "node testing/main.js"
|
|
},
|
|
"dependencies": {
|
|
"argparse": "^2.0.1",
|
|
"bootstrap": "^4.6.0",
|
|
"got": "^11.8.2",
|
|
"jquery": "^3.6.0",
|
|
"json-bigint": "^1.0.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"popper.js": "^1.16.1",
|
|
"typescript": "^4.2.3",
|
|
"websocket": "^1.0.33"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^7.3.3"
|
|
}
|
|
}
|