-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 862 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 862 Bytes
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
{
"name": "anchor-code",
"version": "1.0.0",
"type": "module",
"packageManager": "pnpm@10.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"gen:embeddings": "node scripts/generate-embeddings.js"
},
"dependencies": {
"@huggingface/transformers": "^3.8.1",
"@streamdown/code": "^1.0.1",
"@streamdown/math": "^1.0.1",
"comlink": "^4.4.1",
"katex": "^0.16.11",
"lucide-react": "^0.468.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^6.20.0",
"streamdown": "^2.1.0"
},
"devDependencies": {
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.16",
"gray-matter": "^4.0.3",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"vite": "^5.0.8"
}
}