-
Notifications
You must be signed in to change notification settings - Fork 415
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 5.41 KB
/
Copy pathpackage.json
File metadata and controls
141 lines (141 loc) · 5.41 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
{
"name": "vrcx",
"version": "2026.07.18",
"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": "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",
"typecheck:vue": "vue-tsc -p tsconfig.checkjs.json",
"typecheck:node": "tsc -p tsconfig.node.json",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"build:licenses": "node ./build-scripts/generate-third-party-licenses.js",
"prod": "vite build src && npm run build:licenses",
"build-electron": "node ./build-scripts/download-dotnet-runtime.js --arch=x64 && node ./build-scripts/patch-package-version.js && cross-env DEBUG=electron-builder electron-builder --config electron-builder.config.js --x64 --publish never",
"build-electron-arm64": "node ./build-scripts/download-dotnet-runtime.js --arch=arm64 && node ./build-scripts/patch-package-version.js && electron-builder --config electron-builder.config.js --arm64 --publish never",
"postbuild-electron": "node ./build-scripts/patch-node-api-dotnet.js --arch=x64 && node ./build-scripts/rename-builds.js --arch=x64",
"postbuild-electron-arm64": "node ./build-scripts/patch-node-api-dotnet.js --arch=arm64 && node ./build-scripts/rename-builds.js --arch=arm64",
"start-electron": "electron . --hot-reload"
},
"dependencies": {
"hazardous": "^0.3.0",
"node-api-dotnet": "^0.9.23"
},
"devDependencies": {
"@dnd-kit/vue": "^0.5.0",
"@eslint/js": "^10.0.1",
"@fontsource-variable/inter": "^5.3.0",
"@fontsource-variable/noto-sans-jp": "^5.3.0",
"@fontsource-variable/noto-sans-kr": "^5.3.0",
"@fontsource-variable/noto-sans-sc": "^5.3.0",
"@fontsource-variable/noto-sans-tc": "^5.3.0",
"@internationalized/date": "^3.12.2",
"@pinia/testing": "^2.0.1",
"@sentry/vite-plugin": "^5.4.0",
"@sentry/vue": "^10.68.0",
"@sigma/edge-curve": "^3.1.0",
"@sigma/node-border": "^3.0.0",
"@tailwindcss/vite": "^4.3.3",
"@tanstack/vue-query": "^5.101.4",
"@tanstack/vue-table": "^8.21.3",
"@tanstack/vue-virtual": "^3.13.34",
"@types/node": "^26.1.1",
"@vee-validate/zod": "^4.15.1",
"@vitejs/plugin-vue": "^6.0.8",
"@vitejs/plugin-vue-jsx": "^5.1.6",
"@vitest/coverage-v8": "^4.1.10",
"@vue/test-utils": "^2.4.11",
"@vueuse/core": "^14.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cross-env": "^10.1.0",
"dayjs": "^1.11.21",
"echarts": "^6.1.0",
"electron": "^40.4.1",
"electron-builder": "^26.15.7",
"embla-carousel-vue": "^8.6.0",
"eslint": "^10.8.0",
"eslint-plugin-jsdoc": "^63.2.2",
"eslint-plugin-oxlint": "^1.75.0",
"eslint-plugin-vue": "^10.10.0",
"globals": "^17.7.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.1.1",
"lightningcss": "^1.33.0",
"lucide-vue-next": "^1.0.0",
"noty": "^3.2.0-beta-deprecated",
"oxfmt": "^0.60.0",
"oxlint": "^1.75.0",
"pinia": "^4.0.2",
"reka-ui": "^2.10.1",
"remixicon": "^4.9.1",
"sigma": "^3.0.3",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"vee-validate": "^4.15.1",
"vite": "^8.1.5",
"vitest": "^4.1.10",
"vue": "^3.5.40",
"vue-advanced-cropper": "^2.8.9",
"vue-i18n": "^11.4.8",
"vue-input-otp": "^0.3.2",
"vue-json-pretty": "^2.6.0",
"vue-marquee-text-component": "^2.0.1",
"vue-router": "^5.2.0",
"vue-showdown": "^4.2.0",
"vue-sonner": "^2.0.9",
"vue-tsc": "^3.3.8",
"vue3-colorpicker": "^2.3.0",
"worker-timers": "^8.0.34",
"yargs": "^18.1.0",
"zod": "^3.25.76"
},
"overrides": {
"brace-expansion": ">=5.0.9",
"fast-uri": ">=3.1.5",
"js-cookie": ">=3.0.7",
"js-yaml": ">=4.3.1",
"nanoid": ">=3.3.17",
"postcss": ">8.5.22",
"tmp": ">=0.2.6",
"yauzl": ">=3.3.1"
},
"engines": {
"node": ">=24.15.0",
"npm": ">=11.5.0"
},
"allowScripts": {
"@sentry/cli": true,
"core-js": true,
"electron-winstaller": true,
"vue-demi": true,
"electron": true
},
"desktopName": "VRCX"
}