-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
145 lines (145 loc) · 4.4 KB
/
package.json
File metadata and controls
145 lines (145 loc) · 4.4 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
{
"name": "verbyai",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@deepgram/sdk": "^2.2.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@hookform/resolvers": "^3.1.0",
"@prisma/client": "^4.9.0",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.5",
"@silevis/reactgrid": "^4.1.1",
"@stripe/stripe-js": "^1.52.1",
"@supabase/auth-helpers-nextjs": "^0.5.6",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.10.0",
"@tanstack/react-query": "^4.20.2",
"@trpc-limiter/upstash": "^0.0.3",
"@trpc/client": "^10.9.0",
"@trpc/next": "^10.9.0",
"@trpc/react-query": "^10.9.0",
"@trpc/server": "^10.9.0",
"@upstash/ratelimit": "^0.4.0",
"@upstash/redis": "^1.20.1",
"axios": "^1.4.0",
"babel-plugin-styled-components": "^2.0.7",
"class-variance-authority": "^0.6.0",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"cookie": "^0.5.0",
"date-fns": "^3.3.1",
"file-saver": "^2.0.5",
"framer-motion": "^10.6.0",
"fs": "^0.0.1-security",
"fuse.js": "^6.6.2",
"is-hotkey": "^0.2.0",
"is-url": "^1.2.4",
"katex": "^0.16.8",
"lodash": "^4.17.21",
"marked": "^5.1.2",
"million": "^2.4.4",
"nanoid": "^4.0.1",
"next": "^13.2.1",
"next-themes": "^0.2.1",
"ngrok": "^4.3.3",
"openai": "^4.29.2",
"pigeon-maps": "^0.21.3",
"plyr-react": "^5.3.0",
"puppeteer": "^21.0.3",
"puppeteer-core": "^21.0.3",
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-data-grid": "^7.0.0-beta.40",
"react-day-picker": "^8.10.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-katex": "^3.0.1",
"react-lazy-load-image-component": "^1.6.0",
"react-mirt": "^1.3.0",
"react-portal": "^4.2.2",
"react-resizable": "^3.0.5",
"react-spreadsheet": "^0.9.2",
"react-toastify": "^9.1.3",
"react-window": "^1.8.9",
"react-youtube": "^10.1.0",
"scroll-into-view-if-needed": "^3.0.10",
"slate": "^0.91.4",
"slate-history": "^0.86.0",
"slate-hyperscript": "^0.77.0",
"slate-react": "^0.92.0",
"socket.io-client": "^4.6.1",
"stream": "^0.0.2",
"stripe": "^12.3.0",
"styled-components": "^5.3.8",
"superjson": "1.9.1",
"tailwind-merge": "^1.10.0",
"tailwindcss-animate": "^1.0.5",
"twin.macro": "^3.1.0",
"usehooks-ts": "^2.9.1",
"victory": "^36.6.11",
"ytdl-core": "^4.11.5",
"zod": "^3.20.6",
"zustand": "^4.4.3"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/eslint": "^8.21.1",
"@types/file-saver": "^2.0.5",
"@types/is-url": "^1.2.30",
"@types/katex": "^0.16.0",
"@types/node": "^18.14.0",
"@types/prettier": "^2.7.2",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.0.11",
"@types/react-katex": "^3.0.0",
"@types/react-lazy-load-image-component": "^1.5.3",
"@types/react-portal": "^4.0.4",
"@types/react-resizable": "^3.0.4",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.34.0",
"eslint-config-next": "^13.4.9",
"eslint-config-prettier": "^8.8.0",
"lucide-react": "^0.268.0",
"postcss": "^8.4.14",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"prisma": "^4.9.0",
"supabase": "^1.52.2",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.5"
},
"ct3aMetadata": {
"initVersion": "7.7.0"
}
}