-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.97 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.97 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
{
"name": "auldlangsynth",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"reverse-backend": "tsx server/start.ts"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.2",
"@codemirror/language": "^6.11.3",
"@codemirror/legacy-modes": "^6.5.2",
"@codemirror/theme-one-dark": "^6.1.3",
"@distube/ytdl-core": "^4.16.12",
"@qdrant/js-client-rest": "^1.8.2",
"@types/animejs": "^3.1.13",
"@uiw/codemirror-extensions-basic-setup": "^4.25.3",
"@uiw/react-codemirror": "^4.25.3",
"@xenova/transformers": "^2.17.2",
"animejs": "^3.2.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"framer-motion": "^7.10.3",
"gpt-tokenizer": "^3.4.0",
"immer": "^11.0.1",
"jsdom": "^27.2.0",
"mammoth": "^1.11.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.2",
"ohm-js": "^17.2.1",
"pdfjs-dist": "^5.4.296",
"pe-library": "^1.0.1",
"plotly.js": "^2.32.0",
"puppeteer": "^24.30.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.1.0",
"react-plotly.js": "^2.6.0",
"react-split": "^2.0.14",
"remark-gfm": "^3.0.1",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"split.js": "^1.6.5",
"strip-markdown": "^5.0.0",
"unified": "^11.0.5",
"ytdl-core": "^4.11.5",
"zustand": "^5.0.8"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/multer": "^1.4.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-plotly.js": "^2.6.3",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"commander": "^12.1.0",
"fast-glob": "^3.3.3",
"file-type": "^19.6.0",
"fs-extra": "^11.3.2",
"playwright": "^1.56.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}