summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
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",