-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.45 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.45 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "Dashashtra",
"version": "1.2.37",
"description": "A modern dashboard for Pterodactyl",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"deploy-commands": "node bot/deploy-commands.js",
"build:css": "tailwindcss -i ./assets/css/tailwind.css -o ./assets/css/styles.css --watch",
"build:css:prod": "tailwindcss -i ./assets/css/tailwind.css -o ./assets/css/styles.css --minify"
},
"author": "PrathmeshPro",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"accepts": "^1.3.8",
"acorn": "^8.11.3",
"ansi-regex": "^5.0.1",
"ansi-styles": "^6.2.1",
"axios": "^1.9.0",
"bcrypt": "^5.1.1",
"better-sqlite3": "^9.4.0",
"better-sqlite3-session-store": "^0.1.0",
"body-parser": "^1.20.2",
"chalk": "^4.1.2",
"compression": "^1.7.4",
"connect-timeout": "^1.9.0",
"content-disposition": "^0.5.4",
"content-type": "^1.0.5",
"cookie": "^0.7.0",
"cookie-parser": "^1.4.6",
"cookie-signature": "^1.0.6",
"debug": "^2.6.9",
"depd": "^2.0.0",
"destroy": "^1.2.0",
"discord.js": "^14.19.3",
"ejs": "^3.1.9",
"encodeurl": "^1.0.2",
"escape-html": "^1.0.3",
"etag": "^1.8.1",
"express": "^4.18.2",
"express-session": "^1.18.0",
"express-ws": "^5.0.2",
"finalhandler": "^1.2.0",
"forwarded": "^0.2.0",
"fresh": "^0.5.2",
"glob": "^11.0.2",
"http-errors": "^2.0.0",
"iconv-lite": "^0.6.3",
"inherits": "^2.0.4",
"ipaddr.js": "^2.1.0",
"lru-cache": "^11.1.0",
"media-typer": "^0.3.0",
"memorystore": "^1.6.7",
"merge-descriptors": "^1.0.1",
"methods": "^1.1.2",
"negotiator": "^0.6.3",
"node-fetch": "^2.7.0",
"on-finished": "^2.4.1",
"on-headers": "^1.0.2",
"parseurl": "^1.3.3",
"path-to-regexp": "^6.2.1",
"proxy-addr": "^2.0.7",
"punycode": "^2.3.1",
"qs": "^6.11.2",
"range-parser": "^1.2.1",
"raw-body": "^2.5.2",
"rimraf": "^6.0.1",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"send": "^0.19.0",
"serve-static": "^1.15.0",
"setprototypeof": "^1.1.0",
"sqlite3": "^5.1.7",
"statuses": "^2.0.1",
"type-is": "^1.6.4",
"unpipe": "^1.0.0",
"utils-merge": "^1.0.1",
"vary": "^1.1.2",
"ws": "^8.18.2"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"nodemon": "^3.1.10",
"postcss": "^8.5.3",
"tailwindcss": "^3.3.0"
}
}