add new view for empty form list, improve onboarding screen, add basic nocode editor as basis for further development, update prisma schema and api for nocode editor

This commit is contained in:
Matthias Nannt
2022-06-15 22:14:20 +09:00
parent fd8e1f4159
commit b622510dc4
18 changed files with 546 additions and 119 deletions
+3 -1
View File
@@ -9,6 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@editorjs/editorjs": "^2.24.3",
"@editorjs/paragraph": "^2.8.0",
"@headlessui/react": "^1.6.1",
"@heroicons/react": "^1.0.6",
"@prisma/client": "^3.15.1",
@@ -22,7 +24,7 @@
"nodemailer": "^6.7.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-feather": "^2.0.9",
"react-editor-js": "^2.0.6",
"react-icons": "^4.4.0",
"superjson": "^1.9.1",
"swr": "^1.3.0"