-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.56 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
{
"name": "telegram-bot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen": "npx supabase gen types typescript --project-id \"tmlzjdplxtmfsyyfcanv\" --schema public > ./src/types/supabase.ts",
"format": "npx prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start-server": "ngrok http 3000"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@pinecone-database/pinecone": "^0.0.10",
"@supabase/supabase-js": "^2.18.0",
"@types/fluent-ffmpeg": "^2.1.21",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@upstash/qstash": "^0.3.6",
"@upstash/ratelimit": "^0.4.0",
"@upstash/redis": "^1.20.1",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"cheerio": "^1.0.0-rc.12",
"cloudinary": "^1.35.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eventsource-parser": "^1.0.0",
"exponential-backoff": "^3.1.1",
"fluent-ffmpeg": "^2.1.2",
"gpt3-tokenizer": "^1.1.5",
"hash-wasm": "^4.9.0",
"langchain": "^0.0.70",
"nanoid": "^4.0.1",
"next": "13.2.4",
"ngrok": "^5.0.0-beta.2",
"openai": "^3.2.1",
"path": "^0.12.7",
"pdf-parse": "^1.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"stripe": "^11.17.0",
"typescript": "5.0.2",
"util.promisify": "^1.1.1",
"zlib": "^1.0.5"
},
"devDependencies": {
"@types/ffmpeg": "^1.0.4",
"@types/pdf-parse": "^1.1.1",
"supabase": "^1.47.2"
}
}