-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "ui10",
"version": "10.0.0",
"description": "The official Heliactyl client area for the Pterodactyl Panel.",
"main": "app.js",
"author": "Matt James",
"dependencies": {
"@iarna/toml": "^2.2.5",
"@keyv/sqlite": "^3.5.2",
"@tailwindcss/forms": "^0.5.7",
"axios": "^0.28.0",
"chalk": "^4.1.0",
"chokidar": "^3.6.0",
"cron": "^1.8.2",
"discord.js": "^12.5.3",
"ejs": "^3.1.7",
"express": "^4.18.2",
"express-session": "^1.17.2",
"express-ws": "^4.0.0",
"javascript-obfuscator": "^4.0.2",
"keyv": "^4.0.4",
"moment": "^2.30.1",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.6",
"preline": "^2.3.0"
},
"scripts": {
"start": "node app.js",
"build": "npx tailwindcss -i ./assets/tw.conf -o ./assets/tailwind.css --watch"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/preset-env": "^7.24.0",
"tailwindcss": "^3.4.10"
}
}