diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-05-04 12:52:25 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-05-04 12:52:25 +0300 |
commit | f35c1cf5480f7506442ac4c9170c5e0a1a4a8b15 (patch) | |
tree | 94fa0fa38e8a90df08933c05910bea6bed461291 /package.json | |
parent | 8dc803f882f31430abb600fba250fdcf3334d9bf (diff) | |
download | chrono-cube-ui-f35c1cf5480f7506442ac4c9170c5e0a1a4a8b15.tar.gz |
feat: remove material UI and useless functionality
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package.json b/package.json index f975405..6f6bd7f 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,8 @@ "private": true, "homepage": "https://eug-vs.github.io/chrono-cube", "dependencies": { - "@material-ui/core": "^4.9.7", - "@material-ui/icons": "^4.9.1", "axios": "^0.19.2", "react": "^16.13.1", - "react-benzin": "^3.0.0", "react-dom": "^16.13.1", "react-scripts": "3.4.1" }, |