mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-21 04:05:48 +00:00
* Add config for default rune #347 * Jarngreipr - Wrong roll for life #343 * [PoE2] - Quality gets applied to corrupted items #369 * Addtional pdr not showing tier #371 * [Parse Error] - Unidentified items #360 * Filter to only Normal Rarity #350 * Add note to complex query error specifically #344 * continue script setup refactoring * extract default config into widgets * remove icon special cases * continue moving files * remove another special case * Apply fixes for upstream update * Add options to choose which numbering system to use #357 * Change to use "PoE2 tier numbering" #356 * Life regen tiers broken #361 * Update translations #321 * Add new strings * Add field in settings to cycle through them all #359 * Add this box to some UIs #358 * More fixes for tips * Features/elementalDamage (#387) * Adds ele options * add text and color * dynamic display of ele filters * fill default min value * Filter actually changes now * Add filter into site * Increase ratio slightly * [Parse Error] - Collector's Ritual Precursor Tablet of the Dogma #206 * Fix help text for tablets * Update translations * [Not Recognized Modifier] - Quality (Attribute Modifiers): +20% (augmented) #186 * remove unused setting * version bump * Controlled Metamorphosis is searched incorrectly after the trade site was updated #394 * hide tip 17 for now
39 lines
958 B
JSON
39 lines
958 B
JSON
{
|
|
"name": "exiled-exchange-2",
|
|
"version": "0.7.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node build/script.mjs",
|
|
"build": "tsc --noEmit && node build/script.mjs --prod",
|
|
"package": "electron-builder build",
|
|
"lint": "eslint src",
|
|
"fix": "eslint src --fix"
|
|
},
|
|
"author": {
|
|
"name": "Garrett Parker"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kvan7/exiled-exchange-2.git"
|
|
},
|
|
"main": "dist/main.js",
|
|
"dependencies": {
|
|
"electron-overlay-window": "3.3.0",
|
|
"uiohook-napi": "1.5.x"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ini": "^4.1.0",
|
|
"@types/node": "20.x.x",
|
|
"@types/ws": "^8.5.3",
|
|
"@wokwi/bmp-ts": "^3.0.0",
|
|
"comlink": "^4.3.1",
|
|
"electron": "33.2.1",
|
|
"electron-builder": "25.1.8",
|
|
"electron-devtools-installer": "^4.0.0",
|
|
"electron-updater": "^6.3.0",
|
|
"esbuild": "^0.24.0",
|
|
"ini": "^5.0.0",
|
|
"typescript": "5.6.x",
|
|
"ws": "^8.16.0"
|
|
}
|
|
} |