forked from andouu/overstand
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.28 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
{
"name": "overstand",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.670.0",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@react-pdf/renderer": "^4.0.0",
"@tanstack/react-query": "^5.59.13",
"@types/pdfjs-dist": "^2.10.378",
"better-react-mathjax": "^2.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"firebase": "^10.14.1",
"framer-motion": "^11.11.8",
"jotai": "^2.10.0",
"lucide-react": "^0.452.0",
"mic-recorder-to-mp3": "^2.2.2",
"next": "14.2.15",
"openai": "^4.67.3",
"pdfjs-dist": "^4.7.76",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-latex-next": "^3.0.0",
"sass": "^1.79.5",
"scss": "^0.2.4",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"wavesurfer": "^1.3.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5"
}
}