setting up twilio sdk for frontend
This commit is contained in:
+3
-1
@@ -4,6 +4,8 @@
|
||||
"repository": "https://github.com/talksik/nirvana-v4.git",
|
||||
"author": "talksik <[email protected]>",
|
||||
"license": "MIT",
|
||||
"workspaces": ["packages/*"],
|
||||
"workspaces": [
|
||||
"packages/**"
|
||||
],
|
||||
"private": true
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user