summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index 1167f63..058fc3e 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,6 @@
},
"devDependencies": {
"@types/gl-matrix": "^2.4.4",
- "@types/lodash": "^4.14.117",
"raw-loader": "^0.5.1",
"ts-loader": "^5.2.2",
"typescript": "^3.1.3",
@@ -16,7 +15,6 @@
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
- "gl-matrix": "^2.8.1",
- "lodash": "^4.17.11"
+ "gl-matrix": "^2.8.1"
}
}