-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
35 lines (35 loc) · 905 Bytes
/
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
{
"name": "ssr-create-react-app",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "0.8.5"
},
"dependencies": {
"body-parser": "^1.16.1",
"compression": "^1.6.2",
"express": "^4.14.0",
"ignore-styles": "^5.0.1",
"import-export": "^1.0.1",
"lodash": "^4.17.4",
"material-ui": "^0.16.7",
"moment": "^2.17.1",
"morgan": "^1.7.0",
"node-fetch": "^1.6.3",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-sidebar": "^2.2.1",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-logger": "^2.8.1"
},
"scripts": {
"start": "react-scripts start",
"start:server": "NODE_ENV=development nodemon server",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}