Ecommero
  • Introduction
  • High Level Architecture
  • Installation
    • How to deploy in local machine
    • How to deploy in production
  • FAQS
  • License
  • ChangeLog
  • API SERVER
    • Introduction
    • Technologies
    • Packages Json
    • Outline
    • Model Diagram
    • Routes
    • Queries Mutations and Fragments
    • Resolvers
      • Auth Resolvers
      • User Resolvers
      • Configuration Resolver
      • Category Resolver
      • Sub Category Resolver
      • Product Resolver
  • ADMIN WEB DASHBOARD
    • Introduction
    • Technologies
    • Packages Json
    • Folder Structure
    • Components
    • Customize
  • CUSTOMER APP
    • Components
    • Introduction
    • Folder Structure
    • Packages Json
    • Technologies Used
    • Guide
      • Customize
Powered by GitBook
On this page

Was this helpful?

  1. API SERVER

Packages Json

{
  "name": "ecommero-api",
  "version": "1.0.0",
  "description": "ecommero api",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node app.js"
  },
  "dependencies": {
    "apollo-server-express": "^2.12.0",
    "bcryptjs": "^2.4.3",
    "body-parser": "^1.19.0",
    "consolidate": "^0.15.1",
    "dataloader": "^1.4.0",
    "dotenv": "^8.2.0",
    "ejs": "^2.6.1",
    "expo-server-sdk": "^3.2.0",
    "express": "^4.16.4",
    "express-graphql": "^0.7.1",
    "firebase-admin": "^7.3.0",
    "graphql": "^14.0.2",
    "graphql-upload": "^8.0.4",
    "http": "0.0.1-security",
    "jsonwebtoken": "^8.4.0",
    "mongoose": "^5.9.10",
    "nodemailer": "^6.1.1",
    "paypal-rest-sdk": "^1.8.1",
    "stripe": "^7.0.1",
    "tinify": "^1.6.0-beta.2",
    "uuid": "^3.3.2"
  }
PreviousTechnologiesNextOutline

Last updated 4 years ago

Was this helpful?