File size: 1,121 Bytes
0e0987b
 
 
 
 
28a4c08
 
 
 
0e0987b
 
28a4c08
b9d9891
28a4c08
 
 
 
e82c85b
28a4c08
 
73a1dae
28a4c08
 
e82c85b
28a4c08
 
b801bb1
f48e2a0
 
22ff301
b9d9891
 
 
 
73a1dae
f48e2a0
b9d9891
0e0987b
 
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
{
    "name": "web-llm-embed",
    "version": "0.0.1-alpha",
    "license": "MIT",
    "scripts": {
        "build": "next build",
        "dev": "next dev",
        "lint": "next lint",
        "start": "next start"
    },
    "dependencies": {
        "@react-llm/headless": "^0.0.5",
        "@tabler/icons-react": "^2.21.0",
        "@types/node": "20.1.4",
        "@types/react": "18.2.6",
        "@types/react-dom": "18.2.4",
        "@xenova/transformers": "^2.1.1",
        "dexie": "^3.2.4",
        "eslint": "8.40.0",
        "eslint-config-next": "13.4.2",
        "fs-extra": "^11.1.1",
        "langchain": "^0.0.90",
        "next": "13.4.2",
        "pdfjs-dist": "^3.7.107",
        "react": "18.2.0",
        "react-dom": "18.2.0",
        "react-dropzone": "^14.2.3",
        "react-markdown": "^8.0.7",
        "react-syntax-highlighter": "^15.5.0",
        "react95": "^4.0.0",
        "typescript": "5.0.4",
        "uuid": "^9.0.0"
    },
    "devDependencies": {
        "@types/fs-extra": "^11.0.1",
        "@types/react-syntax-highlighter": "^15.5.7",
        "@types/uuid": "^9.0.1"
    }
}