This commit is contained in:
2020-08-22 18:31:48 +02:00
parent 7750829b39
commit ab4fc8e18a
7 changed files with 535 additions and 49 deletions

View File

@@ -22,6 +22,7 @@
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.2",
"@types/webpack-subresource-integrity": "^1.2.0",
"@types/workbox-webpack-plugin": "^5.1.4",
"antd": "^4.5.4",
"babel-loader": "^8.1.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
@@ -37,7 +38,8 @@
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-pwa-manifest": "^4.2.0",
"webpack-subresource-integrity": "^1.4.1"
"webpack-subresource-integrity": "^1.4.1",
"workbox-webpack-plugin": "^5.1.3"
},
"dependencies": {
"jszip": "^3.5.0",