forked from we-miks/collaborative-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.51 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "miks-collaborative-editor",
"version": "0.3.7",
"description": "A collaborative editor that supports authorship display, image uploading placeholder and CJK characters composition based on Quill and ShareDB.",
"main": "editor.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"start": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/we-miks/collaborative-editor.git"
},
"keywords": [
"collaborative editor",
"operational transformation",
"ot",
"quill",
"sharedb",
"authorship"
],
"author": "Miks",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/we-miks/collaborative-editor/issues"
},
"homepage": "https://github.com/we-miks/collaborative-editor#readme",
"dependencies": {
"lodash": "^4.17.20",
"normalize-url": "^4.5.0",
"quill": "^1.3.7",
"quill-image-drop-and-paste": "^1.1.1",
"reconnecting-websocket": "^4.4.0",
"rich-text": "^4.1.0",
"sharedb": "^1.5.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@teamwork/websocket-json-stream": "^2.0.0",
"babel-loader": "^8.2.2",
"css-loader": "^3.6.0",
"express": "^4.17.1",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.0",
"style-loader": "^1.3.0",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"ws": "^7.4.1"
}
}