@jesec/flood
Version:
A modern Web UI for various torrent clients with multi-user and multi-client support
238 lines (237 loc) • 7.29 kB
JSON
{
"name": "@jesec/flood",
"version": "0.0.0-master.1cf023b",
"description": "A modern Web UI for various torrent clients with multi-user and multi-client support",
"keywords": [
"typescript",
"react",
"node",
"webui",
"web ui",
"rTorrent",
"qBittorrent",
"Transmission"
],
"private": false,
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/jesec/flood.git"
},
"bugs": {
"url": "https://github.com/jesec/flood/issues"
},
"files": [
"dist",
"node_modules",
"CHANGELOG.md",
"LICENSE",
"README.md",
"SECURITY.md"
],
"bin": {
"flood": "dist/index.js"
},
"pkg": {
"assets": [
"dist/assets/**/*",
"dist/**/*.map"
],
"targets": [
"node22-linuxstatic-x64",
"node22-linuxstatic-arm64",
"node22-macos-x64",
"node22-macos-arm64",
"node22-win-x64",
"node22-win-arm64"
]
},
"scripts": {
"build": "node scripts/build.js",
"build-pkg": "rm -rf dist && npm run build && npm run pkg",
"pkg": "pkg . --out-path dist-pkg --no-bytecode --public --options=enable-source-maps",
"format-source": "prettier -w .",
"check-source-formatting": "prettier -c .",
"check-types": "tsc",
"lint": "NODE_ENV=development eslint --max-warnings 0 . --ext .js --ext .jsx --ext .ts --ext .tsx",
"prepack": "rm -rf dist && npm run build",
"start": "node --enable-source-maps --use_strict dist/index.js",
"start:development:client": "node client/scripts/development.js",
"start:development:server": "NODE_ENV=development tsx watch server/bin/start.ts",
"start:test:rtorrent": "node scripts/testsetup.js",
"test": "jest --forceExit",
"test:watch": "jest --watchAll --forceExit",
"test:client": "FLOOD_OPTION_port=4200 start-server-and-test start 4200 'cypress run'",
"lint-staged": "lint-staged",
"prepare": "husky"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/eslint-parser": "^7.26.5",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/preset-env": "^7.26.7",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/babel-plugin": "^11.13.5",
"@emotion/css": "^11.13.5",
"@emotion/react": "^11.14.0",
"@fastify/compress": "^6.5.0",
"@fastify/express": "^2.3.0",
"@fastify/static": "^6.12.0",
"@lingui/core": "^4.14.1",
"@lingui/format-json": "^4.14.1",
"@lingui/loader": "^4.14.1",
"@lingui/react": "^4.14.1",
"@maxmind/geoip2-node": "^5.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@seald-io/nedb": "^3.1.0",
"@types/bencode": "^2.0.4",
"@types/body-parser": "^1.19.5",
"@types/content-disposition": "^0.5.8",
"@types/cookie-parser": "^1.4.8",
"@types/create-torrent": "^5.0.2",
"@types/d3": "^7.4.3",
"@types/d3-array": "^3.2.1",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^3.1.7",
"@types/express": "^4.17.21",
"@types/fs-extra": "^9.0.13",
"@types/http-errors": "^1.8.2",
"@types/jest": "^28.1.8",
"@types/jsonwebtoken": "^9.0.8",
"@types/lodash": "^4.17.15",
"@types/morgan": "^1.9.9",
"@types/node": "^16.18.125",
"@types/parse-torrent": "^5.8.7",
"@types/passport": "^1.0.17",
"@types/passport-jwt": "^3.0.13",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-measure": "^2.0.12",
"@types/react-transition-group": "^4.4.12",
"@types/react-window": "^1.8.8",
"@types/supertest": "^2.0.16",
"@types/tar-fs": "^2.0.4",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"axios-mock-adapter": "^2.1.0",
"babel-loader": "^8.4.1",
"bencode": "^2.0.3",
"body-parser": "^1.20.3",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"chalk": "^4.1.2",
"classnames": "^2.5.1",
"content-disposition": "^0.5.4",
"cookie-parser": "^1.4.7",
"create-torrent": "^5.0.9",
"css-loader": "^6.11.0",
"css-minimizer-webpack-plugin": "^4.2.2",
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"esbuild": "^0.25.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-webpack": "^0.13.10",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-webpack-plugin": "^3.2.0",
"express": "^4.21.2",
"express-rate-limit": "^6.11.2",
"fast-json-patch": "^3.1.1",
"fast-sort": "^3.4.1",
"fastify": "^4.29.0",
"fastify-type-provider-zod": "^1.2.0",
"feedsub": "^0.7.8",
"file-loader": "^6.2.0",
"form-data": "^4.0.1",
"fs-extra": "^10.1.0",
"get-user-locale": "^1.5.1",
"hash-wasm": "^4.12.0",
"html-webpack-plugin": "^5.6.3",
"http-errors": "^2.0.0",
"husky": "^9.1.7",
"jest": "^28.1.3",
"jest-esbuild": "^0.3.0",
"js-file-download": "^0.4.12",
"jsonwebtoken": "^9.0.2",
"lint-staged": "^15.4.3",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.9.2",
"mobx": "^6.13.5",
"mobx-react": "^7.6.0",
"morgan": "^1.10.0",
"overlayscrollbars": "^2.10.1",
"overlayscrollbars-react": "^0.5.6",
"p-queue": "^7.4.1",
"parse-torrent": "^9.1.5",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"polished": "^4.3.1",
"postcss": "^8.5.1",
"postcss-loader": "^7.3.4",
"prettier": "^2.8.8",
"raw-loader": "^4.0.2",
"react": "^18.3.1",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-markdown": "^9.0.3",
"react-measure": "^2.5.2",
"react-refresh": "^0.14.2",
"react-router": "^6.28.2",
"react-router-dom": "^6.28.2",
"react-transition-group": "^4.4.5",
"react-use": "^17.6.0",
"react-window": "^1.8.11",
"ress": "^4.0.0",
"sanitize-filename": "^1.6.3",
"sass": "^1.83.4",
"sass-loader": "^16.0.4",
"saxen": "^8.1.2",
"source-map-loader": "^4.0.2",
"style-loader": "^3.3.4",
"supertest": "^7.0.0",
"tar-fs": "^2.1.2",
"terser-webpack-plugin": "^5.3.11",
"tldts": "^5.7.112",
"ts-jest": "^28.0.8",
"ts-loader": "^9.5.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.2",
"typed-emitter": "^2.1.0",
"typescript": "~5.0.4",
"webpack": "^5.97.1",
"webpack-dev-server": "^5.2.1",
"webpack-shebang-plugin": "^1.1.8",
"webpackbar": "^5.0.2",
"yargs": "^17.7.2",
"zod": "^3.24.1"
},
"engines": {
"node": ">=16.0.0"
},
"browserslist": [
"> 2%",
"last 10 chrome version",
"last 5 firefox version",
"last 5 edge version",
"last 2 iOS version",
"last 2 Safari version"
],
"lint-staged": {
"*": "prettier --ignore-unknown -w"
},
"packageManager": "pnpm@9.7.0"
}