-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.46 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
50
{
"name": "p3",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"server": "NODE_ENV=development nodemon ./bin/www",
"serverw": "SET NODE_ENV=development & nodemon ./bin/www",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"devw": "concurrently \"npm run serverw\" \"npm run client\""
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-brands-svg-icons": "^5.8.2",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"bcrypt": "^3.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"cloudinary": "^1.14.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"hbs": "^4.0.1",
"i": "^0.3.6",
"imagemagick": "^0.1.3",
"mongoose": "^5.2.10",
"morgan": "^1.9.0",
"multer": "^1.4.1",
"multer-storage-cloudinary": "^2.2.1",
"node-sass": "^4.12.0",
"node-sass-middleware": "^0.11.0",
"npm": "^6.9.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"react-bootstrap": "^1.0.0-beta.8",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^1.12.1",
"concurrently": "^4.1.0"
}
}