From 37a8ae298a7bb4c883c26fd50ecaaa992e6991f1 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Fri, 13 Nov 2020 20:37:18 +0300 Subject: chore: install material-ui --- package-lock.json | 11 ----------- package.json | 1 + 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index f93c2d6..94e2007 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2204,17 +2204,6 @@ "integrity": "sha512-/QfLHGpu+2fQOqQaXh8MG9q03bFENooTb/it4jr5kKaZlDQfWvjqWZg48AwzPVMBHlRuTRAY7hRHCEOXz5kV6w==", "requires": { "@types/react": "*" - }, - "dependencies": { - "@types/react": { - "version": "16.9.56", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.56.tgz", - "integrity": "sha512-gIkl4J44G/qxbuC6r2Xh+D3CGZpJ+NdWTItAPmZbR5mUS+JQ8Zvzpl0ea5qT/ZT3ZNTUcDKUVqV3xBE8wv/DyQ==", - "requires": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - } - } } }, "@types/resolve": { diff --git a/package.json b/package.json index 0aae0ee..7f80771 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "famcs-kit", "version": "0.0.0", "dependencies": { + "@material-ui/core": "^4.11.0", "@types/node": "^12.0.0", "@types/react": "^16.9.53", "@types/react-dom": "^16.9.8", -- cgit v1.2.3