mirror of
https://github.com/alexankitty/Myrient-Search-Engine.git
synced 2026-01-15 16:33:15 -03:00
- Add PSP support on web emu - properly doing CORS (blame PPSSPP) - added contributors image on about - proxying emulatorjs to avoid internet blocking - initial seeds for multithreading on webemu - added new searchalikes - Added new error page
28 lines
647 B
JSON
28 lines
647 B
JSON
{
|
|
"dependencies": {
|
|
"@elastic/elasticsearch": "^8.12.2",
|
|
"compression": "^1.7.4",
|
|
"cookie-parser": "^1.4.7",
|
|
"dotenv": "^16.4.5",
|
|
"ejs": "^3.1.10",
|
|
"express": "^4.21.1",
|
|
"figlet": "^1.7.0",
|
|
"file-older-than": "^1.0.0",
|
|
"i18n": "^0.15.1",
|
|
"innertext": "^1.0.3",
|
|
"jsdom": "^25.0.1",
|
|
"jszip": "^3.10.1",
|
|
"node-cron": "^3.0.3",
|
|
"node-fetch": "^3.3.2",
|
|
"node-html-parser": "^6.1.13",
|
|
"pg": "^8.11.3",
|
|
"pg-hstore": "^2.3.4",
|
|
"piscina": "^4.7.0",
|
|
"sanitize": "^2.1.2",
|
|
"sequelize": "^6.37.1",
|
|
"sequelize-cli": "^6.6.2",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"type": "module"
|
|
}
|