Skip to content

Commit

Permalink
Merge branch 'develop' into inbound-calls
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderTsarapkine authored Feb 22, 2024
2 parents 38b3e81 + 5f1d0be commit ce5d2f5
Show file tree
Hide file tree
Showing 39 changed files with 3,410 additions and 224 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,3 @@ OKTA_OAUTH2_CLIENT_ID={OKTA APPLICATION CLIENT ID}
OKTA_OAUTH2_CLIENT_SECRET={OKTA APPLICATION SECRET}
OKTA_OAUTH2_ISSUER=https://{YOUR OKTA ACCOUNT URL (click top right and it will appear below your email)}
SECRET=Some long random string

16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,28 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@aws-sdk/client-s3": "^3.513.0",
"@material-tailwind/react": "^2.1.8",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@tanstack/react-table": "^8.12.0",
"@twilio/voice-sdk": "^2.10.1",
"chart.js": "^4.4.1",
"axios": "^1.6.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
Expand All @@ -25,7 +36,9 @@
"next": "14.0.4",
"next-auth": "^4.24.5",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"twilio": "^4.20.1",
Expand All @@ -39,6 +52,7 @@
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"prettier": "3.2.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
Expand Down
Loading

0 comments on commit ce5d2f5

Please sign in to comment.