This commit is contained in:
Elias Schneider
2022-04-28 15:02:38 +02:00
parent 85b5de86c4
commit 8caa667d09
17 changed files with 5559 additions and 308 deletions

View File

@@ -24,6 +24,7 @@
"cookies-next": "^2.0.4",
"js-file-download": "^0.4.12",
"next": "12.1.5",
"next-pwa": "^5.5.2",
"node-appwrite": "^5.1.0",
"react": "18.0.0",
"react-dom": "18.0.0",
@@ -35,16 +36,16 @@
"@types/node": "17.0.23",
"@types/react": "18.0.4",
"@types/react-dom": "18.0.0",
"@types/uuid": "^8.3.4",
"@types/readline-sync": "^1.4.4",
"@types/tar": "^6.1.1",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"typescript": "^4.6.3",
"@types/uuid": "^8.3.4",
"axios": "^0.26.1",
"cookie": "^0.5.0",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"node-appwrite": "^5.1.0",
"readline-sync": "^1.4.10",
"tar": "^6.1.11"
"tar": "^6.1.11",
"typescript": "^4.6.3"
}
}