-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 759 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 759 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
{
"name": "reddit-clone-server",
"version": "0.0.1",
"description": "A server for the Udacity Reddit Clone project for ReactND",
"main": "index.js",
"keywords": [
"udacity",
"redux",
"readable",
"react"
],
"scripts": {
"start": "node server.js",
"heroku-postbuild": "cd frontend && npm install && npm run build",
"setup": "npm install && cd frontend && npm install"
},
"author": "David Harris",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.1",
"clone": "^2.1.1",
"cors": "^2.8.3",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"react-flip-move": "^3.0.3",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "4.1.1",
"redux": "^3.7.2"
}
}