summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2020-03-22 01:43:54 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2020-03-22 01:43:54 +0100
commit6484d42dabf1482e2ea538d2512537690180b8d2 (patch)
treefa9b6fb59361ababa8ccc9e4f58a8f34029f0f8d /package.json
parent1605e743f44b835e99b3403cb3cfc5018b697d26 (diff)
downloadrpgedit-6484d42dabf1482e2ea538d2512537690180b8d2.tar
rpgedit-6484d42dabf1482e2ea538d2512537690180b8d2.zip
editor: list tiles in project directory
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index b196d25..b8ebd24 100644
--- a/package.json
+++ b/package.json
@@ -31,6 +31,7 @@
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.50",
"@electron-forge/plugin-webpack": "^6.0.0-beta.50",
+ "@types/color": "^3.0.1",
"@types/electron-devtools-installer": "^2.2.0",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
@@ -55,6 +56,8 @@
},
"dependencies": {
"@material-ui/core": "^4.9.5",
+ "color": "^3.1.2",
+ "fast-glob": "^3.2.2",
"gl-matrix": "^3.2.1",
"immutable": "^4.0.0-rc.12",
"react": "^16.13.0",