-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
87 lines (87 loc) · 2.49 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"update-types": "npx supabase gen types typescript --project-id \"grjecfvldxcnvhmjpvmu\" --schema public > app/database.types.ts"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.24.3",
"@heroicons/react": "^2.0.18",
"@phosphor-icons/react": "^2.0.15",
"@react-pdf/renderer": "^3.4.4",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/ssr": "^0.1.0",
"@supabase/supabase-js": "^2.39.8",
"@tailwindcss/forms": "^0.5.7",
"@types/node": "20.5.7",
"@uppy/audio": "^1.1.8",
"@uppy/core": "^3.11.1",
"@uppy/dashboard": "^3.8.1",
"@uppy/drag-drop": "^3.1.0",
"@uppy/file-input": "^3.1.2",
"@uppy/progress-bar": "^3.1.1",
"@uppy/react": "^3.3.0",
"@uppy/tus": "^3.5.4",
"@vercel/blob": "^0.16.1",
"@vercel/postgres": "^0.5.1",
"@xenova/transformers": "^2.15.1",
"ai": "^2.2.33",
"autoprefixer": "10.4.15",
"bcrypt": "^5.1.1",
"blob-stream": "^0.1.3",
"clsx": "^2.0.0",
"csv-writer": "^1.6.0",
"exa-js": "^1.0.12",
"fontkit": "^2.0.2",
"formidable": "^3.5.1",
"fs": "^0.0.1-security",
"geist": "^1.2.0",
"iconv-lite": "^0.6.3",
"next": "^14.0.4",
"next-auth": "^5.0.0-beta.4",
"next-connect": "^1.0.0",
"ngrok": "^5.0.0-beta.2",
"openai": "^4.25.0",
"pdfkit": "^0.15.0",
"pdfmake": "^0.2.10",
"postcss": "8.4.31",
"react": "^18.3.1",
"react-audio-voice-recorder": "^2.2.0",
"react-dom": "^18.3.1",
"react-phone-number-input": "^3.4.1",
"react-select": "^5.8.0",
"replicate": "^0.25.2",
"tailwindcss": "3.3.3",
"tus-js-client": "^4.0.1",
"typescript": "5.2.2",
"use-debounce": "^10.0.0",
"uuid": "^9.0.1",
"web-amr": "^0.0.6",
"zod": "^3.22.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/bcrypt": "^5.0.1",
"@types/pdfkit": "^0.13.4",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.14",
"@types/uuid": "^9.0.8",
"@vercel/style-guide": "^5.0.1",
"daisyui": "^4.7.3",
"dotenv": "^16.4.5",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "9.0.0",
"node-loader": "^2.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"supabase": "^1.145.4"
},
"engines": {
"node": ">=18.17.0"
}
}