-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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": "course",
"type": "module",
"version": "1.0.0",
"description": "web-app",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"server": "nodemon app.js",
"client": "npm start --prefix client",
"heroku-postbuild": "npm install --prefix client && npm run build --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"keywords": [
"web",
"react",
"express"
],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"cloudinary": "^1.25.0",
"concurrently": "^6.0.0",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.10.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.18",
"mongoose-findorcreate": "^3.0.0",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-google-oauth": "^2.0.0",
"passport-twitter": "^1.0.4",
"passport-vkontakte": "^0.5.0",
"passport-yandex": "0.0.5",
"react-editext": "^3.17.2"
},
"devDependencies": {}
}