- React + Vite + Tailwind 프론트엔드 - Express + Sequelize + MariaDB 백엔드 - 넥슨 OAuth 2.0 인증 (캐릭터 목록 조회) - 주간 보스 결정석 수익 계산기 UI (리스트형) - Docker Compose + Caddy 리버스 프록시 설정 - 보스/난이도 이미지 에셋 포함 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
23 lines
507 B
JSON
23 lines
507 B
JSON
{
|
|
"name": "maplestory-backend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "node --watch server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^5.1.0",
|
|
"cors": "^2.8.5",
|
|
"sequelize": "^6.37.5",
|
|
"mysql2": "^3.14.1",
|
|
"mariadb": "^3.4.0",
|
|
"express-session": "^1.18.1",
|
|
"connect-redis": "^8.0.1",
|
|
"ioredis": "^5.6.1",
|
|
"@aws-sdk/client-s3": "^3.800.0",
|
|
"axios": "^1.9.0",
|
|
"crypto": "^1.0.1"
|
|
}
|
|
}
|