-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 947 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
36
{
"name": "razzle-examples-with-afterjs",
"version": "2.4.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
"build": "razzle build",
"test": "razzle test --env=jsdom",
"start:prod": "NODE_ENV=production node build/server.js"
},
"dependencies": {
"@jaredpalmer/after": "latest",
"@rebass/grid": "^6.0.0-7",
"cookie": "^0.3.1",
"express": "^4.16.2",
"formik": "^1.4.1",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.2.0",
"razzle": "^2.4.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-redux": "^5.1.1",
"react-router-dom": "^4.2.2",
"rebass": "^3.0.0-11",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"styled-components": "^4.1.1",
"styled-system": "^3.1.11",
"yup": "^0.26.6"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.9.4",
"redux-devtools-extension": "^2.13.5"
}
}