Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 1.71 KB

DEPENDENCIES.md

File metadata and controls

26 lines (25 loc) · 1.71 KB

Evolake Dependencies

  • cors - Enables Cross-Origin Resource Sharing for Express middleware.
  • dotenv - Loads environment variables from a .env file.
  • express - Fast and minimalist web framework for Node.js to build APIs.
  • express-validator - Validates incoming HTTP requests.
  • googleapis - Official Google library for interacting with Google APIs, including OAuth2.
  • jsonwebtoken - Generates and validates JSON Web Tokens (JWTs) for user authentication and authorization.
  • mongoose - Elegant MongoDB object modeling for Node.js.
  • nodemailer - Sends email from Node.js.
  • openai - Official openai library for interacting with GPT models.
  • otp-without-db - Generates and verifies one-time passwords (OTPs) without a database.
  • redis - In-memory data store for caching and session management.
  • axios - Promise-based HTTP client for the browser and Node.js.
  • bootstrap - Popular CSS framework for building responsive, mobile-first websites.
  • moment - Lightweight JavaScript date library for parsing, validating, and formatting dates and times.
  • next - Popular JavaScript framework for building user interfaces based on react.
  • react - Popular JavaScript library for building user interfaces.
  • react-bootstrap - React components that implement the Bootstrap design language.
  • react-dom - React package for working with the DOM.
  • react-hot-toast - Simple and customizable toast messages for React.
  • sass - CSS preprocessor that adds power and elegance to traditional CSS.
  • typescript - Typed superset of JavaScript that compiles to plain JavaScript.
  • web3 - Ethereum JavaScript API for interacting with the Ethereum blockchain.
  • @tanstack/react-query - Query client for react data fetching.
  • concurrently - Run concurrent servers.