-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "blogger",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^37.0.1",
"@ckeditor/ckeditor5-react": "^6.0.0",
"@editorjs/code": "^2.8.0",
"@editorjs/editorjs": "^2.26.5",
"@editorjs/header": "^2.7.0",
"@editorjs/list": "^1.8.0",
"@editorjs/paragraph": "^2.9.0",
"@tiptap/extension-color": "^2.0.2",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-list-item": "^2.0.2",
"@tiptap/extension-text-style": "^2.0.2",
"@tiptap/extension-underline": "^2.0.3",
"@tiptap/react": "^2.0.2",
"@tiptap/starter-kit": "^2.0.2",
"bootstrap": "^5.2.3",
"editorjs-html": "^3.4.2",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"html-react-parser": "^3.0.16",
"jose": "^4.14.1",
"js-cookie": "^3.0.4",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"mongodb": "^5.2.0",
"next": "^13.3.1",
"path": "^0.12.7",
"react": "18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "18.2.0",
"react-icons": "^4.8.0"
},
"devDependencies": {
"@editorjs/checklist": "^1.4.0",
"@editorjs/quote": "^2.5.0",
"sass": "^1.61.0"
}
}