feat(editor): Add file upload input

This commit is contained in:
Baptiste Arnaud
2022-06-12 17:34:33 +02:00
parent d4c52d47b3
commit 75365a0d82
48 changed files with 1022 additions and 587 deletions

View File

@@ -13,6 +13,7 @@
},
"dependencies": {
"@sentry/nextjs": "^6.19.7",
"aws-sdk": "^2.1152.0",
"bot-engine": "*",
"cors": "^2.8.5",
"cuid": "^2.1.8",
@@ -31,6 +32,7 @@
},
"devDependencies": {
"@playwright/test": "^1.22.0",
"@types/aws-sdk": "^2.7.0",
"@types/cors": "^2.8.12",
"@types/google-spreadsheet": "^3.2.1",
"@types/node": "^17.0.33",