-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
48
49
{
"name": "nodeforum",
"version": "0.0.0",
"private": true,
"scripts": {
"client-install": "npm install --prefix frontend",
"start": "node ./bin/www",
"server": "nodemon ./bin/www",
"frontend": "npm run serve --prefix frontend",
"dev": "concurrently \"npm run server\" \"npm run frontend\""
},
"dependencies": {
"bcrypt": "^3.0.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cloudinary": "^1.13.2",
"concurrently": "^4.1.0",
"connect-history-api-fallback": "^1.6.0",
"connect-session-sequelize": "^6.0.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"csurf": "^1.9.0",
"debug": "~2.6.0",
"dotenv": "^7.0.0",
"ejs": "~2.5.5",
"express": "^4.16.4",
"express-ejs-layouts": "~2.2.0",
"jsonwebtoken": "^8.5.0",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"multer-storage-cloudinary": "^2.2.1",
"mysql": "^2.16.0",
"mysql2": "^1.6.5",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"randomcolor": "^0.5.4",
"sequelize": "^4.42.0",
"sequelize-cli": "^5.5.0",
"sequelize-paginate": "^1.1.5",
"serve-favicon": "^2.5.0",
"url-slug": "^2.0.0",
"validator": "^10.11.0"
},
"devDependencies": {
"nodemon": "^1.18.10"
}
}