-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.11 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.11 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
{
"name": "logos",
"version": "1.5.0",
"private": true,
"scripts": {
"dev": "concurrently \"velite dev\" \"next dev --turbopack\"",
"build": "velite build && next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@ai-sdk/langchain": "^2.0.55",
"@ai-sdk/react": "^3.0.52",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/inter": "^5.1.1",
"@fontsource/roboto": "^5.1.1",
"@langchain/classic": "^1.0.10",
"@langchain/community": "^1.1.6",
"@langchain/core": "^1.1.16",
"@langchain/google-genai": "^2.1.12",
"@langchain/openai": "^1.2.3",
"@langchain/textsplitters": "^1.0.1",
"@mui/icons-material": "^6.4.3",
"@mui/material": "^6.4.3",
"@mui/material-nextjs": "^6.4.3",
"@mux/videojs-kit": "^0.12.3",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@types/three": "^0.182.0",
"@videojs/react": "^10.0.0-beta.11",
"ai": "^6.0.50",
"cheerio": "^1.2.0",
"framer-motion": "^12.24.12",
"langchain": "^1.2.12",
"motion": "^12.24.12",
"next": "16.1.5",
"next-intl": "^4.9.0",
"next-themes": "^0.4.6",
"posthog-js": "^1.368.0",
"posthog-node": "^5.29.2",
"react": "19.1.2",
"react-dom": "19.1.2",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"resend": "^4.8.0",
"simple-icons": "^15.22.0",
"three": "^0.182.0",
"three-stdlib": "^2.36.1",
"uuid": "^13.0.0",
"video.js": "^8.23.7",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@types/node": "^20.19.27",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"concurrently": "^9.2.1",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.5",
"sharp": "^0.34.5",
"start-server-and-test": "^2.1.3",
"typescript": "^5.9.3",
"velite": "^0.3.1"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
"pnpm": {
"overrides": {
"axios": "^1.13.5"
}
}
}