-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.85 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
{
"name": "my-editorjs-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@alkhipce/editorjs-aitext": "^1.0.3",
"@calumk/editorjs-nested-checklist": "^1.1.0",
"@editorjs/attaches": "^1.3.0",
"@editorjs/checklist": "^1.6.0",
"@editorjs/code": "^2.9.0",
"@editorjs/editorjs": "^2.29.1",
"@editorjs/header": "^2.8.1",
"@editorjs/image": "^2.9.0",
"@editorjs/nested-list": "^1.4.2",
"@editorjs/paragraph": "^2.11.3",
"@editorjs/quote": "^2.6.0",
"@editorjs/table": "^2.3.0",
"@editorjs/warning": "^1.4.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/material": "^5.15.14",
"@preact-signals/safe-react": "^0.5.5",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"bson": "^6.7.0",
"chalk": "^5.3.0",
"editorjs-alert": "^1.1.3",
"editorjs-comment": "^1.0.3",
"editorjs-header-with-alignment": "^1.0.1",
"editorjs-paragraph-with-alignment": "^3.0.0",
"editorjs-toggle-block": "^0.3.14",
"electron-dl": "^3.5.2",
"html2pdf.js": "^0.10.1",
"mammoth": "^1.7.1",
"mongoose": "^8.3.1",
"mui": "^0.0.1",
"next": "14.1.4",
"next-auth": "^4.24.7",
"nodemon": "^3.1.0",
"react": "^18",
"react-dom": "^18",
"title-editorjs": "^1.0.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"editorjs-tooltip": "^1.2.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.38",
"simple-image-editorjs": "^1.4.0",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}