-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.73 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.73 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
{
"name": "rabbithole",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@azure/ai-form-recognizer": "^5.0.0",
"@azure/identity": "^4.1.0",
"@azure/storage-blob": "^12.17.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@hartmannindustries/azure-media-player": "^1.0.4",
"@mdxeditor/editor": "^2.20.3",
"@next/font": "^14.2.1",
"@react-pdf-viewer/core": "3.12.0",
"@vercel/analytics": "^1.2.2",
"ai": "^3.0.35",
"canvas-confetti": "^1.9.2",
"chakra-ui-markdown-renderer": "^4.1.0",
"dagre": "^0.8.5",
"framer-motion": "^11.0.28",
"json-autocomplete": "^0.1.3",
"microsoft-cognitiveservices-speech-sdk": "^1.36.0",
"next": "14.2.1",
"next-auth": "^4.24.7",
"openai": "^4.38.5",
"pdfjs-dist": "3.4.120",
"pg": "^8.11.5",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-icons": "^5.1.0",
"react-markdown": "^8.0.0",
"reactflow": "^11.11.1",
"rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^3.0.1",
"remark-math": "^6.0.0",
"zod": "^3.23.4"
},
"devDependencies": {
"@types/canvas-confetti": "^1.6.4",
"@types/dagre": "^0.7.52",
"@types/formidable": "^3.4.5",
"@types/node": "^20",
"@types/pg": "^8.11.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.1",
"typescript": "^5"
},
"engines": {
"node": "18.17.1"
}
}