mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-24 12:20:06 +00:00
b1895bba26
* chore: rm logs * fix: richtext delta event * fix(quill): move apply delta to editor part * fix: consistency issue with Quill - Quill assumes there is always a \n at the end of the line - Quill assumes \n does not merge with other delta item - Quill assumes there is no inline format inside {insert: '\n'} delta item
26 lines
577 B
JSON
26 lines
577 B
JSON
{
|
|
"name": "loro-quill",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --force",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"loro-crdt": "workspace:*",
|
|
"is-equal": "^1.6.4",
|
|
"quill": "^1.3.7",
|
|
"vue": "^3.2.47"
|
|
},
|
|
"devDependencies": {
|
|
"@types/quill": "^1.3.7",
|
|
"@vitejs/plugin-vue": "^4.1.0",
|
|
"typescript": "^5.2.0",
|
|
"vite": "^4.3.2",
|
|
"vite-plugin-top-level-await": "^1.3.0",
|
|
"vite-plugin-wasm": "^3.2.2",
|
|
"vue-tsc": "^1.4.2"
|
|
}
|
|
}
|