{ "name": "clash-verge", "version": "2.0.0", "license": "GPL-3.0-only", "scripts": { "dev": "tauri dev", "dev:diff": "tauri dev -f verge-dev", "build": "tauri build", "tauri": "tauri", "web:dev": "vite", "web:build": "tsc && 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 install" }, "dependencies": { "@dnd-kit/core": "^6.1.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@juggle/resize-observer": "^3.4.0", "@mui/icons-material": "^5.16.0", "@mui/lab": "5.0.0-alpha.149", "@mui/material": "^5.16.0", "@mui/x-data-grid": "^7.9.0", "@tauri-apps/api": "2.0.0-rc.4", "@tauri-apps/plugin-clipboard-manager": "2.0.0-rc.0", "@tauri-apps/plugin-dialog": "^2.0.0-rc", "@tauri-apps/plugin-fs": "^2.0.0-rc", "@tauri-apps/plugin-global-shortcut": "^2.0.0-rc", "@tauri-apps/plugin-notification": "^2.0.0-rc", "@tauri-apps/plugin-process": "^2.0.0-rc", "@tauri-apps/plugin-shell": "^2.0.0-rc", "@tauri-apps/plugin-updater": "^2.0.0-rc", "@types/json-schema": "^7.0.15", "ahooks": "^3.8.0", "axios": "^1.7.2", "dayjs": "1.11.5", "foxact": "^0.2.35", "i18next": "^23.11.5", "js-base64": "^3.7.7", "js-yaml": "^4.1.0", "lodash-es": "^4.17.21", "meta-json-schema": "1.18.6", "monaco-editor": "^0.49.0", "monaco-yaml": "^5.2.0", "nanoid": "^5.0.7", "peggy": "^4.0.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-error-boundary": "^3.1.4", "react-hook-form": "^7.52.1", "react-i18next": "^13.5.0", "react-markdown": "^9.0.1", "react-monaco-editor": "^0.55.0", "react-router-dom": "^6.24.1", "react-transition-group": "^4.4.5", "react-virtuoso": "^4.7.11", "sockette": "^2.0.6", "swr": "^2.2.5", "tar": "^6.2.1", "types-pac": "^1.0.2" }, "devDependencies": { "@actions/github": "^5.1.1", "@tauri-apps/cli": "2.0.0-rc.8", "@types/fs-extra": "^9.0.13", "@types/js-cookie": "^3.0.6", "@types/js-yaml": "^4.0.9", "@types/lodash-es": "^4.17.12", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/react-transition-group": "^4.4.10", "@vitejs/plugin-legacy": "^5.4.1", "@vitejs/plugin-react": "^4.3.1", "adm-zip": "^0.5.14", "cross-env": "^7.0.3", "fs-extra": "^11.2.0", "https-proxy-agent": "^5.0.1", "husky": "^7.0.4", "node-fetch": "^3.3.2", "prettier": "^2.8.8", "pretty-quick": "^3.3.1", "sass": "^1.77.6", "terser": "^5.31.1", "typescript": "^5.5.3", "vite": "^5.3.3", "vite-plugin-monaco-editor": "^1.1.0", "vite-plugin-svgr": "^4.2.0" }, "prettier": { "tabWidth": 2, "semi": true, "singleQuote": false, "endOfLine": "lf" }, "packageManager": "pnpm@9.1.4" }