49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "notion-editor",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/dom": "^1.7.4",
|
|
"@shikijs/monaco": "^3.15.0",
|
|
"@tiptap/core": "^3.11.0",
|
|
"@tiptap/extension-bubble-menu": "^3.11.0",
|
|
"@tiptap/extension-code-block-lowlight": "^3.11.0",
|
|
"@tiptap/extension-drag-handle": "^3.11.0",
|
|
"@tiptap/extension-drag-handle-vue-3": "^3.11.0",
|
|
"@tiptap/extension-floating-menu": "^3.11.0",
|
|
"@tiptap/extension-placeholder": "^3.11.0",
|
|
"@tiptap/extension-table": "^3.11.0",
|
|
"@tiptap/extension-table-cell": "^3.11.0",
|
|
"@tiptap/extension-table-header": "^3.11.0",
|
|
"@tiptap/extension-table-row": "^3.11.0",
|
|
"@tiptap/pm": "^3.11.0",
|
|
"@tiptap/starter-kit": "^3.11.0",
|
|
"@tiptap/suggestion": "^3.11.0",
|
|
"@tiptap/vue-3": "^3.11.0",
|
|
"lowlight": "^3.3.0",
|
|
"lucide-vue-next": "^0.554.0",
|
|
"monaco-editor": "^0.55.1",
|
|
"shiki": "^3.15.0",
|
|
"vue": "^3.5.24"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.1",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"typescript": "~5.9.3",
|
|
"vite": "npm:rolldown-vite@7.2.5",
|
|
"vue-tsc": "^3.1.4"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"vite": "npm:rolldown-vite@7.2.5"
|
|
}
|
|
}
|
|
}
|