docs(example): add required dependencies to run the razzle example (#417)

The Razzle example is missing @loadable/component and @loadable/server in package.json to run.
This commit is contained in:
Martin d'Allens 2019-08-28 09:05:00 +02:00 committed by Greg Bergé
parent 79a4fe4c9e
commit 0aa67b735c

View File

@ -7,9 +7,11 @@
"start:prod": "NODE_ENV=production node build/server.js"
},
"dependencies": {
"babel-jest": "^24.8.0",
"@babel/runtime": "^7.1.5",
"@loadable/component": "^5.10.2",
"@loadable/server": "^5.10.2",
"@reach/router": "^1.2.1",
"babel-jest": "^24.8.0",
"common-tags": "^1.8.0",
"express": "^4.16.2",
"normalize.css": "^8.0.1",