feat: Configure Chatwoot & Analytics for SaaS app (#2975)

* feat: Add Chatwoot support inside Chatwoot SaaS
* Fix identity issues with Chatwoot
This commit is contained in:
Pranav Raj S
2021-09-07 23:11:01 +05:30
committed by GitHub
parent 8de4ce0037
commit 4759730022
12 changed files with 125 additions and 39 deletions

View File

@@ -13,7 +13,7 @@
"start:dev-overmind": "overmind start -f ./Procfile.dev",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"ruby:prettier":"bundle exec rubocop -a"
"ruby:prettier": "bundle exec rubocop -a"
},
"dependencies": {
"@braid/vue-formulate": "^2.5.2",
@@ -41,6 +41,7 @@
"lodash.groupby": "^4.6.0",
"marked": "2.0.3",
"md5": "^2.3.0",
"posthog-js": "^1.13.7",
"prosemirror-markdown": "1.5.1",
"prosemirror-state": "1.3.4",
"prosemirror-view": "1.18.4",