-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.96 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.96 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
{
"name": "blogs-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@editorjs/checklist": "^1.5.0",
"@editorjs/editorjs": "^2.26.5",
"@editorjs/embed": "^2.5.3",
"@editorjs/header": "^2.7.0",
"@editorjs/image": "^2.8.1",
"@editorjs/quote": "^2.5.0",
"@editorjs/table": "^2.2.1",
"@hookform/resolvers": "^3.1.0",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.12.0",
"@radix-ui/react-alert-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-toast": "^1.1.3",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@uploadthing/react": "^2.0.1",
"autoprefixer": "10.4.14",
"aws-sdk": "^2.1367.0",
"axios": "^1.4.0",
"class-variance-authority": "^0.5.2",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"formidable": "^2.1.1",
"i18next-browser-languagedetector": "^7.0.1",
"install": "^0.13.0",
"lucide-react": "^0.161.0",
"mime": "^3.0.0",
"next": "^13.3.1",
"next-auth": "^4.22.1",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.3",
"npm": "^9.6.5",
"postcss": "8.4.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-i18next": "^12.2.2",
"react-query": "^3.39.3",
"react-textarea-autosize": "^8.4.1",
"server-only": "^0.0.1",
"tailwindcss": "3.3.1",
"typescript": "5.0.4",
"uuid": "^9.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/editorjs__header": "^2.6.0",
"@types/formidable": "^2.0.5",
"@types/mime": "^3.0.1",
"prisma": "^4.12.0",
"s3rver": "^3.7.1",
"supabase": "^1.57.4",
"tailwind-merge": "^1.12.0"
}
}