Skip to content

Commit

Permalink
added packagejson
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-astang authored Aug 15, 2024
1 parent 46ebcfe commit 5dae473
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "chat-app",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node backend/server.js",
"server": "nodemon backend/server.js",
"build": "npm install --legacy-peer-deps && npm install --legacy-peer-deps --prefix frontend && npm run build --prefix frontend"
},
"keywords": [
"mern",
"chat-app"
],
"author": "Piyush Agarwal",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.9",
"nodemon": "^2.0.7",
"socket.io": "^4.1.2"
}
}

0 comments on commit 5dae473

Please sign in to comment.