-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "panelmanager",
"version": "1.0.0",
"description": "A manager dashboard for ptero/pelican panel.",
"main": "index.js",
"scripts": {
"css-watch": "npx tailwindcss -i ./public/css/input.css -o ./public/css/tailwind.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PanelManager/panel.git"
},
"keywords": [
"pterodactyl",
"ptero",
"pelican",
"dashboard"
],
"author": "PanelManager",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/PanelManager/panel/issues"
},
"homepage": "https://github.com/PanelManager/panel#readme",
"dependencies": {
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"colors": "^1.4.0",
"connect-flash": "^0.1.1",
"connect-session-sequelize": "^7.1.7",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-rate-limit": "^7.4.0",
"express-session": "^1.18.1",
"flowbite": "^2.5.2",
"js-sha256": "^0.11.0",
"mariadb": "^3.4.0",
"nunjucks": "^3.2.4",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"sass": "^1.80.4",
"sequelize": "^6.37.3",
"tailwindcss": "^3.4.14"
}
}