summaryrefslogtreecommitdiff
path: root/webapp/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/package.json')
-rw-r--r--webapp/package.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/webapp/package.json b/webapp/package.json
new file mode 100644
index 0000000..bfd10bc
--- /dev/null
+++ b/webapp/package.json
@@ -0,0 +1,37 @@
+{
+ "name": "twilio-realtime-frontend",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "@radix-ui/react-checkbox": "^1.1.1",
+ "@radix-ui/react-dialog": "^1.1.3",
+ "@radix-ui/react-label": "^2.1.0",
+ "@radix-ui/react-scroll-area": "^1.2.1",
+ "@radix-ui/react-select": "^2.1.1",
+ "@radix-ui/react-slot": "^1.1.0",
+ "class-variance-authority": "^0.7.0",
+ "clsx": "^2.1.1",
+ "dotenv": "^16.4.5",
+ "lucide-react": "^0.417.0",
+ "next": "14.2.5",
+ "react": "^18",
+ "react-dom": "^18",
+ "tailwind-merge": "^2.4.0",
+ "tailwindcss-animate": "^1.0.7",
+ "twilio": "^5.2.2"
+ },
+ "devDependencies": {
+ "@types/node": "^20",
+ "@types/react": "^18",
+ "@types/react-dom": "^18",
+ "postcss": "^8",
+ "tailwindcss": "^3.4.1",
+ "typescript": "^5"
+ }
+}