sensi-certi / backend / package.json
package.json
Raw
{
  "name": "hackathon",
  "version": "1.0.0",
  "description": "This is a Decentralized  Certification App which allows us verify,Store and validate certificates ",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Priyansh",
  "license": "ISC",
  "dependencies": {
    "@chakra-ui/react": "^2.3.4",
    "@emotion/react": "^11.10.4",
    "@emotion/styled": "^11.10.4",
    "@mui/icons-material": "^5.10.6",
    "@mui/material": "^5.10.7",
    "bcrypt": "^5.0.1",
    "cloudinary": "^1.33.0",
    "cors": "^2.8.5",
    "dotenv": "^16.4.4",
    "express": "^4.18.1",
    "express-validator": "^7.0.1",
    "framer-motion": "^7.4.0",
    "jsonwebtoken": "^8.5.1",
    "md5": "^2.3.0",
    "mdb-react-ui-kit": "^4.2.0",
    "mongoose": "^6.6.2",
    "nodemon": "^2.0.20",
    "react-router-dom": "^6.4.1"
  }
}