Reimpliment the website design in React

This commit is contained in:
Nick Pegg 2017-09-24 21:23:59 -07:00
parent 833e5f19fc
commit f2244ea3ed
23 changed files with 6351 additions and 47 deletions

View file

@ -5,7 +5,10 @@
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-scripts": "1.0.13"
"react-fontawesome": "^1.6.1",
"react-markdown": "^2.5.0",
"react-scripts": "1.0.13",
"react-skeleton-css": "^1.0.2"
},
"scripts": {
"start": "react-scripts start",
@ -13,4 +16,4 @@
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
}