-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73a96b3
commit 8831787
Showing
479 changed files
with
11,315 additions
and
401,011 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules/ |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "Collab Quill Editor", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"author": "Doğukan Öksüz <[email protected]>", | ||
"license": "UNLICENSE", | ||
"scripts": { | ||
"dist": "webpack --mode=production", | ||
"start": "webpack-dev-server --open-page quill.html", | ||
"postinstall": "npm run dist" | ||
}, | ||
"dependencies": { | ||
"highlightjs": "^9.16.2", | ||
"parchment": "^2.0.0-dev.2", | ||
"quill": "^2.0.0-dev.4", | ||
"quill-blot-formatter": "^1.0.5", | ||
"quill-cursors": "^2.2.1", | ||
"quill-image-drop-module": "^1.0.3", | ||
"quill-magic-url": "^2.0.2", | ||
"quill-table-ui": "^1.0.7", | ||
"tippy.js": "^6.2.7", | ||
"webpack": "^4.44.1", | ||
"webpack-cli": "^3.3.12", | ||
"webpack-dev-server": "^3.10.1", | ||
"y-quill": "0.1.3", | ||
"y-websocket": "^1.3.1", | ||
"yjs": "^13.3.2" | ||
} | ||
} |
Oops, something went wrong.