-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2 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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"postinstall": "prisma generate",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@editorjs/checklist": "^1.5.0",
"@editorjs/code": "^2.8.0",
"@editorjs/editorjs": "^2.28.0",
"@editorjs/embed": "^2.5.3",
"@editorjs/header": "^2.7.0",
"@editorjs/inline-code": "^1.4.0",
"@editorjs/link": "^2.5.0",
"@editorjs/list": "^1.8.0",
"@editorjs/quote": "^2.5.0",
"@editorjs/raw": "^2.4.0",
"@editorjs/table": "^2.2.2",
"@hookform/resolvers": "^3.2.0",
"@nextui-org/react": "^2.1.13",
"@prisma/client": "^5.2.0",
"@reduxjs/toolkit": "^1.9.5",
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-query-devtools": "^4.33.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "20.4.10",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.40.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"editorjs-blocks-react-renderer": "^1.3.0",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"framer-motion": "^10.15.1",
"jsonwebtoken": "^9.0.1",
"lucide-react": "^0.265.0",
"moment": "^2.29.4",
"next": "13.4.13",
"nodemailer": "^6.9.4",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.5.2",
"react-redux": "^8.1.2",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"react-top-loading-bar": "^2.3.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"zod": "^3.21.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/bcryptjs": "^2.4.2",
"@types/react-syntax-highlighter": "^15.5.7",
"prisma": "^5.2.0",
"ts-node": "^10.9.1"
}
}