Files
VRCX/package.json
rs189 a2dc6ba9a4 Linux: SteamVR overlay support (#1299)
* fix: open folder and select item on linux

* feat: linux wrist overlay

* feat: linux hmd overlay

* feat: replace unix sockets with shm on linux

* fix: reduce linux wrist overlay fps

* fix: hide electron offscreen windows

* fix: destroy electron offscreen windows when not in use

* fix: open folder and select item on linux

* feat: cpu, uptime and device monitoring on linux

* feat: native wayland gl context with x11 fallback on linux

* fix: use platform agnostic wording for common folders

* fix: crash dumps folder button on linux

* fix: enable missing VR notification options on linux

* fix: update cef, eslint config to include updated AppApiVr names

* merge: rebase linux VR changes to upstream

* Clean up

* Load custom file contents rather than path

Fixes loading custom file in debug mode

* fix: call SetVR on linux as well

* fix: AppApiVrElectron init, properly create and dispose of shm

* Handle avatar history error

* Lint

* Change overlay dispose logic

* macOS DOTNET_ROOT

* Remove moving dotnet bin

* Fix

* fix: init overlay on SteamVR restart

* Fix fetching empty instance, fix user dialog not fetching

* Trim direct access inputs

* Make icon higher res, because mac build would fail 😂

* macOS fixes

* will it build? that's the question

* fix: ensure offscreen windows are ready before vrinit

* will it build? that's the question

* will it build? that's the question

* meow

* one, more, time

* Fix crash and overlay ellipsis

* a

---------

Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2025-07-19 12:07:43 +12:00

158 lines
5.6 KiB
JSON

{
"name": "VRCX",
"description": "Friendship management tool for VRChat",
"private": true,
"main": "src-electron/main.js",
"scripts": {
"dev": "cross-env PLATFORM=windows webpack serve --config webpack.config.js --mode development",
"watch": "cross-env PLATFORM=windows webpack --config webpack.config.js --mode development --watch",
"watch-linux": "cross-env PLATFORM=linux webpack --config webpack.config.js --mode development --watch",
"localization": "node ./src/localization/localizationHelperCLI.js",
"prod": "cross-env PLATFORM=windows webpack --config webpack.config.js --mode production",
"prod-linux": "cross-env PLATFORM=linux webpack --config webpack.config.js --mode production",
"build-electron": "node ./src-electron/download-dotnet-runtime.js && node ./src-electron/patch-package-version.js && electron-builder --publish never",
"postbuild-electron": "node ./src-electron/patch-node-api-dotnet.js && node ./src-electron/rename-builds.js",
"start-electron": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/vrcx-team/VRCX.git"
},
"keywords": [
"vrchat"
],
"author": "VRCX Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/vrcx-team/VRCX/issues"
},
"homepage": "https://github.com/vrcx-team/VRCX#readme",
"devDependencies": {
"@electron/rebuild": "^4.0.1",
"@eslint/js": "^9.31.0",
"@fontsource/noto-sans-jp": "^5.2.6",
"@fontsource/noto-sans-kr": "^5.2.6",
"@fontsource/noto-sans-sc": "^5.2.6",
"@fontsource/noto-sans-tc": "^5.2.6",
"@infolektuell/noto-color-emoji": "^0.2.0",
"@prettier/plugin-pug": "^3.4.0",
"@types/node": "^24.0.13",
"animate.css": "^4.1.1",
"copy-webpack-plugin": "^13.0.0",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
"electron": "^37.2.1",
"electron-builder": "^26.0.12",
"element-ui": "^2.15.14",
"esbuild-loader": "^4.3.0",
"eslint": "^9.31.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-vue": "^9.33.0",
"globals": "^16.3.0",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"noty": "^3.2.0-beta-deprecated",
"pinia": "^2.3.1",
"prettier": "^3.6.2",
"pug": "^3.0.3",
"pug-plain-loader": "^1.1.0",
"raw-loader": "^4.0.2",
"sass": "^1.89.2",
"sass-loader": "^16.0.5",
"vue": "^2.7.16",
"vue-data-tables": "^3.4.5",
"vue-demi": "^0.14.10",
"vue-i18n": "^8.28.2",
"vue-i18n-bridge": "^9.14.1",
"vue-lazyload": "^1.3.5",
"vue-loader": "^15.11.1",
"vue-markdown": "^2.2.4",
"vue-marquee-text-component": "^1.2.0",
"webpack": "^5.100.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"worker-timers": "^8.0.23",
"yargs": "^18.0.0"
},
"build": {
"appId": "app.vrcx",
"productName": "VRCX",
"icon": "VRCX.png",
"files": [
"build/html/**/*",
"src-electron/*",
"VRCX.png",
"images/tray.png",
"Version"
],
"asarUnpack": [
"node_modules/node-api-dotnet/**/*",
"node_modules/node-api-dotnet/net9.0/**/*",
"build/Electron/*",
"build/Electron/**",
"build/Electron/dotnet-runtime/**/*"
],
"extraResources": [
{
"from": "VRCX.png",
"to": "VRCX.png"
},
{
"from": "build/Electron/",
"to": "app.asar.unpacked/build/Electron/"
},
{
"from": "node_modules/node-api-dotnet/net9.0/Microsoft.JavaScript.NodeApi.dll",
"to": "app.asar.unpacked/node_modules/node-api-dotnet/net9.0/Microsoft.JavaScript.NodeApi.dll"
},
{
"from": "node_modules/node-api-dotnet/net9.0/Microsoft.JavaScript.NodeApi.DotNetHost.dll",
"to": "app.asar.unpacked/node_modules/node-api-dotnet/net9.0/Microsoft.JavaScript.NodeApi.DotNetHost.dll"
},
{
"from": "build/Electron/dotnet-runtime/",
"to": "dotnet-runtime/"
}
],
"directories": {
"output": "build"
},
"linux": {
"artifactName": "VRCX_Version.${ext}",
"target": [
"AppImage"
],
"icon": "VRCX.png",
"category": "Utility",
"executableName": "vrcx",
"desktop": {
"entry": {
"Name": "VRCX",
"Comment": "Friendship management tool for VRChat",
"Icon": "VRCX",
"Terminal": "false",
"Type": "Application",
"Categories": "Utility;Application;"
}
},
"maintainer": "rs189 <35667100+rs189@users.noreply.github.com>",
"description": "Friendship management tool for VRChat"
},
"mac": {
"artifactName": "VRCX_Version.${ext}",
"target": [
"dmg"
],
"icon": "VRCX.png",
"category": "public.app-category.utilities",
"executableName": "VRCX"
}
},
"dependencies": {
"hazardous": "^0.3.0",
"node-api-dotnet": "^0.9.12"
}
}