-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
44 lines (44 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "bookxchanger",
"version": "1.0.0",
"description": "Find your required books and sell, built using MERN stack",
"main": "index.js",
"scripts": {
"start": "node index",
"server": "nodemon index",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/sagarmude7/Bookxchanger.git"
},
"author": "Vedant Mondkar",
"license": "MIT",
"bugs": {
"url": "https://github.com/sagarmude7/Bookxchanger/issues"
},
"homepage": "https://github.com/sagarmude7/Bookxchanger#readme",
"devDependencies": {
"concurrently": "^6.1.0",
"nodemon": "^2.0.7"
},
"dependencies": {
"atob": "^2.1.2",
"bcryptjs": "^2.4.3",
"blob": "^0.1.0",
"body-parser": "^1.19.0",
"compress.js": "^1.1.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"filereader": "^0.10.3",
"joi": "^17.4.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.10",
"node-blob": "0.0.2",
"nodemailer": "^6.6.0",
"socket.io": "^4.1.2"
}
}