Files
VRCX/package.json
pa f4f78bb5ec refactor: app.js (#1291)
* refactor: frontend

* Fix avatar gallery sort

* Update .NET dependencies

* Update npm dependencies

electron v37.1.0

* bulkRefreshFriends

* fix dark theme

* Remove crowdin

* Fix config.json dialog not updating

* VRCX log file fixes & add Cef log

* Remove SharedVariable, fix startup

* Revert init theme change

* Logging date not working? Fix WinformThemer designer error

* Add Cef request hander, no more escaping main page

* clean

* fix

* fix

* clean

* uh

* Apply thememode at startup, fixes random user colours

* Split database into files

* Instance info remove empty lines

* Open external VRC links with VRCX

* Electron fixes

* fix userdialog style

* ohhhh

* fix store

* fix store

* fix: load all group members after kicking a user

* fix: world dialog favorite button style

* fix: Clear VRCX Cache Timer input value

* clean

* Fix VR overlay

* Fix VR overlay 2

* Fix Discord discord rich presence for RPC worlds

* Clean up age verified user tags

* Fix playerList being occupied after program reload

* no `this`

* Fix login stuck loading

* writable: false

* Hide dialogs on logout

* add flush sync option

* rm LOGIN event

* rm LOGOUT event

* remove duplicate event listeners

* remove duplicate event listeners

* clean

* remove duplicate event listeners

* clean

* fix theme style

* fix t

* clearable

* clean

* fix ipcEvent

* Small changes

* Popcorn Palace support

* Remove checkActiveFriends

* Clean up

* Fix dragEnterCef

* Block API requests when not logged in

* Clear state on login & logout

* Fix worldDialog instances not updating

* use <script setup>

* Fix avatar change event, CheckGameRunning at startup

* Fix image dragging

* fix

* Remove PWI

* fix updateLoop

* add webpack-dev-server to dev environment

* rm unnecessary chunks

* use <script setup>

* webpack-dev-server changes

* use <script setup>

* use <script setup>

* Fix UGC text size

* Split login event

* t

* use <script setup>

* fix

* Update .gitignore and enable checkJs in jsconfig

* fix i18n t

* use <script setup>

* use <script setup>

* clean

* global types

* fix

* use checkJs for debugging

* Add watchState for login watchers

* fix .vue template

* type fixes

* rm Vue.filter

* Cef v138.0.170, VC++ 2022

* Settings fixes

* Remove 'USER:CURRENT'

* clean up 2FA callbacks

* remove userApply

* rm i18n import

* notification handling to use notification store methods

* refactor favorite handling to use favorite store methods and clean up event emissions

* refactor moderation handling to use dedicated functions for player moderation events

* refactor friend handling to use dedicated functions for friend events

* Fix program startup, move lang init

* Fix friend state

* Fix status change error

* Fix user notes diff

* fix

* rm group event

* rm auth event

* rm avatar event

* clean

* clean

* getUser

* getFriends

* getFavoriteWorlds, getFavoriteAvatars

* AvatarGalleryUpload btn style & package.json update

* Fix friend requests

* Apply user

* Apply world

* Fix note diff

* Fix VR overlay

* Fixes

* Update build scripts

* Apply avatar

* Apply instance

* Apply group

* update hidden VRC+ badge

* Fix sameInstance "private"

* fix 502/504 API errors

* fix 502/504 API errors

* clean

* Fix friend in same instance on orange showing twice in friends list

* Add back in broken friend state repair methods

* add types

---------

Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2025-07-14 15:00:08 +12:00

144 lines
5.1 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/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/**"
],
"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"
}
],
"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"
}
},
"dependencies": {
"hazardous": "^0.3.0",
"node-api-dotnet": "^0.9.12"
}
}