diff --git a/package.json b/package.json index ed54fb944..bb30a12ea 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,10 @@ "src", "dist" ], + "dependencies": { + "@tiptap/extension-bubble-menu": "^2.0.0", + "@tiptap/extension-floating-menu": "^2.0.0" + }, "devDependencies": { "@tiptap/core": "^2.0.0", "@tiptap/pm": "^2.0.0", @@ -42,10 +46,6 @@ "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, - "dependencies": { - "@tiptap/extension-bubble-menu": "^2.0.0", - "@tiptap/extension-floating-menu": "^2.0.0" - }, "repository": { "type": "git", "url": "https://github.com/ueberdosis/tiptap", @@ -56,4 +56,4 @@ "clean": "rm -rf dist", "build": "npm run clean && rollup -c" } -} \ No newline at end of file +}