From eca56fc78098b6cb35edd6ba9d3431046d45dfae Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Mon, 19 Mar 2018 12:43:35 -0700 Subject: [PATCH] add webgl packages --- package.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f5263af..3e750f29 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,16 @@ "redux-thunk": "^2.2.0", "serve-favicon": "^2.3.0", "urijs": "^1.19.0", - "whatwg-fetch": "^2.0.3" + "whatwg-fetch": "^2.0.3", + "canvas-fit": "^1.5.0", + "gl-mat4": "^1.1.4", + "hsv2rgb": "^1.1.0", + "key-pressed": "0.0.1", + "mouse-position": "^2.0.1", + "mouse-pressed": "^1.0.0", + "orbit-camera": "^1.0.0", + "regl": "^1.3.1", + "scroll-speed": "^1.0.0" }, "devDependencies": { "autoprefixer": "^6.4.0",