summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2017-09-12 09:20:19 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2017-09-12 09:20:19 +0200
commit02758a69ac49cc437ed27628b64e08fd443758b8 (patch)
tree470d9980b9c2ec710f85a7c5b872d4b529e36a9e /package.json
parenta5e69edc5a6f1a95618c04e214d39b397577d796 (diff)
downloadrpgedit-02758a69ac49cc437ed27628b64e08fd443758b8.tar
rpgedit-02758a69ac49cc437ed27628b64e08fd443758b8.zip
Implement simple map renderer
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"
}
}