-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 3.05 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 3.05 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "kbsl-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"pm2": "next build && pm2 start ecosystem.config.js",
"lint": "next lint"
},
"dependencies": {
"@next/third-parties": "^16.0.7",
"@tiptap/core": "^2.11.5",
"@tiptap/extension-blockquote": "^2.11.5",
"@tiptap/extension-bold": "^2.11.5",
"@tiptap/extension-bullet-list": "^2.11.5",
"@tiptap/extension-character-count": "^2.11.5",
"@tiptap/extension-code": "^2.11.5",
"@tiptap/extension-code-block-lowlight": "^2.11.5",
"@tiptap/extension-document": "^2.11.5",
"@tiptap/extension-hard-break": "^2.11.5",
"@tiptap/extension-heading": "^2.11.5",
"@tiptap/extension-highlight": "^2.11.5",
"@tiptap/extension-horizontal-rule": "^2.11.5",
"@tiptap/extension-image": "^2.11.5",
"@tiptap/extension-italic": "^2.11.5",
"@tiptap/extension-link": "^2.11.5",
"@tiptap/extension-list-item": "^2.11.5",
"@tiptap/extension-mention": "^2.11.5",
"@tiptap/extension-ordered-list": "^2.11.5",
"@tiptap/extension-paragraph": "^2.11.5",
"@tiptap/extension-placeholder": "^2.11.5",
"@tiptap/extension-strike": "^2.11.5",
"@tiptap/extension-superscript": "^2.11.5",
"@tiptap/extension-task-item": "^2.11.5",
"@tiptap/extension-task-list": "^2.11.5",
"@tiptap/extension-text": "^2.11.5",
"@tiptap/extension-text-align": "^2.11.5",
"@tiptap/extension-underline": "^2.11.5",
"@tiptap/extension-youtube": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/react": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"@tiptap/suggestion": "^2.11.5",
"@types/dompurify": "^3.2.0",
"@types/nprogress": "^0.2.3",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.9",
"dompurify": "^3.2.4",
"framer-motion": "^11.3.26",
"highlight.js": "^11.8.0",
"html-react-parser": "^4.0.0",
"lodash": "^4.17.21",
"lowlight": "^3.3.0",
"next": "^16.0.7",
"next-nprogress-bar": "^2.1.2",
"next-translate-plugin": "^2.6.2",
"nprogress": "^0.2.0",
"quill": "^2.0.3",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-easy-crop": "^5.5.6",
"react-github-calendar": "^5.0.0",
"react-spinners": "^0.17.0",
"react-toastify": "^11.0.5",
"sass": "^1.63.6",
"sharp": "^0.33.0",
"swiper": "^11.0.7",
"typescript": "5.2.2",
"uuid": "^10.0.0",
"zustand": "^4.3.9"
},
"devDependencies": {
"@types/gtag.js": "^0.0.19",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^6.1.1",
"prettier": "^3.0.3"
}
}