2024-07-30 11:04:18 +08:00
|
|
|
{
|
|
|
|
"name": "mihomo-party",
|
2024-08-05 22:45:29 +08:00
|
|
|
"version": "0.0.1",
|
2024-07-30 16:12:45 +08:00
|
|
|
"description": "Mihomo Party",
|
2024-07-30 11:04:18 +08:00
|
|
|
"main": "./out/main/index.js",
|
|
|
|
"author": "mihomo-party",
|
|
|
|
"homepage": "https://mihomo.party",
|
|
|
|
"scripts": {
|
|
|
|
"format": "prettier --write .",
|
|
|
|
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
|
|
|
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
|
|
|
|
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
|
|
|
|
"typecheck": "npm run typecheck:node && npm run typecheck:web",
|
2024-07-31 21:04:30 +08:00
|
|
|
"prepare": "node scripts/prepare.mjs",
|
2024-07-30 11:04:18 +08:00
|
|
|
"dev": "electron-vite dev",
|
|
|
|
"postinstall": "electron-builder install-app-deps",
|
2024-08-05 21:08:58 +08:00
|
|
|
"build:win": "electron-vite build && electron-builder --win --publish never",
|
|
|
|
"build:mac": "electron-vite build && electron-builder --mac --publish never",
|
|
|
|
"build:linux": "electron-vite build && electron-builder --linux --publish never"
|
2024-07-30 11:04:18 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@electron-toolkit/preload": "^3.0.1",
|
|
|
|
"@electron-toolkit/utils": "^3.0.0",
|
2024-08-02 19:07:39 +08:00
|
|
|
"@mihomo-party/sysproxy": "^1.0.1",
|
2024-07-30 11:17:41 +08:00
|
|
|
"@nextui-org/react": "^2.4.6",
|
2024-07-31 09:45:34 +08:00
|
|
|
"axios": "^1.7.2",
|
2024-08-05 12:43:02 +08:00
|
|
|
"dayjs": "^1.11.12",
|
2024-07-30 11:17:41 +08:00
|
|
|
"framer-motion": "^11.3.19",
|
2024-07-30 16:12:45 +08:00
|
|
|
"next-themes": "^0.3.0",
|
2024-08-03 16:37:22 +08:00
|
|
|
"pubsub-js": "^1.9.4",
|
2024-07-30 16:12:45 +08:00
|
|
|
"react-icons": "^5.2.1",
|
2024-08-02 19:07:39 +08:00
|
|
|
"react-monaco-editor": "^0.55.0",
|
2024-07-31 09:45:34 +08:00
|
|
|
"react-router-dom": "^6.25.1",
|
2024-08-03 12:20:47 +08:00
|
|
|
"react-virtuoso": "^4.9.0",
|
2024-07-31 12:38:32 +08:00
|
|
|
"swr": "^2.2.5",
|
2024-08-01 14:50:51 +08:00
|
|
|
"ws": "^8.18.0",
|
2024-07-31 12:38:32 +08:00
|
|
|
"yaml": "^2.5.0"
|
2024-07-30 11:04:18 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@electron-toolkit/eslint-config-prettier": "^2.0.0",
|
|
|
|
"@electron-toolkit/eslint-config-ts": "^2.0.0",
|
|
|
|
"@electron-toolkit/tsconfig": "^1.0.1",
|
|
|
|
"@types/node": "^22.0.0",
|
2024-08-03 16:37:22 +08:00
|
|
|
"@types/pubsub-js": "^1.8.6",
|
2024-07-30 11:04:18 +08:00
|
|
|
"@types/react": "^18.3.3",
|
|
|
|
"@types/react-dom": "^18.3.0",
|
2024-08-01 14:50:51 +08:00
|
|
|
"@types/ws": "^8.5.12",
|
2024-07-30 11:04:18 +08:00
|
|
|
"@vitejs/plugin-react": "^4.3.1",
|
2024-07-31 21:04:30 +08:00
|
|
|
"adm-zip": "^0.5.14",
|
2024-07-30 16:12:45 +08:00
|
|
|
"autoprefixer": "^10.4.19",
|
2024-07-30 11:17:41 +08:00
|
|
|
"electron": "^31.3.1",
|
2024-07-30 11:04:18 +08:00
|
|
|
"electron-builder": "^25.0.2",
|
|
|
|
"electron-vite": "^2.3.0",
|
|
|
|
"eslint": "^8.57.0",
|
2024-07-30 11:17:41 +08:00
|
|
|
"eslint-plugin-react": "^7.35.0",
|
|
|
|
"postcss": "^8.4.40",
|
|
|
|
"prettier": "^3.3.3",
|
2024-07-30 11:04:18 +08:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2024-07-30 16:12:45 +08:00
|
|
|
"tailwindcss": "^3.4.7",
|
2024-07-31 21:04:30 +08:00
|
|
|
"tar": "^7.4.3",
|
|
|
|
"tsx": "^4.16.3",
|
2024-07-30 11:17:41 +08:00
|
|
|
"typescript": "^5.5.4",
|
|
|
|
"vite": "^5.3.5"
|
2024-07-30 11:04:18 +08:00
|
|
|
}
|
|
|
|
}
|