2023-11-03 08:59:27 +00:00
|
|
|
{
|
|
|
|
"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",
|
2023-11-04 12:03:15 +00:00
|
|
|
"typescript": "^5.2.0",
|
2023-11-03 08:59:27 +00:00
|
|
|
"vite": "^4.3.2",
|
|
|
|
"vite-plugin-top-level-await": "^1.3.0",
|
|
|
|
"vite-plugin-wasm": "^3.2.2",
|
|
|
|
"vue-tsc": "^1.4.2"
|
|
|
|
}
|
|
|
|
}
|