-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 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
51
52
53
{
"name": "ssr_react_redux_express",
"version": "1.0.0",
"private": true,
"author": {
"name": "Jason Williams",
"email": "jwill9999@icloud.com"
},
"dependencies": {
"babel-register": "^6.24.1",
"body-parser": "~1.17.1",
"compression": "^1.7.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"ignore-styles": "^5.0.1",
"jade": "~1.11.0",
"morgan": "~1.8.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.2",
"redux": "^3.7.2",
"serve-favicon": "~2.4.2"
},
"devDependencies": {
"react-scripts": "1.0.10"
},
"scripts": {
"start": "react-scripts start",
"server": "start http://localhost:8080&SET NODE_ENV=development&nodemon ./server/bin/www ",
"production": "SET NODE_ENV=production&nodemon server/index.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "https://github.com/jwill9999/ssr_react_redux_express.git"
},
"description": "React Redux Express Server side rendering using Create React App and React Router version 4",
"keywords": [
"react",
"redux",
"express",
"reacr router",
"version 4",
"server side rendering",
"seo",
"create react app",
"expresjs"
]
}