-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
130 lines (126 loc) · 3.94 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "auth-tutorial",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.12",
"@editorjs/checklist": "^1.6.0",
"@editorjs/code": "^2.9.0",
"@editorjs/delimiter": "^1.4.0",
"@editorjs/editorjs": "^2.29.1",
"@editorjs/embed": "^2.7.4",
"@editorjs/header": "^2.8.5",
"@editorjs/image": "^2.9.2",
"@editorjs/inline-code": "^1.5.0",
"@editorjs/link": "^2.6.2",
"@editorjs/list": "^1.9.0",
"@editorjs/marker": "^1.4.0",
"@editorjs/quote": "^2.6.0",
"@editorjs/raw": "^2.5.0",
"@editorjs/simple-image": "^1.6.0",
"@editorjs/table": "^2.3.0",
"@editorjs/warning": "^1.4.0",
"@emailjs/browser": "^4.3.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@headlessui/react": "^2.0.4",
"@hookform/resolvers": "^3.3.3",
"@mantine/hooks": "^7.11.2",
"@mobtakr/editorjs-parser": "^0.2.1",
"@next/third-parties": "^14.1.3",
"@prisma/client": "^5.7.1",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.2.1",
"@react-three/drei": "^9.107.2",
"@react-three/fiber": "^8.16.8",
"@tanstack/react-query": "^5.45.1",
"@tsparticles/engine": "^3.4.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.4.0",
"@uploadthing/react": "^6.6.0",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"code": "^5.2.4",
"date-fns": "^3.6.0",
"dompurify": "^3.1.6",
"draft-js": "^0.11.7",
"editorjs-header-with-anchor": "^2.6.0",
"editorjs-html": "^3.4.3",
"editorjs-react-renderer": "^3.5.1",
"flowbite-react": "^0.9.0",
"framer-motion": "^11.2.12",
"lodash.debounce": "^4.0.8",
"lottie-react": "^2.4.0",
"lucide-react": "^0.395.0",
"next": "^14.2.4",
"next-auth": "^5.0.0-beta.4",
"next-cloudinary": "^6.6.2",
"next-themes": "^0.2.1",
"pre": "^0.1.3",
"react": "latest",
"react-day-picker": "^8.10.1",
"react-dom": "latest",
"react-editor-js": "^1.10.0",
"react-fast-marquee": "^1.6.2",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.49.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-router-dom": "^6.25.1",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"react-toastify": "^10.0.4",
"resend": "^2.1.0",
"scrollreveal": "^4.0.9",
"sonner": "^1.3.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.165.0",
"three-globe": "^2.31.1",
"uploadthing": "^6.12.0",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/dompurify": "^3.0.5",
"@types/draft-js": "^0.11.18",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "^18",
"@types/scrollreveal": "^0.0.11",
"@types/uuid": "^9.0.7",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"now": "^18.0.0",
"postcss": "latest",
"prisma": "^5.15.1",
"sass": "^1.69.5",
"tailwindcss": "latest",
"typescript": "^5"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}