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", "repository": "https://github.com/talksik/nirvana-v4.git",
"author": "talksik <[email protected]>", "author": "talksik <[email protected]>",
"license": "MIT", "license": "MIT",
"workspaces": ["packages/*"], "workspaces": [
"packages/**"
],
"private": true "private": true
} }
+1
View File
@@ -108,6 +108,7 @@
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",
"react-icons": "^4.3.1", "react-icons": "^4.3.1",
"react-use": "^17.4.0", "react-use": "^17.4.0",
"twilio-video": "^2.21.1",
"use-immer": "^0.7.0" "use-immer": "^0.7.0"
} }
} }
+3 -1
View File
@@ -1,5 +1,6 @@
{ {
"name": "functions", "name": "functions",
"version": "1.0.0",
"scripts": { "scripts": {
"lint": "eslint --ext .js,.ts .", "lint": "eslint --ext .js,.ts .",
"build": "npm run lint && tsc", "build": "npm run lint && tsc",
@@ -24,7 +25,8 @@
"eslint-config-google": "^0.14.0", "eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.22.0", "eslint-plugin-import": "^2.22.0",
"firebase-functions-test": "^0.2.0", "firebase-functions-test": "^0.2.0",
"typescript": "^3.8.0" "typescript": "^3.8.0",
"@nirvana/core": "*"
}, },
"private": true "private": true
} }
+940 -38
View File
File diff suppressed because it is too large Load Diff