mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 03:32:17 +08:00
78 lines
2.6 KiB
JSON
78 lines
2.6 KiB
JSON
{
|
|
"name": "mihomo-party",
|
|
"version": "0.5.7",
|
|
"description": "Mihomo Party",
|
|
"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",
|
|
"prepare": "node scripts/prepare.mjs",
|
|
"dev": "electron-vite dev",
|
|
"postinstall": "electron-builder install-app-deps",
|
|
"build:win": "electron-vite build && electron-builder --publish never --win",
|
|
"build:mac": "electron-vite build && electron-builder --publish never --mac",
|
|
"build:linux": "electron-vite build && electron-builder --publish never --linux"
|
|
},
|
|
"dependencies": {
|
|
"@electron-toolkit/preload": "^3.0.1",
|
|
"@electron-toolkit/utils": "^3.0.0",
|
|
"@mihomo-party/sysproxy": "^2.0.0",
|
|
"adm-zip": "^0.5.15",
|
|
"axios": "^1.7.3",
|
|
"webdav": "^5.7.1",
|
|
"ws": "^8.18.0",
|
|
"yaml": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@dnd-kit/core": "^6.1.0",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@electron-toolkit/eslint-config-prettier": "^2.0.0",
|
|
"@electron-toolkit/eslint-config-ts": "^2.0.0",
|
|
"@electron-toolkit/tsconfig": "^1.0.1",
|
|
"@nextui-org/react": "^2.4.6",
|
|
"@types/node": "^22.1.0",
|
|
"@types/pubsub-js": "^1.8.6",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/ws": "^8.5.12",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"dayjs": "^1.11.12",
|
|
"electron": "^31.3.1",
|
|
"electron-builder": "^25.0.3",
|
|
"electron-vite": "^2.3.0",
|
|
"electron-window-state": "^5.0.3",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-react": "^7.35.0",
|
|
"framer-motion": "^11.3.21",
|
|
"meta-json-schema": "^1.18.6",
|
|
"monaco-yaml": "^5.2.2",
|
|
"nanoid": "^5.0.7",
|
|
"next-themes": "^0.3.0",
|
|
"postcss": "^8.4.41",
|
|
"prettier": "^3.3.3",
|
|
"pubsub-js": "^1.9.4",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-error-boundary": "^4.0.13",
|
|
"react-icons": "^5.2.1",
|
|
"react-monaco-editor": "^0.56.0",
|
|
"react-router-dom": "^6.26.0",
|
|
"react-virtuoso": "^4.9.0",
|
|
"swr": "^2.2.5",
|
|
"tailwindcss": "^3.4.7",
|
|
"tar": "^7.4.3",
|
|
"tsx": "^4.16.5",
|
|
"types-pac": "^1.0.2",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.3.5",
|
|
"vite-plugin-monaco-editor": "^1.1.0"
|
|
}
|
|
}
|