109 lines
3.1 KiB
JSON
109 lines
3.1 KiB
JSON
{
|
|
"name": "ultimate-ban-tracker-desktop",
|
|
"description": "Professional Steam Account Manager & Ban Tracker",
|
|
"version": "1.2.0",
|
|
"author": "Nils Pukropp <nils@narl.io>",
|
|
"homepage": "https://narl.io",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"repository": "nvrl/ultimate-ban-tracker",
|
|
"main": "dist-electron/main.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"electron:dev": "concurrently -k \"cross-env BROWSER=none npm run dev\" \"npx tsc -p electron/tsconfig.json -w\" \"wait-on http://localhost:5173 && wait-on dist-electron/main.js && electron .\"",
|
|
"electron:build": "vite build && npx tsc -p electron/tsconfig.json && npm prune --production && npm install && electron-builder --publish never"
|
|
},
|
|
"build": {
|
|
"appId": "io.narl.ultimatebantracker",
|
|
"productName": "Ultimate Ban Tracker",
|
|
"copyright": "Copyright © 2026 Nils Pukropp",
|
|
"directories": {
|
|
"output": "release"
|
|
},
|
|
"publish": {
|
|
"provider": "generic",
|
|
"url": "https://ultimate-ban-tracker.narl.io"
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"dist-electron/**/*"
|
|
],
|
|
"linux": {
|
|
"target": [
|
|
"AppImage",
|
|
"deb"
|
|
],
|
|
"category": "Game",
|
|
"icon": "assets-build/icon.png"
|
|
},
|
|
"win": {
|
|
"target": "nsis",
|
|
"icon": "assets-build/icon.png"
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"allowToChangeInstallationDirectory": true,
|
|
"shortcutName": "Ultimate Ban Tracker"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@mui/icons-material": "^7.3.8",
|
|
"@mui/material": "^7.3.8",
|
|
"@tanstack/react-query": "^5.90.21",
|
|
"ajv-formats": "^3.0.1",
|
|
"axios": "^1.13.5",
|
|
"call-bind-apply-helpers": "^1.0.2",
|
|
"cheerio": "^1.2.0",
|
|
"chokidar": "^5.0.0",
|
|
"concurrently": "^9.2.1",
|
|
"cross-env": "^10.1.0",
|
|
"dotenv": "^16.4.7",
|
|
"dunder-proto": "^1.0.1",
|
|
"electron-is-dev": "^3.0.1",
|
|
"electron-store": "^11.0.2",
|
|
"framer-motion": "^12.34.3",
|
|
"get-proto": "^1.0.1",
|
|
"lucide-react": "^0.575.0",
|
|
"node-cron": "^4.2.1",
|
|
"ps-node": "^0.1.6",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-router-dom": "^7.13.0",
|
|
"recharts": "^3.7.0",
|
|
"simple-vdf": "^1.1.1",
|
|
"vdf": "^0.0.2",
|
|
"wait-on": "^9.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@types/node": "^24.10.1",
|
|
"@types/node-cron": "^3.0.11",
|
|
"@types/ps-node": "^0.1.3",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"electron": "^40.6.0",
|
|
"electron-builder": "^26.8.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"globals": "^16.5.0",
|
|
"rimraf": "^6.0.1",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.48.0",
|
|
"vite": "^7.3.1"
|
|
},
|
|
"overrides": {
|
|
"minimatch": "^10.0.0",
|
|
"glob": "^13.0.0",
|
|
"rimraf": "^6.0.1",
|
|
"tar": "^7.4.3",
|
|
"whatwg-encoding": "^3.1.1"
|
|
}
|
|
}
|