-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 970 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
{
"name": "razzle-examples-with-redux",
"version": "2.0.0-alpha.11",
"license": "MIT",
"scripts": {
"start": "razzle start",
"_start": "set PORT=3210 && set DEBUG=*,-babel*,-esl*,-express* && razzle start",
"build": "razzle build",
"_build": "PORT=3210 && razzle build",
"_build:win": "set PORT=3210 && razzle build",
"test": "razzle test --env=jsdom",
"start:prod": "NODE_ENV=production node build/server.js"
},
"dependencies": {
"axios": "^0.18.0",
"debug": "^3.1.0",
"express": "^4.15.2",
"prop-types": "^15.6.0",
"qs": "^6.4.0",
"react": "^16.0.0",
"react-component-caching": "^1.1.1",
"react-dom": "^16.0.0",
"react-masonry-infinite": "^1.2.2",
"react-redux": "^5.0.4",
"react-router-dom": "^4.2.2",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"serialize-javascript": "^4.0.0",
"styled-components": "^3.3.3"
},
"devDependencies": {
"razzle": "^3.1.5"
}
}