Server render the main page

Also, add hashes to asset file names and use the "entry manifest" plugin
in dev to get auto-reloading.
This commit is contained in:
Michael Jackson
2019-01-12 19:27:28 -08:00
parent 45c48cba26
commit 09914c1db4
176 changed files with 2725 additions and 119822 deletions

View File

@ -11,6 +11,16 @@
"test": "jest",
"watch": "rollup -c -w"
},
"dependencies": {
"@emotion/core": "^10.0.6",
"date-fns": "^1.30.1",
"pretty-bytes": "^5.1.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-motion": "^0.5.2",
"react-router-dom": "^4.3.1",
"sort-by": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.1",
@ -29,19 +39,14 @@
"isomorphic-fetch": "^2.2.1",
"jest": "^22.4.4",
"node-forge": "^0.7.6",
"rollup": "^1.0.0",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.2.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-size-snapshot": "^0.7.0",
"rollup-plugin-url": "^2.1.0",
"supertest": "^3.0.0"
},
"dependencies": {
"date-fns": "^1.30.1",
"pretty-bytes": "^5.1.0",
"sort-by": "^1.2.0"
"supertest": "^3.0.0",
"tempy": "^0.2.1"
}
}