-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (37 loc) · 990 Bytes
/
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
{
"name": "evolve_3-0",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"build": "npm run build --prefix r_client",
"start": "node server/app.js",
"server": "nodemon server/app.js",
"client": "npm start --prefix r_client",
"dev": "concurrently \"npm run server\" \"npm run client\" "
},
"author": "sammedcjain",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"concurrently": "^8.2.2",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"mongodb": "4.1",
"mongoose": "^7.0.1",
"mongoose-findorcreate": "^4.0.0",
"nodemon": "^3.0.2",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0",
"url": "^0.11.0"
}
}