-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1018 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
34
{
"name": "direwolf-modeler",
"version": "0.1.0",
"description": "The Direwolf Modeler is an online collaborative modeling environment.",
"author": "direwolf-modeler",
"license": "MIT",
"main": "index.js",
"module": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/direwolf/direwolf-modeler"
},
"scripts": {
"start": "web-dev-server --app-index demo/index.html --node-resolve --open --watch"
},
"dependencies": {
"@material/mwc-button": "^0.25.3",
"@material/mwc-dialog": "^0.25.3",
"@material/mwc-icon-button": "^0.25.3",
"@material/mwc-tab": "^0.25.3",
"@material/mwc-tab-bar": "^0.25.3",
"@material/mwc-top-app-bar-fixed": "^0.25.3",
"@svgdotjs/svg.js": "^3.1.1",
"browser-fs-access": "^0.23.0",
"direwolf-elements": "direwolf/direwolf-elements",
"kld-intersections": "^0.7.0",
"lit": "^2.0.2",
"y-websocket": "^1.3.18",
"yjs": "^13.5.23"
},
"devDependencies": {
"@web/dev-server": "^0.1.28"
}
}