From 1605e743f44b835e99b3403cb3cfc5018b697d26 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 19 Mar 2020 23:12:13 +0100 Subject: editor: experiment with Material UI for sprite library implementation --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package.json') 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" } } -- cgit v1.2.3