deleting and uploading photos

This commit is contained in:
2020-10-15 11:18:32 +03:00
committed by Stepan Usatiuk
parent e1411b1c1f
commit 09a1dcf8ba
16 changed files with 648 additions and 33 deletions

View File

@@ -45,6 +45,7 @@
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"sass": "^1.27.0",
"spark-md5": "^3.0.1",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
},
@@ -60,6 +61,7 @@
"@types/react-redux": "^7.1.9",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.6",
"@types/sass": "^1.16.0"
"@types/sass": "^1.16.0",
"@types/spark-md5": "^3.0.2"
}
}
}