-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 882 Bytes
/
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
{
"name": "y-vis-network",
"version": "1.0.0",
"description": "Demo of yjs used to share an editable network graph with vis-network",
"main": "y-vis-network.js",
"scripts": {
"dist": "webpack --mode=development",
"start": "webpack-dev-server --open-page y-vis-network.html",
"postinstall": "npm run dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/micrology/y-vis-network.git"
},
"author": "Nigel Gilbert",
"license": "MIT",
"devDependencies": {
"css": "^3.0.0",
"css-loader": "^5.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"uuid": "^8.3.2",
"vis-data": "^7.1.6",
"vis-network": "^9.1.6",
"vis-util": "^5.0.3",
"y-websocket": "^1.5.0",
"yjs": "^13.6.0"
}
}