-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1007 Bytes
/
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
{
"name": "simple-content-editor",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@editorjs/code": "^2.7.0",
"@editorjs/delimiter": "^1.2.0",
"@editorjs/editorjs": "^2.22.2",
"@editorjs/embed": "^2.4.6",
"@editorjs/header": "^2.6.1",
"@editorjs/image": "^2.6.1",
"@editorjs/list": "^1.6.2",
"@editorjs/nested-list": "^1.0.2",
"@editorjs/paragraph": "^2.8.0",
"@editorjs/quote": "^2.4.0",
"@editorjs/simple-image": "^1.4.1",
"@editorjs/table": "^2.0.1",
"editorjs-blocks-react-renderer": "^1.2.1",
"find-remove": "^4.0.3",
"formidable": "^2.0.1",
"image-size": "^1.0.0",
"iron-session": "^6.0.2",
"next": "^12.0.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-editor-js": "^2.0.3",
"sharp": "^0.29.3"
},
"devDependencies": {
"eslint": "^8.8.0",
"eslint-config-next": "^12.0.10"
}
}