-
-
Notifications
You must be signed in to change notification settings - Fork 352
Expand file tree
/
Copy pathpackage.json
More file actions
202 lines (202 loc) · 7.72 KB
/
package.json
File metadata and controls
202 lines (202 loc) · 7.72 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
{
"name": "VRCX",
"private": true,
"description": "Friendship management tool for VRChat",
"keywords": [
"vrchat"
],
"homepage": "https://github.com/vrcx-team/VRCX#readme",
"bugs": {
"url": "https://github.com/vrcx-team/VRCX/issues"
},
"license": "MIT",
"author": "VRCX Team",
"repository": {
"type": "git",
"url": "git+https://github.com/vrcx-team/VRCX.git"
},
"main": "src-electron/main.js",
"scripts": {
"dev": "cross-env PLATFORM=windows vite serve src",
"dev-linux": "cross-env PLATFORM=linux vite serve src",
"localization": "node ./src/shared/utils/localizationHelperCLI.js",
"format": "oxfmt src src-electron eslint.config.mjs vitest.config.js vitest.setup.js",
"format:check": "oxfmt --check src src-electron eslint.config.mjs vitest.config.js vitest.setup.js",
"lint": "npm run lint:oxlint && npm run lint:eslint",
"lint:eslint": "eslint .",
"lint:oxlint": "oxlint .",
"typecheck:js": "tsc -p tsconfig.checkjs.json --pretty false",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"build:licenses": "node ./build-scripts/generate-third-party-licenses.js",
"prod": "cross-env PLATFORM=windows vite build src && npm run build:licenses",
"prod-linux": "cross-env PLATFORM=linux vite build src && npm run build:licenses",
"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 . --hot-reload"
},
"dependencies": {
"hazardous": "^0.3.0",
"node-api-dotnet": "^0.9.19"
},
"devDependencies": {
"@dnd-kit/vue": "^0.3.2",
"@eslint/js": "^9.39.4",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/noto-sans-jp": "^5.2.10",
"@fontsource-variable/noto-sans-kr": "^5.2.10",
"@fontsource-variable/noto-sans-sc": "^5.2.10",
"@fontsource-variable/noto-sans-tc": "^5.2.10",
"@internationalized/date": "^3.12.0",
"@pinia/testing": "^1.0.3",
"@sentry/vite-plugin": "^5.2.0",
"@sentry/vue": "^10.48.0",
"@sigma/edge-curve": "^3.1.0",
"@sigma/node-border": "^3.0.0",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/vue-query": "^5.97.0",
"@tanstack/vue-table": "^8.21.3",
"@tanstack/vue-virtual": "^3.13.23",
"@types/node": "^25.6.0",
"@vee-validate/zod": "^4.15.1",
"@vitejs/plugin-vue": "^6.0.5",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"@vitest/coverage-v8": "^4.1.4",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^14.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cross-env": "^10.1.0",
"dayjs": "^1.11.20",
"echarts": "^6.0.0",
"electron": "^41.2.0",
"electron-builder": "^26.8.1",
"embla-carousel-vue": "^8.6.0",
"eslint": "^9.39.4",
"eslint-plugin-jsdoc": "^62.9.0",
"eslint-plugin-oxlint": "^1.59.0",
"eslint-plugin-vue": "^9.33.0",
"globals": "^17.4.0",
"graphology": "^0.26.0",
"graphology-communities-louvain": "^2.0.2",
"graphology-layout-forceatlas2": "^0.10.1",
"graphology-layout-noverlap": "^0.4.2",
"jsdom": "^29.0.2",
"lightningcss": "^1.32.0",
"lucide-vue-next": "^1.0.0",
"noty": "^3.2.0-beta-deprecated",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0",
"pinia": "^3.0.4",
"reka-ui": "^2.9.5",
"remixicon": "^4.9.1",
"sigma": "^3.0.2",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"vee-validate": "^4.15.1",
"vite": "^8.0.8",
"vitest": "^4.1.4",
"vue": "^3.5.32",
"vue-advanced-cropper": "^2.8.9",
"vue-i18n": "^11.3.2",
"vue-input-otp": "^0.3.2",
"vue-json-pretty": "^2.6.0",
"vue-marquee-text-component": "^2.0.1",
"vue-router": "^5.0.4",
"vue-showdown": "^4.2.0",
"vue-sonner": "^2.0.9",
"worker-timers": "^8.0.31",
"yargs": "^18.0.0",
"zod": "^3.25.76"
},
"engines": {
"node": ">=24.10.0",
"npm": ">=11.5.0"
},
"build": {
"appId": "app.vrcx",
"productName": "VRCX",
"icon": "images/VRCX.png",
"files": [
"build/html/**/*",
"src-electron/*",
"images/VRCX.png",
"images/VRCX.ico",
"images/VRCX_notify.png",
"images/VRCX_notify.ico",
"Version",
"src-electron/libs/linux/libopenvr_api.so",
".no-updater"
],
"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": "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": "images/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": "images/VRCX.png",
"category": "public.app-category.utilities",
"executableName": "VRCX"
}
}
}