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",
|
"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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user