-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
156 lines (156 loc) · 5.09 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
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
{
"name": "echoes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write \"**/*.(ts|tsx)\"",
"format-check": "prettier --check \"**/*.(ts|tsx)\"",
"type-check": "tsc --pretty --noEmit",
"migrate:gen": "drizzle-kit generate:sqlite --out src/lib/db/migrations --schema src/lib/db/schema.ts",
"migrate:push": "node -r esbuild-register src/lib/db/migrate.ts",
"migrations:drop": "drizzle-kit drop --config=drizzle.config.ts",
"pre-commit": "yarn format && yarn lint:fix && yarn type-check",
"assets": "npx pwa-asset-generator echoes.png --padding \"calc(50vh - 25%) calc(50vw - 25%)\" -q 100 --dark-mode --background \"#03050A\" -m ./manifest.json --favicon"
},
"dependencies": {
"@aws-sdk/client-s3": "3.476.0",
"@aws-sdk/s3-request-presigner": "3.476.0",
"@clerk/nextjs": "4.29.3",
"@clerk/themes": "1.7.4",
"@dqbd/tiktoken": "1.0.3",
"@ducanh2912/next-pwa": "10.2.5",
"@faker-js/faker": "8.3.1",
"@hookform/resolvers": "3.3.2",
"@langchain/core": "0.1.25",
"@langchain/openai": "0.0.14",
"@libsql/client": "0.8.0",
"@liveblocks/client": "1.1.6",
"@liveblocks/react": "1.1.6",
"@mantine/hooks": "6.0.17",
"@microsoft/fetch-event-source": "2.0.1",
"@phosphor-icons/react": "2.0.10",
"@planetscale/database": "1.8.0",
"@radix-ui/react-accordion": "1.1.2",
"@radix-ui/react-aspect-ratio": "1.0.3",
"@radix-ui/react-avatar": "1.0.3",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-context-menu": "2.1.4",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "2.0.5",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-navigation-menu": "1.1.4",
"@radix-ui/react-popover": "1.0.6",
"@radix-ui/react-radio-group": "1.1.3",
"@radix-ui/react-scroll-area": "1.0.4",
"@radix-ui/react-select": "2.0.0",
"@radix-ui/react-separator": "1.0.3",
"@radix-ui/react-slider": "1.1.2",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-switch": "1.0.3",
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-toast": "1.1.5",
"@radix-ui/react-toggle": "1.0.3",
"@radix-ui/react-tooltip": "1.0.6",
"@react-hook/media-query": "1.1.1",
"@ricky0123/vad-react": "^0.0.24",
"@sentry/nextjs": "7.61.0",
"@t3-oss/env-core": "0.3.1",
"@t3-oss/env-nextjs": "0.3.1",
"@tanstack/react-query": "4.29.25",
"@tanstack/react-table": "8.10.7",
"@typeform/embed-react": "2.31.0",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@uidotdev/usehooks": "2.4.1",
"@uploadthing/react": "5.2.0",
"@upstash/qstash": "^2.7.9",
"@upstash/redis": "1.24.3",
"ably": "1.2.48",
"ai": "2.2.20",
"algoliasearch": "4.20.0",
"axios": "1.6.1",
"canvas": "2.11.2",
"canvas-size": "2.0.0",
"class-variance-authority": "0.7.0",
"clsx": "2.0.0",
"cmdk": "0.2.0",
"drizzle-orm": "0.26.5",
"drizzle-zod": "0.4.2",
"encoding": "0.1.13",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"eventsource-parser": "1.1.1",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
"framer-motion": "10.16.2",
"get-blob-duration": "1.2.0",
"html-to-image": "1.11.11",
"iconoir-react": "6.8.0",
"js-tiktoken": "1.0.7",
"langchain": "0.0.180",
"langsmith": "0.0.48",
"lucide-react": "0.228.0",
"next": "14.0.0",
"next-themes": "^0.3.0",
"next-transpile-modules": "^10.0.1",
"next-usequerystate": "1.13.1",
"openai": "4.17.4",
"prettier": "3.0.0",
"react": "18.2.0",
"react-device-detect": "2.2.3",
"react-div-100vh": "0.7.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-hook-form": "7.48.2",
"react-intersection-observer": "9.5.2",
"react-markdown": "8.0.7",
"react-mic": "12.4.6",
"react-syntax-highlighter": "15.5.0",
"react-textarea-autosize": "8.4.1",
"react-use-wake-lock": "^1.0.1",
"remark-gfm": "3.0.1",
"remark-math": "^6.0.0",
"remark-rehype": "10.1.0",
"sonner": "^1.5.0",
"superagentai-js": "0.1.44",
"tailwind-merge": "1.12.0",
"tailwindcss-animate": "1.0.5",
"terser": "^5.33.0",
"tldraw": "2.0.2",
"typescript": "5.0.3",
"vaul": "0.8.0",
"zod": "3.22.4",
"zustand": "4.4.6"
},
"devDependencies": {
"@types/canvas-size": "1.2.2",
"@types/react-mic": "12.4.3",
"@types/react-syntax-highlighter": "15.5.7",
"autoprefixer": "10.4.14",
"cross-env": "7.0.3",
"dotenv": "16.1.4",
"drizzle-kit": "0.18.1",
"esbuild-register": "3.4.2",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-unused-imports": "3.0.0",
"path": "0.12.7",
"postcss": "8.4.21",
"pwa-asset-generator": "6.3.1",
"tailwindcss": "3.3.1",
"tailwindcss-safe-area": "0.4.1",
"ts-node": "10.9.1",
"webpack": "5.89.0"
},
"overrides": {
"next-intl": {
"next": "14.0.0"
}
}
}