forked from unlimited-wtf/Unlimited-Webpanel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
{
"name": "webpanel",
"version": "1.0.0",
"description": "a fivem qb-core webpanel",
"main": "index.js",
"scripts": {
"build": "node ./scripts/build.js"
},
"keywords": [
"fivem"
],
"author": "Unlimited.wtf",
"devDependencies": {
"@citizenfx/client": "^2.0.5879-1",
"@citizenfx/server": "^2.0.5879-1",
"@types/node": "^18.7.18",
"esbuild": "^0.15.7",
"fs-extra": "^10.1.0",
"ts-node-dev": "^2.0.0"
},
"dependencies": {
"@citizenfx/http-wrapper": "^0.2.2",
"@koa/cors": "^4.0.0",
"@koa/router": "^12.0.0",
"@overextended/oxmysql": "^1.2.0",
"axios": "^1.4.0",
"jsonwebtoken": "^9.0.1",
"koa": "^2.14.2",
"koa-bodyparser": "^4.4.1",
"koa-history-api-fallback": "^1.0.0",
"koa-jwt": "^4.0.4",
"koa-mount": "^4.0.0",
"koa-session": "^6.4.0",
"koa-session-memory": "^1.0.4",
"koa-static": "^5.0.0",
"lodash": "^4.17.21",
"lowdb": "^5.0.5",
"multer": "^1.4.5-lts.1",
"nanoid": "^4.0.2",
"nanoid-dictionary": "^4.3.0",
"node-os-utils": "^1.3.7",
"slash": "^5.1.0",
"socket.io": "^4.7.1",
"superagent": "^8.0.9",
"tail": "^2.2.6",
"terser": "^5.18.2",
"winston": "^3.9.0"
}
}