-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
65 lines (65 loc) · 1.76 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "rpserver",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@discordjs/uws": "^10.149.0",
"bufferutil": "^4.0.1",
"cli": "^1.0.1",
"cors": "^2.8.5",
"crowdin": "^3.5.0",
"crowdin-without-vulnerability": "^1.0.0",
"discord": "^0.8.2",
"discord.js": "^11.4.2",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"ext-ip": "^0.3.8",
"externalip": "^1.0.2",
"fs": "0.0.1-security",
"gyp": "^0.5.0",
"https-proxy-agent": "^2.2.4",
"i18n": "^0.8.3",
"i18n-iso-countries": "^4.2.1",
"i18next": "^17.0.10",
"i18next-node-fs-backend": "^2.1.3",
"libsodium-wrappers": "^0.7.5",
"log4js": "^6.4.0",
"md5": "^2.2.1",
"morgan": "^1.10.0",
"mysql": "^2.15.0",
"node-gyp": "^5.0.3",
"nodemailer": "^6.3.0",
"opusscript": "0.0.6",
"prettier": "^1.18.2",
"timespan": "^2.3.0"
},
"devDependencies": {
"copy-webpack-plugin": "^6.0.3",
"eslint": "^5.4.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.11.1",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.0",
"webpack-node-externals": "^1.7.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/MarkCavalli/rageserver.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/MarkCavalli/rageserver/issues"
},
"homepage": "/~https://github.com/MarkCavalli/rageserver#readme"
}