-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
68 lines (68 loc) · 1.95 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
67
68
{
"name": "gun-overlays",
"version": "1.0.0",
"description": "HTML5 overlays controlled via websocket server from controller.html",
"author": "Filip Hanes <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/filiphanes/gun-overlays/issues"
},
"homepage": "https://github.com/filiphanes/gun-overlays#readme",
"main": "server.js",
"scripts": {
"start": "node server-gun.cjs",
"dev": "vite dev",
"build": "vite build",
"package": "vite package",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"smui-theme-light": "smui-theme compile static/smui.css -i src/theme",
"smui-theme-dark": "smui-theme compile static/smui-dark.css -i src/theme/dark"
},
"repository": {
"type": "git",
"url": "git+https://github.com/filiphanes/gun-overlays.git"
},
"keywords": [
"html5",
"overlay",
"websocket",
"gun",
"mqtt",
"obs-studio",
"splitx",
"casparcg",
"propresenter",
"broadcast"
],
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.7.3",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"smui-theme": "7.0.0",
"svelte": "^5.1.4",
"svelte-check": "^4.0.5",
"vite": "^5.4.10",
"wrangler": "^3.83.0"
},
"type": "module",
"dependencies": {
"@editorjs/checklist": "^1.6.0",
"@editorjs/code": "^2.9.2",
"@editorjs/delimiter": "^1.4.2",
"@editorjs/editorjs": "^2.30.6",
"@editorjs/embed": "^2.7.6",
"@editorjs/header": "^2.8.8",
"@editorjs/list": "^1.10.0",
"@editorjs/paragraph": "^2.11.6",
"@editorjs/quote": "^2.7.2",
"@editorjs/raw": "^2.5.0",
"@editorjs/simple-image": "^1.6.0",
"@editorjs/table": "^2.4.2",
"gun": "^0.2020.1240",
"mqtt": "^5.10.1",
"ws": "^8.18.0"
}
}