bugfix
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
Reference in New Issue
Block a user