This commit is contained in:
yanczi 2025-10-19 02:44:10 +02:00
parent 7d1af32688
commit f3adf19649
139 changed files with 25604 additions and 0 deletions

34
server_2.1/package.json Normal file
View file

@ -0,0 +1,34 @@
{
"name": "animelista_server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"altcha": "^2.0.5",
"altcha-lib": "^1.2.0",
"bcrypt": "^5.1.1",
"compression": "^1.8.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.1",
"express-fileupload": "^1.5.1",
"express-mysql-session": "^3.0.3",
"express-session": "^1.18.1",
"glob": "^11.0.0",
"html-entities": "^2.5.2",
"jsonwebtoken": "^9.0.2",
"mysql": "^2.18.1",
"mysql2": "^3.11.4",
"nodemailer": "^6.10.0",
"rimraf": "^6.0.1",
"sharp": "^0.33.5",
"uuid": "^11.0.5",
"validator": "^13.12.0"
},
"description": ""
}