forked from tabarra/txAdmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.7 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
66
{
"name": "txadmin",
"version": "0.0.0-check-version.json",
"description": "FiveM FXServer Admin - remotely manage your GTA5 FiveM Server",
"main": "src/index.js",
"scripts": {
"build": "./node_modules/.bin/webpack.cmd --config webpack.config.js --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tabarra/txAdmin.git"
},
"keywords": [
"fxserver",
"fivem",
"gta5",
"gtav",
"server-manager",
"player-list"
],
"author": "André Tabarra",
"license": "MIT",
"bugs": {
"url": "https://github.com/tabarra/txAdmin/issues"
},
"homepage": "https://github.com/tabarra/txAdmin#readme",
"dependencies": {
"@citizenfx/http-wrapper": "^0.2.2",
"@koa/router": "^8.0.8",
"ansi-colors": "^4.1.1",
"axios": "^0.19.2",
"big-integer": "^1.6.48",
"bytes": "^3.1.0",
"clone": "^2.1.2",
"color-support": "^1.1.3",
"dateformat": "^3.0.3",
"discord.js": "^11.5.1",
"fs-extra": "^8.1.0",
"humanize-duration": "^3.21.0",
"koa": "^2.11.0",
"koa-bodyparser": "^4.2.1",
"koa-ratelimit": "^4.2.1",
"koa-session": "^5.13.1",
"koa-session-memory": "^1.0.3",
"koa-session-socketio": "^1.0.0",
"koa-static": "^5.0.0",
"lowdb": "^1.0.0",
"nanoid": "^2.1.11",
"node-polyglot": "^2.4.0",
"openid-client": "^3.13.0",
"pidtree": "^0.3.0",
"pidusage-tree": "^2.0.5",
"semver": "^7.1.3",
"slash": "^3.0.0",
"socket.io": "^2.3.0",
"squirrelly": "^7.9.2",
"stream-snitch": "0.0.3",
"xss": "^1.0.6"
},
"devDependencies": {
"copy-webpack-plugin": "^5.1.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
}
}