mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-23 11:23:27 +08:00
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.
16 lines
338 B
JSON
Vendored
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"
|
|
}
|
|
}
|