{ "name": "clash-verge", "version": "2.4.8", "license": "GPL-3.0-only", "scripts": { "prepare": "husky || true", "dev": "cross-env RUST_BACKTRACE=full tauri dev -f verge-dev", "dev:diff": "cross-env RUST_BACKTRACE=full tauri dev -f verge-dev", "dev:trace": "cross-env RUST_BACKTRACE=full RUSTFLAGS=\"--cfg tokio_unstable\" tauri dev -f verge-dev tokio-trace", "dev:tauri": "cross-env RUST_BACKTRACE=full tauri dev -f tauri-dev", "build": "cross-env NODE_OPTIONS='--max-old-space-size=4096' tauri build", "build:fast": "cross-env NODE_OPTIONS='--max-old-space-size=4096' tauri build -- --profile fast-release", "tauri": "tauri", "web:dev": "vite", "web:build": "tsc --noEmit && vite build", "web:serve": "vite preview", "prebuild": "node scripts/prebuild.mjs", "updater": "node scripts/updater.mjs", "updater-fixed-webview2": "node scripts/updater-fixed-webview2.mjs", "portable": "node scripts/portable.mjs", "portable-fixed-webview2": "node scripts/portable-fixed-webview2.mjs", "fix-alpha-version": "node scripts/fix-alpha_version.mjs", "release-version": "node scripts/release-version.mjs", "release:autobuild": "pnpm release-version autobuild", "release:deploytest": "pnpm release-version deploytest", "publish-version": "node scripts/publish-version.mjs", "lint": "eslint -c eslint.config.ts --max-warnings=0 --cache --cache-location .eslintcache src", "lint:fix": "eslint -c eslint.config.ts --max-warnings=0 --cache --cache-location .eslintcache --fix src", "format": "biome format --write .", "format:check": "biome format .", "i18n:check": "node scripts/cleanup-unused-i18n.mjs", "i18n:format": "node scripts/cleanup-unused-i18n.mjs --align --apply", "i18n:types": "node scripts/generate-i18n-keys.mjs", "typecheck": "tsc --noEmit" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@juggle/resize-observer": "^3.4.0", "@monaco-editor/react": "^4.7.0", "@mui/icons-material": "^7.3.9", "@mui/lab": "7.0.0-beta.17", "@mui/material": "^7.3.9", "@tanstack/react-query": "^5.96.1", "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.23", "@tauri-apps/api": "2.10.1", "@tauri-apps/plugin-clipboard-manager": "^2.3.2", "@tauri-apps/plugin-dialog": "^2.6.0", "@tauri-apps/plugin-fs": "^2.4.5", "@tauri-apps/plugin-http": "~2.5.7", "@tauri-apps/plugin-process": "^2.3.1", "@tauri-apps/plugin-shell": "2.3.5", "@tauri-apps/plugin-updater": "2.10.1", "ahooks": "^3.9.6", "cidr-block": "^2.3.0", "dayjs": "1.11.20", "foxact": "^0.3.0", "foxts": "^5.3.0", "i18next": "^26.0.0", "js-yaml": "^4.1.1", "lodash-es": "^4.17.23", "meta-json-schema": "^1.19.21", "monaco-editor": "^0.55.1", "monaco-yaml": "^5.4.1", "nanoid": "^5.1.7", "react": "19.2.5", "react-dom": "19.2.5", "react-error-boundary": "6.1.1", "react-hook-form": "^7.72.0", "react-i18next": "17.0.2", "react-markdown": "10.1.0", "react-router": "^7.13.1", "rehype-raw": "^7.0.0", "tauri-plugin-mihomo-api": "github:clash-verge-rev/tauri-plugin-mihomo#revert", "types-pac": "^1.0.3", "validator": "^13.15.26" }, "devDependencies": { "@actions/github": "^9.0.0", "@biomejs/biome": "^2.4.10", "@eslint-react/eslint-plugin": "^4.0.0", "@eslint/js": "^10.0.1", "@tauri-apps/cli": "2.10.1", "@types/js-yaml": "^4.0.9", "@types/lodash-es": "^4.17.12", "@types/node": "^24.12.0", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", "@types/validator": "^13.15.10", "@vitejs/plugin-legacy": "^8.0.0", "@vitejs/plugin-react": "^6.0.1", "axios": "^1.13.6", "adm-zip": "^0.5.16", "cli-color": "^2.0.4", "commander": "^14.0.3", "cross-env": "^10.1.0", "eslint": "^10.1.0", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import-x": "^4.16.2", "eslint-plugin-react-compiler": "19.1.0-rc.2", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "eslint-plugin-unused-imports": "^4.4.1", "glob": "^13.0.6", "globals": "^17.4.0", "https-proxy-agent": "^9.0.0", "husky": "^9.1.7", "jiti": "^2.6.1", "lint-staged": "^16.4.0", "node-fetch": "^3.3.2", "sass": "^1.98.0", "tar": "^7.5.12", "terser": "^5.46.1", "typescript": "^6.0.0", "typescript-eslint": "^8.57.1", "vite": "^8.0.1", "vite-plugin-svgr": "^5.0.0" }, "lint-staged": { "*.{ts,tsx,js,mjs}": [ "eslint --fix --max-warnings=0", "biome format --write" ], "*.{css,scss,json,yaml,yml}": [ "biome format --write" ] }, "type": "module", "packageManager": "pnpm@10.32.1", "pnpm": { "onlyBuiltDependencies": [ "@parcel/watcher", "core-js", "es5-ext", "meta-json-schema", "unrs-resolver" ] } }