setting up twilio sdk for frontend

This commit is contained in:
talksik
2022-06-01 18:51:46 -05:00
parent 0c347b1cb2
commit 5d495ebabf
4 changed files with 947 additions and 40 deletions
+3 -1
View File
@@ -4,6 +4,8 @@
"repository": "https://github.com/talksik/nirvana-v4.git",
"author": "talksik <[email protected]>",
"license": "MIT",
"workspaces": ["packages/*"],
"workspaces": [
"packages/**"
],
"private": true
}
+1
View File
@@ -108,6 +108,7 @@
"react-error-boundary": "^3.1.4",
"react-icons": "^4.3.1",
"react-use": "^17.4.0",
"twilio-video": "^2.21.1",
"use-immer": "^0.7.0"
}
}
+3 -1
View File
@@ -1,5 +1,6 @@
{
"name": "functions",
"version": "1.0.0",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"build": "npm run lint && tsc",
@@ -24,7 +25,8 @@
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.22.0",
"firebase-functions-test": "^0.2.0",
"typescript": "^3.8.0"
"typescript": "^3.8.0",
"@nirvana/core": "*"
},
"private": true
}
+940 -38
View File
File diff suppressed because it is too large Load Diff