-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.25 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.25 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
73
74
75
{
"name": "studysync-ai",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:server": "cd server && node index.js",
"dev:both": "concurrently \"npm run dev\" \"npm run dev:server\"",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@heroui/react": "^2.8.5",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@supabase/supabase-js": "^2.39.7",
"@tabler/icons-react": "^3.35.0",
"@tiptap/extension-code-block-lowlight": "^3.12.1",
"@tiptap/extension-image": "^3.12.1",
"@tiptap/extension-link": "^3.12.1",
"@tiptap/extension-placeholder": "^3.12.1",
"@tiptap/react": "^3.12.1",
"@tiptap/starter-kit": "^3.12.1",
"@types/canvas-confetti": "^1.9.0",
"@types/katex": "^0.16.7",
"@types/tesseract.js": "^0.0.2",
"@types/turndown": "^5.0.6",
"@types/youtube": "^0.1.2",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.0",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"framer-motion": "^11.0.8",
"katex": "^0.16.25",
"lowlight": "^3.3.0",
"lucide-react": "^0.454.0",
"marked": "^17.0.1",
"motion": "^12.23.24",
"pdfjs-dist": "^5.4.394",
"prism-react-renderer": "^2.4.1",
"react": "^18.2.0",
"react-countup": "^6.5.3",
"react-dom": "^18.2.0",
"react-katex": "^3.1.0",
"react-markdown": "^10.1.0",
"react-quill": "^2.0.0",
"react-youtube": "^10.1.0",
"recharts": "^2.12.2",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"shiki": "^3.17.0",
"tailwind-merge": "^2.2.1",
"tesseract.js": "^5.1.1",
"turndown": "^7.2.2",
"use-stick-to-bottom": "^1.1.1",
"youtube-sr": "^4.3.12",
"youtube-transcript": "^1.2.1",
"youtubei.js": "^16.0.1"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"concurrently": "^8.2.2",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.1.4"
}
}