{ "name": "clash-verge", "version": "2.0.2", "license": "GPL-3.0-only", "scripts": { "dev": "cross-env RUST_BACKTRACE=1 tauri dev", "dev:diff": "cross-env RUST_BACKTRACE=1 tauri dev -f verge-dev", "build": "cross-env NODE_OPTIONS='--max-old-space-size=4096' tauri build", "tauri": "tauri", "web:dev": "vite", "web:build": "tsc --noEmit && vite build", "web:serve": "vite preview", "check": "node scripts/check.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", "prepare": "husky" }, "dependencies": { "@dnd-kit/core": "^6.1.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@juggle/resize-observer": "^3.4.0", "@mui/icons-material": "^6.1.6", "@mui/lab": "5.0.0-alpha.149", "@mui/material": "^6.1.6", "@mui/x-data-grid": "^7.22.2", "@tauri-apps/api": "2.1.1", "@tauri-apps/plugin-clipboard-manager": "2.0.0", "@tauri-apps/plugin-dialog": "^2.0.1", "@tauri-apps/plugin-fs": "^2.0.2", "@tauri-apps/plugin-global-shortcut": "^2.0.0", "@tauri-apps/plugin-notification": "^2.0.0", "@tauri-apps/plugin-process": "^2.0.0", "@tauri-apps/plugin-shell": "^2.0.1", "@tauri-apps/plugin-updater": "^2.0.0", "@types/json-schema": "^7.0.15", "ahooks": "^3.8.1", "axios": "^1.7.7", "cli-color": "^2.0.4", "dayjs": "1.11.13", "foxact": "^0.2.41", "glob": "^11.0.0", "i18next": "^23.16.5", "js-base64": "^3.7.7", "js-yaml": "^4.1.0", "lodash-es": "^4.17.21", "monaco-editor": "^0.52.0", "monaco-yaml": "^5.2.3", "nanoid": "^5.0.8", "peggy": "^4.1.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-error-boundary": "^4.1.2", "react-hook-form": "^7.53.2", "react-i18next": "^15.1.1", "react-markdown": "^9.0.1", "react-monaco-editor": "^0.56.2", "react-router-dom": "^6.28.0", "react-transition-group": "^4.4.5", "react-virtuoso": "^4.12.0", "sockette": "^2.0.6", "swr": "^2.2.5", "tar": "^7.4.3", "types-pac": "^1.0.3", "zustand": "^5.0.1" }, "devDependencies": { "@actions/github": "^6.0.0", "@tauri-apps/cli": "2.1.0", "@types/js-cookie": "^3.0.6", "@types/js-yaml": "^4.0.9", "@types/lodash-es": "^4.17.12", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/react-transition-group": "^4.4.11", "@vitejs/plugin-legacy": "^5.4.3", "@vitejs/plugin-react": "^4.3.3", "adm-zip": "^0.5.16", "cross-env": "^7.0.3", "https-proxy-agent": "^7.0.5", "husky": "^9.1.7", "meta-json-schema": "^1.18.10", "node-fetch": "^3.3.2", "prettier": "^3.3.3", "pretty-quick": "^4.0.0", "sass": "^1.81.0", "terser": "^5.36.0", "typescript": "^5.6.3", "vite": "^5.4.11", "vite-plugin-monaco-editor": "^1.1.0", "vite-plugin-svgr": "^4.3.0" }, "prettier": { "tabWidth": 2, "semi": true, "singleQuote": false, "endOfLine": "lf" }, "type": "module", "packageManager": "pnpm@9.13.2" }