Files
pterodactyl_addon/package.json
2026-06-11 20:37:13 -05:00

23 lines
844 B
JSON

{
"name": "@ballstudios/pterodactyl-advanced-admin-addons",
"version": "1.0.0",
"description": "Pterodactyl Advanced Admin Addons — Ball Studios",
"homepage": "https://git.balls.studio/BallStudios/pterodactyl_addon",
"author": "Ball Studios <https://git.balls.studio>",
"license": "MIT",
"private": true,
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"recharts": "^2.9.0",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0"
},
"notes": "This package.json is for IDE type resolution in the addon repo only. When installed into Pterodactyl Panel, the panel's own node_modules and tsconfig are used."
}