mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
141 lines
5.0 KiB
JSON
141 lines
5.0 KiB
JSON
{
|
|
"name": "VRCX",
|
|
"description": "Friendship management tool for VRChat",
|
|
"private": true,
|
|
"main": "src-electron/main.js",
|
|
"scripts": {
|
|
"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": {
|
|
"@babel/eslint-parser": "^7.27.5",
|
|
"@electron/rebuild": "^4.0.1",
|
|
"@fontsource/noto-sans-jp": "^5.2.5",
|
|
"@fontsource/noto-sans-kr": "^5.2.5",
|
|
"@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",
|
|
"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",
|
|
"default-passive-events": "^4.0.0",
|
|
"echarts": "^5.6.0",
|
|
"electron": "^36.4.0",
|
|
"electron-builder": "^26.0.12",
|
|
"element-ui": "^2.15.14",
|
|
"esbuild-loader": "^4.3.0",
|
|
"eslint": "^9.28.0",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"html-webpack-plugin": "^5.6.3",
|
|
"mini-css-extract-plugin": "^2.9.2",
|
|
"normalize.css": "^8.0.1",
|
|
"noty": "^3.2.0-beta-deprecated",
|
|
"prettier": "^3.5.3",
|
|
"pug": "^3.0.3",
|
|
"pug-plain-loader": "^1.1.0",
|
|
"raw-loader": "^4.0.2",
|
|
"sass": "^1.89.1",
|
|
"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.4",
|
|
"vue-loader": "^15.11.1",
|
|
"vue-markdown": "^2.2.4",
|
|
"vue-marquee-text-component": "^1.2.0",
|
|
"webpack": "^5.99.9",
|
|
"webpack-cli": "^6.0.1",
|
|
"worker-timers": "^8.0.21",
|
|
"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.11"
|
|
}
|
|
}
|