Dependencys

You are required to have the following requirements below.

Ensure your project is set up with the necessary dependencies to function correctly. Below are the required devDependencies and dependencies for your project.


devDependencies

These are required only for development. Add them to your project to aid in tasks like building and testing.

{
  "copy-webpack-plugin": "^11.0.0",
  "html-webpack-plugin": "^5.5.3",
  "webpack": "^5.88.2",
  "webpack-cli": "^5.1.4",
  "webpack-dev-server": "^4.15.1",
  "webpack-merge": "^5.9.0"
}

dependencies

These packages are required for your application to run. Make sure they are installed in your production environment.

{
  "axios": "^1.6.7",
  "bcrypt": "^5.1.1",
  "discord.js": "^14.14.1",
  "express": "^4.18.2",
  "express-session": "^1.17.3",
  "js-yaml": "^4.1.0",
  "node-fetch": "^2.7.0",
  "nodemailer": "^6.9.8",
  "npm": "^10.4.0",
  "socket.io": "^4.7.4",
  "ws": "^8.16.0"
}

Ensure you keep your dependencies up to date to take advantage of the latest features and security patches.


Last updated