-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.09 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
{
"name": "almi-platform",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.92.0",
"@elevenlabs/elevenlabs-js": "^2.45.0",
"@hello-pangea/dnd": "^18.0.1",
"@parcel/watcher": "^2.5.6",
"@react-pdf/renderer": "^4.5.1",
"@sendgrid/mail": "^8.1.6",
"@stripe/stripe-js": "^9.4.0",
"@supabase/ssr": "^0.10.2",
"@supabase/supabase-js": "^2.104.1",
"mammoth": "^1.12.0",
"next": "16.2.4",
"next-intl": "^4.13.0",
"openai": "^6.37.0",
"pdf-parse": "^1.1.1",
"puppeteer": "^24.42.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"recharts": "^3.8.1",
"stripe": "^22.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pdf-parse": "^1.1.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-pdf": "^6.2.0",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}