Files
clash-proxy/package.json

117 lines
3.8 KiB
JSON
Raw Normal View History

2021-12-04 14:31:26 +08:00
{
"name": "clash-verge",
2025-06-17 22:05:03 +08:00
"version": "2.3.1",
2024-02-02 16:56:39 +08:00
"license": "GPL-3.0-only",
2021-12-04 14:31:26 +08:00
"scripts": {
"dev": "cross-env RUST_BACKTRACE=1 tauri dev -f verge-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",
"build:fast": "cross-env NODE_OPTIONS='--max-old-space-size=4096' tauri build -- --profile fast-release",
2022-01-08 02:12:12 +08:00
"tauri": "tauri",
2021-12-08 23:34:23 +08:00
"web:dev": "vite",
"web:build": "tsc --noEmit && vite build",
2021-12-24 01:58:15 +08:00
"web:serve": "vite preview",
"prebuild": "node scripts/prebuild.mjs",
2022-04-05 23:24:52 +08:00
"updater": "node scripts/updater.mjs",
"updater-fixed-webview2": "node scripts/updater-fixed-webview2.mjs",
2022-04-13 01:17:40 +08:00
"portable": "node scripts/portable.mjs",
2024-05-06 19:13:08 +08:00
"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",
"publish-version": "node scripts/publish-version.mjs",
"fmt": "cargo fmt --manifest-path ./src-tauri/Cargo.toml",
"clippy": "cargo clippy --manifest-path ./src-tauri/Cargo.toml",
"format": "prettier --write .",
"format:check": "prettier --check ."
2021-12-04 14:31:26 +08:00
},
"dependencies": {
2025-01-02 15:02:07 +08:00
"@dnd-kit/core": "^6.3.1",
2025-02-04 09:07:23 +08:00
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
2025-01-02 15:02:07 +08:00
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@juggle/resize-observer": "^3.4.0",
"@mui/icons-material": "^7.1.1",
"@mui/lab": "7.0.0-beta.13",
"@mui/material": "^7.1.1",
"@mui/x-data-grid": "^8.5.1",
"@tauri-apps/api": "2.5.0",
2025-03-19 11:07:57 +08:00
"@tauri-apps/plugin-clipboard-manager": "^2.2.2",
"@tauri-apps/plugin-dialog": "^2.2.2",
"@tauri-apps/plugin-fs": "^2.3.0",
"@tauri-apps/plugin-global-shortcut": "^2.2.1",
2025-03-19 11:07:57 +08:00
"@tauri-apps/plugin-notification": "^2.2.2",
"@tauri-apps/plugin-process": "^2.2.1",
"@tauri-apps/plugin-shell": "2.2.1",
"@tauri-apps/plugin-updater": "2.7.1",
"@tauri-apps/plugin-window-state": "^2.2.2",
2025-03-14 13:31:34 +08:00
"@types/d3-shape": "^3.1.7",
2024-04-19 15:55:46 +08:00
"@types/json-schema": "^7.0.15",
"ahooks": "^3.8.5",
"axios": "^1.9.0",
"chart.js": "^4.4.9",
2024-10-04 22:38:06 +08:00
"cli-color": "^2.0.4",
2025-03-14 13:31:34 +08:00
"d3-shape": "^3.2.0",
2024-11-12 19:06:04 +08:00
"dayjs": "1.11.13",
"foxact": "^0.2.49",
"glob": "^11.0.2",
"i18next": "^25.2.1",
2024-07-05 19:49:32 +08:00
"js-base64": "^3.7.7",
2024-06-30 12:46:31 +08:00
"js-yaml": "^4.1.0",
2023-03-16 20:32:41 +08:00
"lodash-es": "^4.17.21",
2025-01-02 15:02:07 +08:00
"monaco-editor": "^0.52.2",
"monaco-yaml": "^5.4.0",
2025-03-19 11:07:57 +08:00
"nanoid": "^5.1.5",
"peggy": "^5.0.3",
2025-05-14 10:47:33 +08:00
"react": "19.1.0",
"react-chartjs-2": "^5.3.0",
2025-05-14 10:47:33 +08:00
"react-dom": "19.1.0",
"react-error-boundary": "6.0.0",
"react-hook-form": "^7.57.0",
"react-i18next": "15.5.2",
2025-05-14 10:47:33 +08:00
"react-markdown": "10.1.0",
"react-monaco-editor": "0.58.0",
"react-router-dom": "7.6.2",
"react-virtuoso": "^4.12.8",
"sockette": "^2.0.6",
2025-03-19 11:07:57 +08:00
"swr": "^2.3.3",
2024-11-12 19:06:04 +08:00
"tar": "^7.4.3",
"types-pac": "^1.0.3",
"zustand": "^5.0.5"
2021-12-04 14:31:26 +08:00
},
"devDependencies": {
"@actions/github": "^6.0.1",
"@tauri-apps/cli": "2.5.0",
2023-12-01 14:49:32 +08:00
"@types/js-cookie": "^3.0.6",
2024-06-30 12:46:31 +08:00
"@types/js-yaml": "^4.0.9",
2023-12-01 14:49:32 +08:00
"@types/lodash-es": "^4.17.12",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@vitejs/plugin-legacy": "^6.1.1",
"@vitejs/plugin-react": "4.5.2",
2024-11-12 19:06:04 +08:00
"adm-zip": "^0.5.16",
"commander": "^14.0.0",
2022-05-17 01:59:49 +08:00
"cross-env": "^7.0.3",
2025-01-02 15:02:07 +08:00
"https-proxy-agent": "^7.0.6",
2024-11-18 23:51:43 +08:00
"husky": "^9.1.7",
"meta-json-schema": "^1.19.10",
2023-12-01 14:49:32 +08:00
"node-fetch": "^3.3.2",
2025-03-19 11:07:57 +08:00
"prettier": "^3.5.3",
"pretty-quick": "^4.2.2",
"sass": "^1.89.2",
"terser": "^5.42.0",
"typescript": "^5.8.3",
"vite": "^6.3.5",
2022-07-05 00:52:22 +08:00
"vite-plugin-monaco-editor": "^1.1.0",
2024-11-12 19:06:04 +08:00
"vite-plugin-svgr": "^4.3.0"
2021-12-25 17:04:55 +08:00
},
"prettier": {
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"endOfLine": "lf"
},
"type": "module",
"packageManager": "pnpm@9.13.2"
}