diff --git a/package.json b/package.json index fe881b2..9357361 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,16 @@ "version": "0.1.0", "private": true, "dependencies": { + "highlight.js": "^9.12.0", + "prop-types": "^15.6.0", "react": "^16.2.0", "react-dom": "^16.2.0", - "react-scripts": "1.1.1" + "react-highlight": "briancappello/react-highlight#react-v16-compiled", + "react-redux": "^5.0.6", + "react-remarkable": "^1.1.3", + "react-scripts": "1.1.1", + "redux": "^3.7.2", + "reset-css": "^2.2.1" }, "scripts": { "start": "NODE_PATH=src react-scripts start", diff --git a/public/index.html b/public/index.html index ed0ebaf..68a68fe 100644 --- a/public/index.html +++ b/public/index.html @@ -4,6 +4,9 @@ + + +