Skip to content

Commit 5c03457

Browse files
authored
Gladia v3 (#274)
* Gladia v3 * Add animations * Add lazy apps * fix?
1 parent 6376a6d commit 5c03457

17 files changed

Lines changed: 837 additions & 554 deletions

bun.lockb

1.73 KB
Binary file not shown.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"@fullcalendar/react": "^6.1.9",
2727
"@fullcalendar/resource": "^6.1.9",
2828
"@fullcalendar/resource-timegrid": "^6.1.9",
29+
"@gladiaio/sdk": "1.0.7",
2930
"@hello-pangea/dnd": "^16.3.0",
3031
"@hookform/resolvers": "^3.3.2",
3132
"@mdi/js": "^7.3.67",
@@ -41,6 +42,7 @@
4142
"@uiw/react-md-editor": "^4.0.1",
4243
"canvas-confetti": "^1.9.3",
4344
"data-uri-to-buffer": "^6.0.2",
45+
"eventemitter3": "5.0.4",
4446
"firebase": "^10.5.2",
4547
"flag-icons": "^7.3.2",
4648
"image-blob-reduce": "^4.1.0",
@@ -51,13 +53,15 @@
5153
"p-limit": "^5.0.0",
5254
"pica": "^9.0.1",
5355
"react": "^18.2.0",
56+
"react-colorful": "5.7.0",
5457
"react-dom": "^18.2.0",
5558
"react-dropzone": "^14.2.3",
5659
"react-hook-form": "^7.54.2",
5760
"react-hook-form-mui": "^7.4.1",
5861
"react-hotkeys-hook": "^4.4.1",
5962
"react-markdown": "^10.1.0",
6063
"react-redux": "^8.1.3",
64+
"react-transition-group": "4.4.5",
6165
"remark-breaks": "^4.0.0",
6266
"use-firebase-auth": "^3.0.0",
6367
"uuid": "^9.0.1",
@@ -74,6 +78,7 @@
7478
"@types/react": "^18.2.34",
7579
"@types/react-dom": "^18.2.14",
7680
"@types/react-redux": "^7.1.28",
81+
"@types/react-transition-group": "4.4.12",
7782
"@types/uuid": "^9.0.6",
7883
"@vitejs/plugin-react": "^4.1.1",
7984
"husky": "^8.0.3",

0 commit comments

Comments
 (0)