diff --git a/package.json b/package.json index 72f3288..0d50012 100644 --- a/package.json +++ b/package.json @@ -6,14 +6,19 @@ "gh-pages": "^0.12.0", "react-scripts": "0.8.5" }, + "engines" : { + "node" : ">=6.8.0" + }, "homepage": "https://lukebelliveau.github.io/aclu-matchers", "dependencies": { "aphrodite": "^1.1.0", + "jquery": "^3.1.1", "react": "^15.4.2", "react-dom": "^15.4.2", "react-ga": "^2.1.2", "react-sortable": "^1.2.0", - "react-twitter-widgets": "^1.2.0" + "react-twitter-widgets": "^1.2.0", + "tesseract.js": "^1.0.10" }, "scripts": { "start": "react-scripts start", diff --git a/public/index.html b/public/index.html index 42753b2..654a5d5 100644 --- a/public/index.html +++ b/public/index.html @@ -26,13 +26,19 @@