summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4ddc777..0bb144b 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
},
"devDependencies": {
"@types/gl-matrix": "^2.3.0",
+ "@types/lodash": "^4.14.74",
"raw-loader": "^0.5.1",
"ts-loader": "^2.3.6",
"typescript": "^2.5.2",
@@ -14,6 +15,7 @@
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
- "gl-matrix": "^2.4.0"
+ "gl-matrix": "^2.4.0",
+ "lodash": "^4.17.4"
}
}