mirror of
https://github.com/YuzuZensai/VRC-Circle.git
synced 2026-09-13 10:58:59 +00:00
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 17.0.8 to 17.0.11. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v17.0.8...v17.0.11) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 17.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
71 lines
2.4 KiB
JSON
71 lines
2.4 KiB
JSON
{
|
|
"name": "vrc-circle",
|
|
"version": "0.1.0",
|
|
"description": "An all-in-one VRChat Hub & Launcher",
|
|
"author": "YuzuZensai <yuzu@kirameki.cafe>",
|
|
"license": "MIT",
|
|
"main": "./out/main/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "electron-vite dev",
|
|
"build": "pnpm run check && electron-vite build",
|
|
"preview": "electron-vite preview",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"start": "electron-vite preview",
|
|
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
|
|
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
|
|
"typecheck": "pnpm run typecheck:node && pnpm run typecheck:web",
|
|
"check": "pnpm run lint && pnpm run typecheck && pnpm run format && pnpm run test",
|
|
"lint": "eslint .",
|
|
"format": "prettier --check .",
|
|
"format:fix": "prettier --write .",
|
|
"prepare": "husky",
|
|
"package": "pnpm run build && electron-builder --dir",
|
|
"package:run": "pnpm run package && open dist/mac*/'VRC Circle.app'",
|
|
"dist": "pnpm run build && electron-builder",
|
|
"build:win": "pnpm run build && electron-builder --win --publish never",
|
|
"build:mac": "pnpm run build && electron-builder --mac --publish never",
|
|
"build:linux": "pnpm run build && electron-builder --linux --publish never"
|
|
},
|
|
"dependencies": {
|
|
"electron-updater": "^6.3.9",
|
|
"i18next": "^26.3.2",
|
|
"keyv": "^5.2.3",
|
|
"keyv-file": "^5.1.2",
|
|
"lucide-react": "^1.21.0",
|
|
"react-i18next": "^17.0.11",
|
|
"sharp": "^0.35.2",
|
|
"vrchat": "2.21.8-nightly.16",
|
|
"ws": "^8.18.0",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@tailwindcss/vite": "^4.3.1",
|
|
"@types/node": "^22.10.5",
|
|
"@types/react": "^19.0.4",
|
|
"@types/react-dom": "^19.0.2",
|
|
"@types/ws": "^8.5.13",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"electron": "^33.3.0",
|
|
"electron-builder": "^25.1.8",
|
|
"electron-vite": "^2.3.0",
|
|
"eslint": "^10.6.0",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.5.3",
|
|
"globals": "^17.7.0",
|
|
"husky": "^9.1.7",
|
|
"playwright-core": "^1.61.1",
|
|
"prettier": "^3.6.2",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwindcss": "^4.3.1",
|
|
"typescript": "^5.7.3",
|
|
"typescript-eslint": "^8.62.0",
|
|
"vite": "^6.0.7",
|
|
"vitest": "^4.1.9"
|
|
},
|
|
"packageManager": "pnpm@10.33.0"
|
|
}
|