-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.13 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
{
"scripts": {
"start": "node multithreadserver.js",
"build": "rm -rf dist && node --max_old_space_size=10240 ./node_modules/webpack/bin/webpack.js --progress=profile --mode production"
},
"dependencies": {
"@hyperlink/node-apn": "^5.1.4",
"@nubosoftware/nubo-validateconstraints": "^0.1.11",
"@nubosoftware/permission-parser": "^0.1.10",
"@nubosoftware/winston-syslog": "^2.5.0",
"async": "^2.6.4",
"axios": "^0.26.0",
"firebase-admin": "^12.1.0",
"html-entities": "1.2.1",
"node-gcm": "^1.0.5",
"querystring": "0.2.0",
"request": "^2.88.2",
"restify": "^11.1.0",
"twilio": "^4.8.0",
"underscore": "^1.13.6",
"uuid": "^8.3.2",
"validate.js": "^0.13.1",
"websocket": "^1.0.33",
"winston": "3.1.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"ignore-loader": "^0.1.2",
"javascript-obfuscator": "^2.15.5",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-ignore-dynamic-require": "^1.0.0",
"webpack-node-externals": "^3.0.0",
"webpack-obfuscator": "^3.3.2"
}
}