mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-10-30 06:08:00 +00:00
* change discord id #278
* Update config & data
* Commit mockup image
* update mockup
* feat: filter quick update (#247)
* feat: filter generator in renderer
* feat: filter generator in main
* chore: some polishing
* feat: about section
* feat: i18n (-ish), only en text
* chore: cleanup
* chore: clarification regarding original filter
* chore: safety checks to ignore empty or not full identifier, or empty filters all together
* fix: linting fixes
* chore: locked version of winreg
* fix: dont hide divine orbs :O
* fix: set filter to hide would always hide it, even after turning it back
fix: updated config version
* fix: moved ignore low lvl area items down in filter order
* fix: drop winreg in favor of existing solution
* Change config file handling
* add in empty string check
* feat: changing filter generator into filter updater
* chore: simplify generator pages
* chore: removed code that is no longer needed
* chore: linter fixes
* fix: remove debug text
* feat: customizable folder path
* Add russian localization
* Merge commit 'ec35412d2694eb6a677415893776939b496b8aae'
* Revert "Merge commit 'ec35412d2694eb6a677415893776939b496b8aae'"
This reverts commit 8a3d84af91.
* Merge branch 'dev' into pr/tmakuch/247
* update config version
* Add note about case sensitivity
* run linter/formatter
* Features/germanLang (#300)
* add app_i18n.json
Co-authored-by: @professorspoon
* Update files
* official site
* Build files
* update description parser?
* [Not Recognized Modifier] - %phys #298
* add new unique stats, don't have roll values yet
* Update uniques again
* [PoE2] - Checking log book hard crashes #305
* run data script again?
* data files update for 0.1.1
* version bump
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "data-importer",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"acorn": "^8.14.0",
|
|
"acorn-walk": "^8.3.4",
|
|
"arg": "^4.1.3",
|
|
"create-require": "^1.1.1",
|
|
"diff": "^4.0.2",
|
|
"make-error": "^1.3.6",
|
|
"ooz-wasm": "^2.0.0",
|
|
"pathofexile-dat": "^14.0.0",
|
|
"pathofexile-dat-schema": "^8.0.0",
|
|
"undici-types": "^6.20.0",
|
|
"v8-compile-cache-lib": "^3.0.1",
|
|
"yn": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"items": "ts-node items.ts",
|
|
"stats": "ts-node stats.ts",
|
|
"copy-files": "sh ./copy-tables.sh",
|
|
"push-ndjson": "bash ./push-ndjson.sh",
|
|
"anon-vodka-python": "cd ./vendor/client && python ./parser.py",
|
|
"langs-anon-vodka-python": "cd ./vendor/client && python ./parserRunner.py",
|
|
"temp-images": "python ./data/imageFix.py",
|
|
"copy-py-ndjson": "bash ./copy-py-ndjson.sh",
|
|
"fetch-json": "bash ./pull-json.sh",
|
|
"get-game-data": "cd ./EXPORT && pathofexile-dat",
|
|
"run-all": "sh export-data.sh"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": ""
|
|
} |