-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
45
46
47
{
"name": "CureMe",
"version": "1.0.0",
"description": "By TeamJs(Sparsh,Sambhav,Mayank Arora",
"engines": {
"node": "v16.14.0",
"npm": "8.1.3"
},
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false && npm install --force --prefix client && npm run build --prefix client"
},
"author": "TeamJS(Sparsh,Sambhav,Mayank)",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"bootstrap": "^5.2.3",
"chart.js": "^4.3.0",
"config": "^3.3.9",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"gravatar": "^1.8.2",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"mongoose": "^7.1.1",
"nodemailer": "^6.9.2",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-router-redux": "^4.0.8",
"redux": "^4.2.1",
"request": "^2.88.2",
"validator": "^13.9.0"
},
"devDependencies": {
"concurrently": "^8.0.1",
"nodemon": "^2.0.22"
}
}