Implemented download as zip

This commit is contained in:
muzam
2021-12-13 16:21:28 +05:30
parent a0303ecfa4
commit 8ac7e82221
6 changed files with 156 additions and 64 deletions

View File

@@ -17,6 +17,8 @@
"@radix-ui/react-dropdown-menu": "^0.1.1",
"@radix-ui/react-id": "^0.1.1",
"@stitches/react": "^1.2.6-0",
"file-saver": "^2.0.5",
"jszip": "^3.7.1",
"monaco-editor": "^0.29.1",
"next": "^12.0.4",
"next-auth": "^4.0.0-beta.5",
@@ -31,6 +33,7 @@
"valtio": "^1.2.5"
},
"devDependencies": {
"@types/file-saver": "^2.0.4",
"@types/react": "17.0.31",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",