feat: add first version of nocode editor without preview/publish/share

This commit is contained in:
Matthias Nannt
2022-06-20 20:04:23 +09:00
parent b622510dc4
commit ae5ae7b46c
20 changed files with 557 additions and 131 deletions
+6 -3
View File
@@ -10,6 +10,7 @@
},
"dependencies": {
"@editorjs/editorjs": "^2.24.3",
"@editorjs/header": "^2.6.2",
"@editorjs/paragraph": "^2.8.0",
"@headlessui/react": "^1.6.1",
"@heroicons/react": "^1.0.6",
@@ -17,15 +18,17 @@
"babel-plugin-superjson-next": "^0.4.3",
"bcryptjs": "^2.4.3",
"date-fns": "^2.28.0",
"editorjs-drag-drop": "^1.1.2",
"editorjs-undo": "^2.0.3",
"json2csv": "^5.0.7",
"next": "12.1.6",
"next-auth": "^4.3.4",
"nextjs-cors": "^2.1.1",
"nodemailer": "^6.7.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-editor-js": "^2.0.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"react-loader-spinner": "^5.1.5",
"superjson": "^1.9.1",
"swr": "^1.3.0"
},