M96820
commited on
fix: add 11labs dependency for build
Browse files- client/package.json +1 -0
client/package.json
CHANGED
@@ -10,6 +10,7 @@
|
|
10 |
"preview": "vite preview"
|
11 |
},
|
12 |
"dependencies": {
|
|
|
13 |
"@emotion/react": "^11.14.0",
|
14 |
"@emotion/styled": "^11.14.0",
|
15 |
"@mui/icons-material": "^6.4.1",
|
|
|
10 |
"preview": "vite preview"
|
11 |
},
|
12 |
"dependencies": {
|
13 |
+
"@11labs/react": "^0.0.5",
|
14 |
"@emotion/react": "^11.14.0",
|
15 |
"@emotion/styled": "^11.14.0",
|
16 |
"@mui/icons-material": "^6.4.1",
|