-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.12 KB
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
{
"name": "social-bot-framework",
"version": "1.3.2",
"description": "Frontend of Social Bot Framework",
"type": "module",
"main": "dist/social-bot-framework.js",
"exports": {
".": "./dist/social-bot-framework.js"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/rwth-acis/Social-Bot-Framework"
},
"scripts": {
"dev": "vite",
"build:prod": "vite build",
"preview": "vite preview",
"node:prod": "node ./server.cjs",
"yjs-socket": "npx y-websocket"
},
"dependencies": {
"@rwth-acis/syncmeta-widgets": "^2.4.8",
"@vaadin/router": "^1.7.4",
"@webcomponents/webcomponentsjs": "^2.0.0",
"express": "^4.17.1",
"las2peer-frontend-statusbar": "github:rwth-acis/las2peer-frontend-statusbar#0.4.0",
"lit": "^2.0.2",
"quill": "^1.3.7",
"vite": "^4.1.0",
"y-quill": "^0.1.5",
"y-websocket": "^1.4.5",
"yjs": "13.5.44"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.0",
"@web/rollup-plugin-html": "^1.11.0"
}
}