Skip to content
Snippets Groups Projects
package.json 549 B
Newer Older
  • Learn to ignore specific revisions
  • Jay's avatar
    Jay committed
    {
      "name": "backend",
      "version": "1.0.0",
      "description": "",
    
      "main": "server.js",
    
    Jay's avatar
    Jay committed
      "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
    
        "start": "node server.js",
        "dev": "nodemon server.js"
    
    Jay's avatar
    Jay committed
      },
      "author": "",
      "license": "ISC",
      "dependencies": {
        "axios": "^1.6.7",
    
    Sang Won Lee's avatar
    Sang Won Lee committed
        "cas-authentication": "^0.0.8",
    
        "connect-mongo": "^5.1.0",
    
    Jay's avatar
    Jay committed
        "cors": "^2.8.5",
        "express": "^4.18.2",
    
    Sang Won Lee's avatar
    Sang Won Lee committed
        "express-session": "^1.18.0",
    
    Jay's avatar
    Jay committed
        "mongoose": "^8.1.1",
        "nodemon": "^3.0.3",
        "react-router-dom": "^6.22.2"
      }
    }