Files
hydra/package.json

139 lines
4.8 KiB
JSON
Raw Permalink Normal View History

2024-04-21 06:26:29 +01:00
{
2024-05-20 18:53:26 -03:00
"name": "hydralauncher",
2025-10-12 22:05:53 +01:00
"version": "3.7.0",
2024-04-25 20:54:38 +01:00
"description": "Hydra",
2024-04-21 06:26:29 +01:00
"main": "./out/main/index.js",
2024-04-25 05:52:19 +01:00
"author": "Los Broxas",
2024-04-18 08:46:06 +01:00
"repository": {
2024-04-25 05:52:19 +01:00
"type": "git",
"url": "https://github.com/hydralauncher/hydra.git"
2024-04-18 08:46:06 +01:00
},
2024-04-21 06:26:29 +01:00
"type": "module",
"engines": {
2024-06-27 15:21:16 +01:00
"npm": "please-use-yarn",
"yarn": ">= 1.19.1"
},
2024-04-21 06:26:29 +01:00
"scripts": {
"format": "prettier --write .",
2024-05-15 21:58:41 -03:00
"format-check": "prettier --check .",
2024-04-21 06:26:29 +01:00
"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",
"start": "electron-vite preview",
2025-04-15 15:41:08 +01:00
"dev": "electron-vite dev",
2024-04-24 10:29:24 +01:00
"build": "npm run typecheck && electron-vite build",
2024-12-09 22:54:58 +00:00
"postinstall": "electron-builder install-app-deps && node ./scripts/postinstall.cjs",
2024-04-21 06:26:29 +01:00
"build:unpack": "npm run build && electron-builder --dir",
2024-04-29 11:13:11 +01:00
"build:win": "electron-vite build && electron-builder --win",
2024-04-21 06:26:29 +01:00
"build:mac": "electron-vite build && electron-builder --mac",
2024-05-13 00:49:42 +01:00
"build:linux": "electron-vite build && electron-builder --linux",
2025-05-09 20:52:03 +01:00
"prepare": "husky",
"protoc": "npx protoc --ts_out src/main/generated --proto_path proto proto/*.proto"
2024-04-21 06:26:29 +01:00
},
"dependencies": {
2025-10-13 08:19:04 -03:00
"@electron-toolkit/preload": "^3.0.2",
"@electron-toolkit/utils": "^4.0.0",
"@fontsource/noto-sans": "^5.2.10",
"@hookform/resolvers": "^5.2.2",
"@monaco-editor/react": "^4.6.0",
2024-04-21 06:26:29 +01:00
"@primer/octicons-react": "^19.9.0",
2025-10-13 08:19:04 -03:00
"@radix-ui/react-dropdown-menu": "^2.1.16",
2024-04-21 06:26:29 +01:00
"@reduxjs/toolkit": "^2.2.3",
2025-10-02 00:43:49 +03:00
"@tiptap/extension-bold": "^3.6.2",
"@tiptap/extension-italic": "^3.6.2",
"@tiptap/extension-link": "^3.6.2",
"@tiptap/extension-underline": "^3.6.2",
"@tiptap/react": "^3.6.2",
"@tiptap/starter-kit": "^3.6.2",
2024-05-05 17:18:06 -03:00
"auto-launch": "^5.0.6",
2025-10-13 08:19:04 -03:00
"axios": "^1.12.2",
2025-02-27 00:00:14 -03:00
"axios-cookiejar-support": "^5.0.5",
"check-disk-space": "^3.4.0",
"classic-level": "^2.0.0",
2024-04-21 06:26:29 +01:00
"classnames": "^2.5.1",
2024-05-06 16:51:55 +01:00
"color": "^4.2.3",
2024-04-21 06:26:29 +01:00
"color.js": "^1.2.0",
"crc": "^4.3.2",
"create-desktop-shortcuts": "^1.11.1",
2024-04-21 06:26:29 +01:00
"date-fns": "^3.6.0",
2024-12-13 16:47:32 -03:00
"dexie": "^4.0.10",
"electron-log": "^5.4.3",
"electron-updater": "^6.6.2",
2025-09-28 15:14:25 +01:00
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
2025-05-19 11:34:52 -03:00
"file-type": "^20.5.0",
2025-05-30 14:07:59 +01:00
"framer-motion": "^12.15.0",
2024-04-21 06:26:29 +01:00
"i18next": "^23.11.2",
"i18next-browser-languagedetector": "^7.2.1",
"jsdom": "^24.0.0",
2024-06-21 02:37:49 +01:00
"jsonwebtoken": "^9.0.2",
2024-04-21 06:26:29 +01:00
"lodash-es": "^4.17.21",
2025-10-02 00:43:49 +03:00
"lucide-react": "^0.544.0",
2025-05-19 11:34:52 -03:00
"parse-torrent": "^11.0.18",
"rc-virtual-list": "^3.18.3",
2025-09-28 15:14:25 +01:00
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-hook-form": "^7.53.0",
2024-04-21 06:26:29 +01:00
"react-i18next": "^14.1.0",
"react-loading-skeleton": "^3.4.0",
"react-redux": "^9.1.1",
"react-router-dom": "^6.22.3",
"react-shadow": "^20.6.0",
2025-05-19 11:34:52 -03:00
"react-tooltip": "^5.28.1",
2024-10-29 23:47:05 -03:00
"sound-play": "^1.1.0",
2025-05-13 23:12:43 +01:00
"steam-shortcut-editor": "https://github.com/hydralauncher/steam-shortcut-editor",
"sudo-prompt": "^9.2.1",
2024-10-05 02:21:41 +01:00
"tar": "^7.4.3",
2025-02-27 00:00:14 -03:00
"tough-cookie": "^5.1.1",
2024-12-13 16:47:32 -03:00
"user-agents": "^1.1.387",
2025-10-13 18:05:48 +01:00
"uuid": "^13.0.0",
"winreg": "^1.2.5",
2025-04-29 10:05:27 +01:00
"ws": "^8.18.1",
2024-12-13 16:47:32 -03:00
"yaml": "^2.6.1",
"yup": "^1.5.0",
"zod": "^3.24.1"
2024-04-21 06:26:29 +01:00
},
"devDependencies": {
2024-12-09 22:54:58 +00:00
"@aws-sdk/client-s3": "^3.705.0",
2024-12-13 16:47:32 -03:00
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
2024-04-21 06:26:29 +01:00
"@electron-toolkit/eslint-config-prettier": "^2.0.0",
2024-10-29 22:17:45 -03:00
"@electron-toolkit/eslint-config-ts": "^2.0.0",
2024-04-21 06:26:29 +01:00
"@electron-toolkit/tsconfig": "^1.0.1",
"@protobuf-ts/plugin": "^2.10.0",
2024-04-21 06:26:29 +01:00
"@swc/core": "^1.4.16",
2024-05-05 20:11:12 -03:00
"@types/auto-launch": "^5.0.5",
2024-06-19 20:41:35 -03:00
"@types/color": "^3.0.6",
2024-12-13 16:47:32 -03:00
"@types/jsdom": "^21.1.7",
"@types/jsonwebtoken": "^9.0.8",
2024-04-21 06:26:29 +01:00
"@types/lodash-es": "^4.17.12",
2024-04-25 05:52:19 +01:00
"@types/node": "^20.12.7",
2024-04-29 11:01:34 +01:00
"@types/parse-torrent": "^5.8.7",
2024-04-21 06:26:29 +01:00
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
2024-10-29 23:47:05 -03:00
"@types/sound-play": "^1.1.3",
2024-06-03 02:12:05 +01:00
"@types/user-agents": "^1.0.4",
"@types/winreg": "^1.2.36",
2025-04-29 10:05:27 +01:00
"@types/ws": "^8.18.1",
2024-04-21 06:26:29 +01:00
"@vitejs/plugin-react": "^4.2.1",
2025-10-13 08:19:04 -03:00
"electron": "^33.4.11",
"electron-builder": "^26.0.12",
2025-05-19 11:34:52 -03:00
"electron-vite": "^3.0.0",
2024-04-21 06:26:29 +01:00
"eslint": "^8.56.0",
2024-12-13 16:47:32 -03:00
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
2024-04-25 20:54:38 +01:00
"eslint-plugin-react-hooks": "^4.6.0",
2024-12-13 16:47:32 -03:00
"husky": "^9.1.7",
"prettier": "^3.4.2",
2024-04-21 06:26:29 +01:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2024-11-02 15:27:27 +00:00
"sass-embedded": "^1.80.6",
2024-08-30 14:06:53 -03:00
"ts-node": "^10.9.2",
2024-04-21 06:26:29 +01:00
"typescript": "^5.3.3",
2025-10-13 08:19:04 -03:00
"vite": "5.4.20",
"vite-plugin-svgr": "^4.5.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
2024-04-21 06:26:29 +01:00
}