-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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": "collage-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev-start": "nodemon server.js",
"build": "cd client && npm run build",
"install-client": "cd client && npm install",
"install-server": "npm install",
"heroku-postbuild": "npm run install-server && npm run install-client && npm run build "
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"busboy": "^0.3.1",
"connect-redis": "^5.1.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-mysql-session": "^2.1.2",
"express-session": "^1.17.0",
"formidable": "^1.2.2",
"get-ssl-certificate": "^2.3.3",
"joi": "^14.3.1",
"jquery": "^3.4.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.8.4",
"multer": "^1.4.2",
"multipart-mixed-parser": "^0.1.3",
"mysql": "^2.18.1",
"nodemon": "^2.0.2",
"passport": "^0.4.1",
"passport-google-oauth2": "^0.2.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"redis": "^3.1.1",
"req-flash": "0.0.3",
"scss": "^0.2.4",
"tilt.js": "^1.2.1",
"uuid": "^3.3.3",
"vanilla-tilt": "^1.7.0"
}
}