forked from Niek/obs-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 820 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 820 Bytes
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
{
"name": "obs-web",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite dev --host --port 8080",
"start": "vite preview --host --port 8080"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^7.0.2",
"@mdi/js": "^7.4.47",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.49.0",
"bulma": "^1.0.4",
"compare-versions": "^6.1.1",
"eslint": "^9.39.1",
"eslint-plugin-html": "^8.1.3",
"eslint-plugin-svelte": "^3.13.0",
"mdi-svelte": "^1.1.2",
"neostandard": "^0.12.2",
"obs-websocket-js": "^5.0.6",
"sass": "^1.94.2",
"svelte": "^5.41.1",
"svelte-eslint-parser": "^1.4.0",
"svelte-preprocess": "^6.0.3",
"terser": "^5.44.1",
"typescript": "^5.9.3",
"vite": "^7.2.4"
}
}