-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
66 lines (66 loc) · 1.87 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@rwth-acis/syncmeta-widgets",
"description": "SyncMeta is a near real-time collaborative modeling framework. This package only contains the used widgets. If you want to use the SyncMeta app in a docker container, see https://github.com/rwth-acis/syncmeta.",
"version": "2.4.10",
"author": {
"name": "ACIS Group, RWTH Aachen",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rwth-acis/SyncMeta.git"
},
"scripts": {
"bundle": "npx rollup -c --bundleConfigAsCjs",
"bundle:watch": "npx rollup -c --bundleConfigAsCjs --watch"
},
"license": "SEE LICENSE IN LICENSE",
"files": [
"build/**/*",
"src/**/*",
"LICENSE",
"README.md",
"index.js",
"package.json",
"package-lock.json",
"AUTHORS.md"
],
"dependencies": {
"@jsplumb/browser-ui": "^6.0.5",
"dagre": "^0.8.5",
"graphlib": "^2.1.8",
"highlight.js": "^11.7.0",
"interactjs": "^1.10.17",
"jszip": "^3.10.1",
"lit": "^2.4.0",
"lodash-es": "^4.17.21",
"postcss": "^8.4.21",
"postcss-url": "^10.1.3",
"quill": "^1.3.7",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.4.1",
"typescript": "^4.8.4",
"y-quill": "^0.1.5",
"y-websocket": "^1.4.5"
},
"peerDependencies": {
"yjs": "^13.5.44"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^9.0.2",
"@types/jquery": "^3.5.14",
"@types/quill": "^2.0.10",
"@web/rollup-plugin-copy": "^0.3.0",
"@web/rollup-plugin-html": "^1.11.0",
"chai": "^4.3.6",
"magic-string": "^0.30.0",
"mocha": "^10.0.0",
"rollup": "^3.2.3",
"rollup-plugin-import-css": "^3.1.0",
"source-map-support": "^0.5.21"
}
}