-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.77 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.77 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
{
"name": "tera",
"version": "1.0.0",
"description": "Tera - Your AI Learning Companion for Anything",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit -p tsconfig.typecheck.json",
"remotion:preview": "remotion preview remotion/composition.ts",
"remotion:render": "remotion render remotion/composition.ts TeraDemoVideo output.mp4",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@json-render/core": "^0.6.0",
"@json-render/react": "^0.6.0",
"@mistralai/mistralai": "^1.10.0",
"@supabase/supabase-js": "^2.84.0",
"@vercel/analytics": "^1.5.0",
"chart.js": "^4.5.1",
"googleapis": "^167.0.0",
"katex": "^0.16.27",
"mammoth": "^1.11.0",
"mermaid": "^11.12.2",
"next": "16.0.10",
"next-auth": "5.0.0-beta.30",
"pdf-parse": "^2.4.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"recharts": "^3.5.1",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remotion": "^4.0.429",
"zod": "^4.3.6"
},
"devDependencies": {
"@opennextjs/cloudflare": "^1.8.0",
"@remotion/cli": "^4.0.429",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.22",
"baseline-browser-mapping": "^2.10.15",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.9",
"typescript": "^5.9.3",
"wrangler": "^4.93.0"
}
}