generated from SteamDeckHomebrew/decky-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 1.79 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
69
70
71
{
"name": "decky-XRGaming",
"version": "1.0.2",
"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"
]
}
},
"custom_remote_binary": [
{
"name": "breezy_vulkan_setup",
"url": "https://github.com/wheaney/breezy-desktop/releases/download/v1.0.4-decky/breezy_vulkan_setup",
"sha256hash": "6f5a5b3b6f920e88b295f07717a7e1a8a53f1d0090f8cb56aff56f8c4e701b5b"
},
{
"name": "breezyVulkan-x86_64.tar.gz",
"url": "https://github.com/wheaney/breezy-desktop/releases/download/v1.0.4-decky/breezyVulkan-x86_64.tar.gz",
"sha256hash": "84ac2bf2b1900e0af8745c9746f758585136ccea12a09fd09a921a7b9f131291"
}
]
}