2021-12-04 14:31:26 +08:00
|
|
|
{
|
|
|
|
"name": "clash-verge",
|
2024-11-12 03:49:21 +08:00
|
|
|
"version": "2.0.0-rc.6",
|
2024-02-02 16:56:39 +08:00
|
|
|
"license": "GPL-3.0-only",
|
2021-12-04 14:31:26 +08:00
|
|
|
"scripts": {
|
2024-09-24 16:35:19 +08:00
|
|
|
"dev": "cross-env RUST_BACKTRACE=1 tauri dev",
|
|
|
|
"dev:diff": "cross-env RUST_BACKTRACE=1 tauri dev -f verge-dev",
|
2024-10-18 22:30:29 +08:00
|
|
|
"build": "cross-env NODE_OPTIONS='--max-old-space-size=4096' tauri build",
|
2022-01-08 02:12:12 +08:00
|
|
|
"tauri": "tauri",
|
2021-12-08 23:34:23 +08:00
|
|
|
"web:dev": "vite",
|
|
|
|
"web:build": "tsc && vite build",
|
2021-12-24 01:58:15 +08:00
|
|
|
"web:serve": "vite preview",
|
2022-01-08 01:56:28 +08:00
|
|
|
"check": "node scripts/check.mjs",
|
2022-04-05 23:24:52 +08:00
|
|
|
"updater": "node scripts/updater.mjs",
|
2024-05-06 13:49:12 +08:00
|
|
|
"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",
|
2022-01-08 01:51:24 +08:00
|
|
|
"prepare": "husky install"
|
2021-12-04 14:31:26 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-29 08:54:02 +08:00
|
|
|
"@dnd-kit/core": "^6.1.0",
|
|
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
|
|
"@dnd-kit/utilities": "^3.2.2",
|
2024-11-12 19:06:04 +08:00
|
|
|
"@emotion/react": "^11.13.3",
|
|
|
|
"@emotion/styled": "^11.13.0",
|
2022-12-08 10:47:42 +08:00
|
|
|
"@juggle/resize-observer": "^3.4.0",
|
2024-11-12 19:06:04 +08:00
|
|
|
"@mui/icons-material": "^6.1.6",
|
2023-10-22 00:44:01 +08:00
|
|
|
"@mui/lab": "5.0.0-alpha.149",
|
2024-11-12 19:06:04 +08:00
|
|
|
"@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",
|
2024-04-19 15:55:46 +08:00
|
|
|
"@types/json-schema": "^7.0.15",
|
2024-11-12 19:06:04 +08:00
|
|
|
"ahooks": "^3.8.1",
|
|
|
|
"axios": "^1.7.7",
|
2024-10-04 22:38:06 +08:00
|
|
|
"cli-color": "^2.0.4",
|
2024-11-12 19:06:04 +08:00
|
|
|
"dayjs": "1.11.13",
|
|
|
|
"foxact": "^0.2.41",
|
2024-10-18 22:30:29 +08:00
|
|
|
"glob": "^11.0.0",
|
2024-11-12 19:06:04 +08:00
|
|
|
"i18next": "^23.16.5",
|
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",
|
2024-11-12 19:06:04 +08:00
|
|
|
"monaco-editor": "^0.52.0",
|
|
|
|
"monaco-yaml": "^5.2.3",
|
|
|
|
"nanoid": "^5.0.8",
|
|
|
|
"peggy": "^4.1.1",
|
2024-04-28 18:46:49 +08:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2024-11-12 19:06:04 +08:00
|
|
|
"react-error-boundary": "^4.1.2",
|
|
|
|
"react-hook-form": "^7.53.2",
|
|
|
|
"react-i18next": "^15.1.1",
|
2024-04-28 18:46:49 +08:00
|
|
|
"react-markdown": "^9.0.1",
|
2024-11-12 19:06:04 +08:00
|
|
|
"react-monaco-editor": "^0.56.2",
|
|
|
|
"react-router-dom": "^6.28.0",
|
2023-11-11 18:32:11 +08:00
|
|
|
"react-transition-group": "^4.4.5",
|
2024-11-12 19:06:04 +08:00
|
|
|
"react-virtuoso": "^4.12.0",
|
2024-06-14 18:23:29 +08:00
|
|
|
"sockette": "^2.0.6",
|
|
|
|
"swr": "^2.2.5",
|
2024-11-12 19:06:04 +08:00
|
|
|
"tar": "^7.4.3",
|
|
|
|
"types-pac": "^1.0.3"
|
2021-12-04 14:31:26 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-12-01 14:49:32 +08:00
|
|
|
"@actions/github": "^5.1.1",
|
2024-11-12 19:06:04 +08:00
|
|
|
"@tauri-apps/cli": "2.1.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",
|
2024-11-12 19:06:04 +08:00
|
|
|
"@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",
|
2022-05-17 01:59:49 +08:00
|
|
|
"cross-env": "^7.0.3",
|
2022-04-17 00:37:21 +08:00
|
|
|
"https-proxy-agent": "^5.0.1",
|
2023-12-01 14:49:32 +08:00
|
|
|
"husky": "^7.0.4",
|
2024-11-12 19:06:04 +08:00
|
|
|
"meta-json-schema": "^1.18.10",
|
2023-12-01 14:49:32 +08:00
|
|
|
"node-fetch": "^3.3.2",
|
|
|
|
"prettier": "^2.8.8",
|
2024-01-18 16:26:38 +08:00
|
|
|
"pretty-quick": "^3.3.1",
|
2024-11-12 19:06:04 +08:00
|
|
|
"sass": "^1.80.6",
|
|
|
|
"terser": "^5.36.0",
|
|
|
|
"typescript": "^5.6.3",
|
|
|
|
"vite": "^5.4.11",
|
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"
|
2024-06-05 00:12:06 +08:00
|
|
|
},
|
|
|
|
"packageManager": "pnpm@9.1.4"
|
2022-11-11 21:28:34 +08:00
|
|
|
}
|