-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.05 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
{
"name": "mpc-streamdeck",
"version": "1.0.6",
"description": "A simple stream deck optimized for tablets",
"main": "index.js",
"type": "module",
"scripts": {
"start": "vite build --mode development && cap run",
"dev": "vite",
"build": "vite build && cap sync",
"preview": "vite preview",
"devices": "cap run --list"
},
"keywords": [
"obs",
"websocket"
],
"author": "Maksim Pinigin <at@pinig.in>",
"license": "MIT",
"dependencies": {
"@capacitor/android": "^8.3.1",
"@capacitor/app": "^8.1.0",
"@capacitor/core": "^8.3.1",
"@capacitor/device": "^8.0.2",
"@capacitor/filesystem": "^8.1.2",
"@capacitor/haptics": "^8.0.2",
"@capacitor/ios": "^8.3.1",
"@capacitor/preferences": "^8.0.1",
"@codemirror/lang-sass": "^6.0.2",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.41.1",
"codemirror": "^6.0.2",
"obs-websocket-js": "^5.0.8"
},
"devDependencies": {
"@capacitor/cli": "^8.3.1",
"node-html-snap-image": "^6.0.2",
"vite": "^8.0.10"
}
}