-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 949 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 949 Bytes
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
{
"name": "storyteller",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "nodemon app.js",
"start": "node app.js",
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run client \" \"npm run server\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.18.3",
"cloudinary": "^1.11.0",
"concurrently": "^3.6.0",
"connect-flash": "^0.1.1",
"connect-multiparty": "^2.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"express-session": "^1.15.6",
"gravatar": "^1.6.0",
"mongoose": "^5.2.2",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"validator": "^10.4.0"
}
}