-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
187 lines (187 loc) · 6.57 KB
/
package.json
File metadata and controls
187 lines (187 loc) · 6.57 KB
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
"name": "convo",
"version": "0.1.0",
"private": true,
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"start:local": "npx prisma generate && npx prisma migrate dev && npm run dev",
"vercel-build": "prisma generate && prisma migrate deploy && next build",
"queue:worker": "tsx scripts/start-worker.js",
"queue:clear": "tsx src/scripts/clear-email-queue.ts",
"db:data": "npx prisma format && npx prisma generate && npx prisma db push",
"db:reset": "npx prisma migrate reset",
"db:migrate": "npx prisma migrate dev",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore .",
"prepare": "husky install",
"trigger-build": "git commit --allow-empty -m 'Trigger Build' && git push",
"db:studio": "BROWSER=none prisma studio",
"capture-screenshots": "node scripts/capture-screenshots.js",
"db:seed": "npx prisma db seed",
"seed:connections": "tsx scripts/seed-connections.ts",
"seed:connections:clear": "tsx scripts/seed-connections.ts --clear",
"seed:connections:sparse": "npx tsx scripts/seed-connections.ts --clear --density sparse --max 20",
"seed:connections:dense": "npx tsx scripts/seed-connections.ts --clear --density dense --max 1000",
"seed:connections:test": "npx tsx scripts/seed-connections.ts --clear --density sparse --max 10",
"fix:weights": "npx tsx scripts/fix-weights.ts",
"similarity:calculate": "npx tsx scripts/calculate-similarity.ts",
"similarity:calculate:clear": "npx tsx scripts/calculate-similarity.ts --clear",
"similarity:dry-run": "npx tsx scripts/calculate-similarity.ts --dry-run --verbose",
"similarity:user": "npx tsx scripts/calculate-similarity.ts --user",
"similarity:help": "npx tsx scripts/calculate-similarity.ts --help"
},
"lint-staged": {
"*.{jsx,js,tsx,ts}": "prettier --write"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.787.0",
"@aws-sdk/s3-request-presigner": "^3.787.0",
"@clerk/nextjs": "^6.21.0",
"@hookform/resolvers": "^2.9.11",
"@prisma/client": "^6.10.1",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "^0.0.36",
"@slack/web-api": "^6.8.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.16",
"@tiptap/core": "^2.2.3",
"@tiptap/extension-bold": "^2.2.3",
"@tiptap/extension-bullet-list": "^2.2.3",
"@tiptap/extension-code": "^2.2.3",
"@tiptap/extension-collaboration": "^2.2.3",
"@tiptap/extension-document": "^2.2.3",
"@tiptap/extension-heading": "^2.2.3",
"@tiptap/extension-highlight": "^2.2.3",
"@tiptap/extension-italic": "^2.2.3",
"@tiptap/extension-link": "^2.2.3",
"@tiptap/extension-list-item": "^2.2.3",
"@tiptap/extension-ordered-list": "^2.2.3",
"@tiptap/extension-paragraph": "^2.2.3",
"@tiptap/extension-placeholder": "^2.2.3",
"@tiptap/extension-text": "^2.2.3",
"@tiptap/pm": "^2.2.3",
"@tiptap/react": "^2.2.3",
"@vercel/analytics": "^0.1.8",
"@vercel/flags": "^3.1.1",
"@vercel/kv": "^3.0.0",
"@vercel/og": "^0.6.5",
"@vercel/speed-insights": "^1.0.10",
"add-to-calendar-button-react": "^2.5.9",
"bull": "^4.16.5",
"chrono-node": "^2.7.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"cohere-ai": "^7.15.4",
"cookies-next": "^5.1.0",
"d3": "^7.9.0",
"date-fns": "^3.6.0",
"dotenv": "^16.5.0",
"ethers": "^5.5.1",
"flags": "^3.1.1",
"framer-motion": "^12.0.6",
"googleapis": "^118.0.0",
"gray-matter": "^4.0.3",
"ical-generator": "^7.1.0",
"ioredis": "^5.6.1",
"isomorphic-dompurify": "^2.20.0",
"jest": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"langchain": "^0.3.15",
"lodash": "^4.17.21",
"lucide-react": "0.475.0",
"luxon": "^3.2.1",
"mapbox-gl": "^3.11.0",
"nanoid": "^4.0.0",
"next": "15.3.8",
"next-seo": "^5.15.0",
"openai": "^4.82.0",
"partysocket": "0.0.25",
"pino-pretty": "^11.0.0",
"qrcode": "^1.5.4",
"react": "18.2.0",
"react-datepicker": "^4.10.0",
"react-day-picker": "^8.10.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.1",
"react-hot-toast": "^2.5.2",
"react-icons": "^4.9.0",
"react-intersection-observer": "^9.4.1",
"react-map-gl": "^8.0.2",
"react-markdown": "^10.0.0",
"react-query": "^3.39.2",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remixicon": "^4.1.0",
"resend": "^4.1.2",
"rrule": "^2.8.1",
"siwe": "^1.1.6",
"string-strip-html": "^13.4.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0",
"vaul": "^1.1.2",
"y-prosemirror": "^1.2.2",
"y-websocket": "^1.5.4",
"yjs": "^13.6.12",
"zod": "^3.20.2",
"zustand": "5.0.0-rc.2"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.14.191",
"@types/luxon": "^3.2.0",
"@types/mapbox-gl": "^3.4.1",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.0.26",
"@types/react-datepicker": "^4.8.0",
"@types/react-dom": "^18.0.10",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"autoprefixer": "^10.4.7",
"eslint": "^8.30.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "^8.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"partykit": "0.0.79",
"postcss": "^8.4.14",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"prisma": "^6.10.1",
"puppeteer": "^24.2.1",
"tailwindcss": "^3.2.0",
"ts-node": "^10.9.1",
"tsx": "^4.7.0",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.2.0"
}
}