2024-04-18 10:46:06 +03:00
|
|
|
{
|
|
|
|
"name": "hydra",
|
|
|
|
"productName": "Hydra",
|
2024-04-19 00:26:17 +03:00
|
|
|
"version": "1.1.0",
|
2024-04-18 10:46:06 +03:00
|
|
|
"description": "No bullshit. Just play.",
|
|
|
|
"main": ".webpack/main",
|
|
|
|
"repository": {
|
|
|
|
"url": "https://github.com/hydralauncher/hydra"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Hydra",
|
|
|
|
"email": "hydra@hydralauncher.site"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "electron-forge start",
|
|
|
|
"package": "electron-forge package",
|
|
|
|
"make": "electron-forge make",
|
|
|
|
"publish": "electron-forge publish",
|
|
|
|
"lint": "eslint .",
|
|
|
|
"format": "prettier . --write"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@electron-forge/cli": "^7.3.0",
|
|
|
|
"@electron-forge/maker-deb": "^7.3.0",
|
|
|
|
"@electron-forge/maker-rpm": "^7.3.0",
|
|
|
|
"@electron-forge/maker-squirrel": "^7.3.0",
|
|
|
|
"@electron-forge/maker-zip": "^7.3.0",
|
|
|
|
"@electron-forge/plugin-auto-unpack-natives": "^7.3.0",
|
|
|
|
"@electron-forge/plugin-electronegativity": "^7.3.0",
|
|
|
|
"@electron-forge/plugin-fuses": "^7.3.0",
|
|
|
|
"@electron-forge/plugin-webpack": "^7.3.0",
|
|
|
|
"@electron-forge/publisher-github": "^7.3.0",
|
|
|
|
"@electron/fuses": "^1.7.0",
|
|
|
|
"@sentry/webpack-plugin": "^2.16.1",
|
|
|
|
"@svgr/webpack": "^8.1.0",
|
|
|
|
"@types/color": "^3.0.6",
|
|
|
|
"@types/dotenv-webpack": "^7.0.7",
|
|
|
|
"@types/jsdom": "^21.1.6",
|
|
|
|
"@types/lodash": "^4.17.0",
|
|
|
|
"@types/react": "^18.2.66",
|
|
|
|
"@types/react-dom": "^18.2.22",
|
|
|
|
"@types/uuid": "^9.0.8",
|
|
|
|
"@types/webtorrent": "^0.109.8",
|
2024-04-20 04:53:58 +03:00
|
|
|
"@types/windows-1251": "^0.1.22",
|
2024-04-18 10:46:06 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
|
|
|
"@typescript-eslint/parser": "^7.3.1",
|
|
|
|
"@vanilla-extract/webpack-plugin": "^2.3.7",
|
|
|
|
"@vercel/webpack-asset-relocator-loader": "1.7.3",
|
|
|
|
"css-loader": "^6.0.0",
|
|
|
|
"dotenv-webpack": "^8.1.0",
|
|
|
|
"electron": "29.1.4",
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
"eslint-plugin-react": "^7.34.1",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"fork-ts-checker-webpack-plugin": "^7.2.13",
|
|
|
|
"node-loader": "^2.0.0",
|
|
|
|
"prettier": "^3.2.5",
|
|
|
|
"style-loader": "^3.0.0",
|
|
|
|
"ts-loader": "^9.2.2",
|
|
|
|
"ts-node": "^10.0.0",
|
|
|
|
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
|
|
"typescript": "^5.4.3"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"@fontsource/fira-mono": "^5.0.12",
|
|
|
|
"@fontsource/fira-sans": "^5.0.19",
|
|
|
|
"@primer/octicons-react": "^19.8.0",
|
|
|
|
"@reduxjs/toolkit": "^2.2.2",
|
|
|
|
"@sentry/electron": "^4.22.0",
|
|
|
|
"@sentry/react": "^7.110.1",
|
|
|
|
"@vanilla-extract/css": "^1.14.1",
|
|
|
|
"@vanilla-extract/recipes": "^0.5.2",
|
|
|
|
"axios": "^1.6.8",
|
|
|
|
"check-disk-space": "^3.4.0",
|
|
|
|
"classnames": "^2.5.1",
|
|
|
|
"color": "^4.2.3",
|
|
|
|
"color.js": "^1.2.0",
|
|
|
|
"date-fns": "^3.5.0",
|
|
|
|
"electron-squirrel-startup": "^1.0.0",
|
|
|
|
"flexsearch": "^0.7.43",
|
2024-04-20 04:53:58 +03:00
|
|
|
"got-scraping": "^4.0.5",
|
2024-04-18 10:46:06 +03:00
|
|
|
"i18next": "^23.10.1",
|
|
|
|
"i18next-browser-languagedetector": "^7.2.0",
|
|
|
|
"jsdom": "^24.0.0",
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"lottie-react": "^2.4.0",
|
|
|
|
"parse-torrent": "9.1.5",
|
|
|
|
"ps-list": "^8.1.1",
|
2024-04-20 04:53:58 +03:00
|
|
|
"qs": "^6.12.0",
|
2024-04-18 10:46:06 +03:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-i18next": "^14.1.0",
|
|
|
|
"react-loading-skeleton": "^3.4.0",
|
|
|
|
"react-redux": "^9.1.0",
|
|
|
|
"react-router-dom": "^6.22.3",
|
|
|
|
"sqlite3": "^5.1.7",
|
|
|
|
"tasklist": "^5.0.0",
|
2024-04-20 04:53:58 +03:00
|
|
|
"tough-cookie": "^4.1.3",
|
2024-04-18 10:46:06 +03:00
|
|
|
"typeorm": "^0.3.20",
|
|
|
|
"update-electron-app": "^3.0.0",
|
|
|
|
"uuid": "^9.0.1",
|
2024-04-20 04:53:58 +03:00
|
|
|
"windows-1251": "^3.0.4",
|
2024-04-18 10:46:06 +03:00
|
|
|
"winston": "^3.12.0",
|
|
|
|
"yaml": "^2.4.1"
|
|
|
|
}
|
|
|
|
}
|