summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index b1ce26b..b196d25 100644
--- a/package.json
+++ b/package.json
@@ -45,6 +45,7 @@
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
+ "file-loader": "^6.0.0",
"prettier": "^1.19.1",
"raw-loader": "^4.0.0",
"style-loader": "^1.1.3",
@@ -55,7 +56,9 @@
"dependencies": {
"@material-ui/core": "^4.9.5",
"gl-matrix": "^3.2.1",
+ "immutable": "^4.0.0-rc.12",
"react": "^16.13.0",
- "react-dom": "^16.13.0"
+ "react-dom": "^16.13.0",
+ "typeface-roboto": "^0.0.75"
}
}