-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.75 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
{
"name": "next-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prisma:generate": "prisma generate",
"build": "npm run prisma:generate && next build",
"start": "next start",
"lint": "next lint"
},
"prisma": {
"schema": "prisma/schema.prisma"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.626.0",
"@editorjs/checklist": "^1.6.0",
"@editorjs/delimiter": "^1.4.0",
"@editorjs/editorjs": "^2.28.2",
"@editorjs/embed": "^2.7.4",
"@editorjs/header": "^2.8.7",
"@editorjs/image": "^2.9.3",
"@editorjs/list": "^1.10.0",
"@editorjs/marker": "^1.4.0",
"@editorjs/paragraph": "^2.11.6",
"@editorjs/quote": "^2.6.0",
"@google/generative-ai": "^0.17.1",
"@headlessui/react": "^2.0.4",
"@hookform/resolvers": "^3.3.1",
"@netlify/plugin-nextjs": "^5.3.2",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.19.1",
"@sotaproject/strikethrough": "^1.0.1",
"@types/google-one-tap": "^1.2.6",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"ai": "^3.3.26",
"autoprefixer": "10.4.15",
"axios": "^1.7.3",
"bcrypt": "^5.1.1",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"dompurify": "^3.1.6",
"editorjs-change-case": "^0.0.3",
"editorjs-react-renderer": "^3.5.1",
"editorjs-text-alignment-blocktune": "^1.0.3",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.4",
"google-auth-library": "^9.14.0",
"markdown-it": "^14.1.0",
"multiparty": "^4.2.3",
"next": "14.2.3",
"next-auth": "^4.24.7",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.14",
"postcss": "8.4.29",
"react": "^18",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-editor-js": "^2.1.0",
"react-highlight-words": "^0.20.0",
"react-hook-form": "^7.46.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-lazy-load-image-component": "^1.6.2",
"react-medium-image-zoom": "^5.2.8",
"react-speech": "^1.0.2",
"sharp": "^0.33.5",
"slugify": "^1.6.6",
"swr": "^2.2.5",
"tailwindcss": "^3.3.0",
"typescript": "5.2.2",
"use-debounce": "^10.0.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/dompurify": "^3.0.5",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-highlight-words": "^0.20.0",
"@types/react-lazy-load-image-component": "^1.6.4",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"prisma": "^5.19.1",
"typescript": "^5"
}
}