discourse/plugins/discourse-shared-edits/support/text-unicode-webpack/package.json
Sam Saffron 15ff85e674
FEATURE: make shared edits work with prosemirror and make it a core plugin
This work in progress PR moves shared edits into core and uses a yjs backend for it.

This gives stuff such as multi cursor support etc.
2025-10-04 17:04:13 +02:00

16 lines
338 B
JSON
Vendored

{
"name": "text-unicode-webpack",
"private": true,
"main": "index.js",
"dependencies": {
"ot-diff": "^1.1.1",
"ot-text-unicode": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"babel-loader": "^9.1.3",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}