-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.74 KB
/
package.json
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
{
"name": "brainydocs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.10",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.9.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-pdf-viewer/core": "^3.12.0",
"@react-three/drei": "^9.102.6",
"@react-three/fiber": "^8.15.19",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.1.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.20",
"lucide-react": "^0.323.0",
"mongoose": "^8.1.1",
"next": "14.1.0",
"next-auth": "^4.24.5",
"openai": "^4.28.4",
"pdf-parse": "^1.1.1",
"pdf-to-text": "^0.0.7",
"pdfjs-dist": "^3.4.120",
"raw-loader": "^4.0.2",
"react": "^18",
"react-dom": "^18",
"react-lottie": "^1.2.4",
"simplex-noise": "^4.0.1",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"three": "^0.162.0",
"three-globe": "^2.31.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "^20",
"@types/pdf-parse": "^1.1.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-lottie": "^1.2.10",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"prisma": "^5.9.1",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}