mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-25 04:38:58 +00:00
7a19b49acb
* feat: richtext example init * fix: pass richtext event delta consistency check * chore: debug history
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.0.2",
|
|
"vite": "^4.3.2",
|
|
"vite-plugin-top-level-await": "^1.3.0",
|
|
"vite-plugin-wasm": "^3.2.2",
|
|
"vue-tsc": "^1.4.2"
|
|
}
|
|
}
|