mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 10:43:48 +02:00
* Update Vue devtools
* upgrade vue pinia element-plus vue-i18n, add vite
* fix: i18n
* global components
* change v-deep
* upgrade vue-lazyload
* data table
* update enlint and safe-dialog
* package.json and vite.config.js
* el-icon
* el-message
* vue 2 -> vue3 migration changes
* $pinia
* dialog
* el-popover slot
* lint
* chore
* slot
* scss
* remote state access
* misc
* jsconfig
* el-button size mini -> small
* :model-value
* ElMessageBox
* datatable
* remove v-lazyload
* template #dropdown
* mini -> small
* css
* byebye hideTooltips
* use sass-embedded
* Update SQLite, remove unneeded libraries
* Fix shift remove local avatar favorites
* Electron arm64
* arm64 support
* bye pug
* f-word vite hah
* misc
* remove safe dialog component
* Add self invite to launch dialog
* Fix errors
* Icons 1
* improve localfavorite loading performance
* improve favorites world item performance
* dialog visibility changes for Element Plus
* clear element plus error
* import performance
* revert App.vue hah
* hah
* Revert "Add self invite to launch dialog"
This reverts commit 4801cfad58.
* Toggle self invite/open in-game
* Self invite on launch dialog
* el-button icon
* el-icon
* fix user dialog tab switching logic
* fix PlayerList
* Formatting changes
* More icons
* Fix friend log table
* loading margin
* fix markdown
* fix world dialog tab switching issue
* Fixes and formatting
* fix: global i18n.t export
* fix favorites world tab not working
* Create instance, displayName
* Remove group members sort by userId
* Fix loading dialog tabs on swtich
* Star
* charts console.warn
* wip: fix charts
* wip: fix charts
* wip: charts composables
* fix favorite item tooltip warning
* Fixes and formatting
* Clean up image dialogs
* Remove unused method
* Fix platform/size border
* Fix platform/size border
* $vr
* fix friendExportDialogVisible binding
* ElMessageBox and Settings
* Login formatting
* Rename VR overlay query
* Fix image popover and userdialog badges
* Formatting
* Big buttons
* Fixes, update Cef
* Fix gameLog table nav buttons jumping around while using nav buttons
* Fix z-index
* vr overlay
* vite input add theme
* defineAsyncComponent
* ISO 639-1
* fix i18n
* clean t
* Formatting, fix calendar, rotate arrows
* Show user status when user is offline
* Fix VR overlay
* fix theme and clean up
* split InstanceActivity
* tweak
* Fix VR overlay formatting
* fix scss var
* AppDebug hahahaha
* Years
* remove reactive
* improve perf
* state hah…
* fix user rendering poblems when user object is not yet loaded
* improve perf
* Update avatar/world image uploader, licenses, remove previous images dialog (old images are now deleted)
* improve perf 1
* Suppress stray errors
* fix traveling location display issue
* Fix empty instance creator
* improve friend list refresh performance
* fix main charts
* fix chart
* Fix darkmode
* Fix avatar dialog tags
---------
Co-authored-by: pa <maplenagisa@gmail.com>
162 lines
6.0 KiB
JSON
162 lines
6.0 KiB
JSON
{
|
|
"name": "VRCX",
|
|
"description": "Friendship management tool for VRChat",
|
|
"private": true,
|
|
"main": "src-electron/main.js",
|
|
"scripts": {
|
|
"dev": "cross-env PLATFORM=windows vite serve src",
|
|
"dev:test": "concurrently \"npm run dev\" \"jest --watchAll\"",
|
|
"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",
|
|
"test": "jest",
|
|
"test:coverage": "jest --coverage",
|
|
"prod": "cross-env PLATFORM=windows vite build src",
|
|
"prod-linux": "cross-env PLATFORM=linux webpack --config webpack.config.js --mode production",
|
|
"build-electron": "node ./src-electron/download-dotnet-runtime.js --arch=x64 && node ./src-electron/patch-package-version.js && electron-builder --x64 --publish never",
|
|
"build-electron-arm64": "node ./src-electron/download-dotnet-runtime.js --arch=arm64 && node ./src-electron/patch-package-version.js && electron-builder --arm64 --publish never",
|
|
"postbuild-electron": "node ./src-electron/patch-node-api-dotnet.js --arch=x64 && node ./src-electron/rename-builds.js --arch=x64",
|
|
"postbuild-electron-arm64": "node ./src-electron/patch-node-api-dotnet.js --arch=arm64 && node ./src-electron/rename-builds.js --arch=arm64",
|
|
"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.35.0",
|
|
"@fontsource/noto-sans-jp": "^5.2.7",
|
|
"@fontsource/noto-sans-kr": "^5.2.7",
|
|
"@fontsource/noto-sans-sc": "^5.2.6",
|
|
"@fontsource/noto-sans-tc": "^5.2.7",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^24.3.1",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"animate.css": "^4.1.1",
|
|
"babel-runtime": "^6.26.0",
|
|
"concurrently": "^9.2.1",
|
|
"cross-env": "^10.0.0",
|
|
"dayjs": "^1.11.18",
|
|
"echarts": "^6.0.0",
|
|
"electron": "^37.4.0",
|
|
"electron-builder": "^26.0.12",
|
|
"element-plus": "^2.11.2",
|
|
"esbuild-jest": "^0.4.0",
|
|
"eslint": "^9.35.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-vue": "^9.33.0",
|
|
"globals": "^16.3.0",
|
|
"jest": "^30.1.3",
|
|
"noty": "^3.2.0-beta-deprecated",
|
|
"pinia": "^3.0.3",
|
|
"prettier": "^3.6.2",
|
|
"remixicon": "^4.6.0",
|
|
"sass-embedded": "^1.92.1",
|
|
"vite": "^7.1.4",
|
|
"vue": "^3.5.21",
|
|
"vue-i18n": "^11.1.12",
|
|
"vue-marquee-text-component": "^2.0.1",
|
|
"vue-showdown": "^4.2.0",
|
|
"worker-timers": "^8.0.24",
|
|
"yargs": "^18.0.0"
|
|
},
|
|
"build": {
|
|
"appId": "app.vrcx",
|
|
"productName": "VRCX",
|
|
"icon": "VRCX.png",
|
|
"files": [
|
|
"build/html/**/*",
|
|
"src-electron/*",
|
|
"VRCX.png",
|
|
"images/tray.png",
|
|
"Version",
|
|
"src-electron/libs/linux/libopenvr_api.so"
|
|
],
|
|
"asarUnpack": [
|
|
"node_modules/node-api-dotnet/**/*",
|
|
"node_modules/node-api-dotnet/net9.0/**/*",
|
|
"build/Electron/*",
|
|
"build/Electron/**",
|
|
"build/Electron/dotnet-runtime/**/*",
|
|
"src-electron/libs/linux/libopenvr_api.so"
|
|
],
|
|
"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/"
|
|
},
|
|
{
|
|
"from": "src-electron/libs/linux/libopenvr_api.so",
|
|
"to": "bin/libopenvr_api.so"
|
|
},
|
|
{
|
|
"from": "src-electron/libs/linux/libopenvr_api.so",
|
|
"to": "app.asar.unpacked/build/Electron/openvr_api.so"
|
|
}
|
|
],
|
|
"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.15"
|
|
}
|
|
}
|