-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.58 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
{
"name": "@patternslib/tiptap-collaboration-server",
"version": "1.0.0",
"description": "A pattern for tiptap-collaboration-server",
"license": "MIT",
"main": "./src/tiptap-collaboration-server.js",
"type": "module",
"dependencies": {
"@hocuspocus/server": "^2.5.0",
"@hocuspocus/transformer": "^2.5.0",
"@patternslib/pat-tiptap": "https://github.com/Patternslib/pat-tiptap.git#scr-1709--collaboration",
"@tiptap/extension-document": "^2.1.11",
"@tiptap/extension-paragraph": "^2.1.11",
"@tiptap/extension-text": "^2.1.11",
"@tiptap/html": "^2.1.11",
"debounce": "^1.2.1",
"jwt-simple": "^0.5.6",
"node-fetch": "^3.3.2",
"yjs": "^13.6.8"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@release-it/conventional-changelog": "^7.0.2",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"release-it": "^16.2.0",
"yarn": "^1.22.19"
},
"files": [
"/dist",
"/src"
],
"author": {
"name": "Syslab GesmbH",
"email": "dev@syslab.com"
},
"homepage": "https://github.com/patternslib/tiptap-collaboration-server",
"repository": {
"type": "git",
"url": "https://github.com/patternslib/tiptap-collaboration-server.git"
},
"keywords": [
"patternslib"
],
"publishConfig": {
"access": "public"
}
}