-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (130 loc) · 3.93 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "elytra",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "npx prisma generate && next build",
"start": "next start",
"start:prisma": "npx prisma migrate dev && npx prisma generate",
"lint": "eslint . --use-eslintrc --extensions .js,.ts,.jsx,.tsx",
"format": "prettier --write ."
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
},
"dependencies": {
"@faker-js/faker": "^9.3.0",
"@google/generative-ai": "^0.21.0",
"@heygen/streaming-avatar": "^2.0.8",
"@livekit/components-react": "^2.6.9",
"@livekit/components-styles": "^1.1.3",
"@livekit/krisp-noise-filter": "^0.2.12",
"@next-auth/prisma-adapter": "^1.0.7",
"@nextui-org/button": "2.0.34",
"@nextui-org/chip": "^2.0.32",
"@nextui-org/code": "2.0.29",
"@nextui-org/input": "2.2.2",
"@nextui-org/kbd": "2.0.30",
"@nextui-org/link": "2.0.32",
"@nextui-org/listbox": "2.1.21",
"@nextui-org/navbar": "2.0.33",
"@nextui-org/react": "^2.4.2",
"@nextui-org/snippet": "2.0.38",
"@nextui-org/switch": "2.0.31",
"@nextui-org/system": "2.2.1",
"@nextui-org/theme": "2.2.5",
"@phosphor-icons/react": "^2.1.5",
"@pinecone-database/pinecone": "^4.0.0",
"@prisma/client": "^5.22.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.4",
"@react-aria/ssr": "3.9.4",
"@react-aria/visually-hidden": "3.8.12",
"@remixicon/react": "^4.5.0",
"@tabler/icons-react": "^3.24.0",
"@tanstack/react-table": "^8.20.5",
"@uiw/codemirror-extensions-langs": "^4.22.1",
"@uiw/react-codemirror": "^4.22.1",
"@uploadthing/react": "^7.1.2",
"@vercel/analytics": "^1.4.1",
"@xyflow/react": "^12.3.5",
"ahooks": "^3.8.1",
"ai": "^3.2.15",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"emblor": "^1.4.7",
"formik": "^2.4.6",
"framer-motion": "^11.13.1",
"jsonwebtoken": "^9.0.2",
"livekit-client": "^2.6.3",
"livekit-server-sdk": "^2.6.1",
"lucide-react": "^0.460.0",
"next": "^15.0.3",
"next-auth": "^4.24.10",
"next-themes": "^0.4.4",
"nodemailer": "^6.9.16",
"openai": "^4.73.0",
"react": "18.2.0",
"react-day-picker": "^8.10.1",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"react-phone-number-input": "^3.4.10",
"react-router-dom": "^7.0.2",
"recharts": "^2.14.1",
"remark-gfm": "^4.0.0",
"simli-client": "^1.2.1",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^7.4.0",
"xlsx": "^0.18.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20.17.10",
"@types/nodemailer": "^6.4.17",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-router-dom": "^5.3.3",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.3",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.12.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"postcss": "^8",
"prettier": "^3.3.3",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"**/*.{json,css,md}": [
"prettier --write"
]
}
}