forked from RussellCanfield/remix-langchain-rag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1006 Bytes
/
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
{
"name": "remix-rag",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build && vite build --ssr",
"start": "remix-serve ./build/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@remix-run/node": "^2.2.0",
"@remix-run/react": "^2.2.0",
"@remix-run/serve": "^2.2.0",
"hnswlib-node": "^1.4.2",
"isbot": "^3.7.0",
"langchain": "0.0.178",
"playwright": "^1.39.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lite-youtube-embed": "^2.3.52",
"react-markdown": "^9.0.0",
"react-syntax-highlighter": "^15.5.0",
"youtube-transcript": "^1.0.6",
"youtubei.js": "^5.8.0"
},
"devDependencies": {
"@remix-run/dev": "^2.2.0",
"@types/react": "18.2.34",
"@types/react-syntax-highlighter": "^15.5.9",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-nesting": "^12.0.1",
"tailwindcss": "^3.3.5",
"vite": "^4.5.0",
"vite-tsconfig-paths": "^4.2.1"
}
}