-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.09 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.09 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
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
69
70
71
72
73
74
75
76
77
{
"name": "decky-XRGaming",
"version": "1.5.4",
"description": "Virtual display and head-tracking modes for XR glasses",
"type": "module",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
"watch": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wheaney/decky-XRGaming.git"
},
"keywords": [
"decky",
"plugin",
"steam-deck",
"deck",
"xr",
"ar",
"vr",
"xreal",
"viture",
"rayneo",
"tcl",
"rokid"
],
"author": "Wayne Heaney",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/wheaney/decky-XRGaming/issues"
},
"homepage": "https://github.com/wheaney/decky-XRGaming",
"devDependencies": {
"@decky/rollup": "^1.0.1",
"@decky/ui": "^4.7.1",
"@rollup/plugin-url": "^8.0.2",
"@types/react": "18.3.5",
"@types/webpack": "^5.28.5",
"rollup": "^4.21.3",
"shx": "^0.3.4",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
},
"dependencies": {
"@decky/api": "^1.1.2",
"qrcode.react": "^4.0.1",
"react-icons": "^5.3.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-dom"
]
}
},
"remote_binary_bundling": false,
"remote_binary": [
{
"name": "breezy_vulkan_setup",
"url": "https://github.com/wheaney/breezy-desktop/releases/download/v2.8.10-decky-rc3/breezy_vulkan_setup",
"sha256hash": "0971538723e4a62c6a7f25dd6fb4f67f9fc5e463b5966782215b8c1ebd6510e0"
},
{
"name": "breezyVulkan-x86_64.tar.gz",
"url": "https://github.com/wheaney/breezy-desktop/releases/download/v2.8.10-decky-rc3/breezyVulkan-x86_64.tar.gz",
"sha256hash": "2a81ab522a4a95192cc44b8dc5c402981d5060d3bcc73fc4497d5791b20bbea1"
},
{
"name": "breezyVulkan-libs-x86_64.tar.gz",
"url": "https://github.com/wheaney/breezy-desktop/releases/download/v2.8.10-decky-rc3/breezyVulkan-libs-x86_64.tar.gz",
"sha256hash": "b3253680e18ae066a18c0380613bdefe489793946bd51400ee5ccafdb497547f"
}
]
}