Files
project-afterlife/apps/cms/package.json
consultoria-as aea2283d8f
Some checks failed
Deploy / deploy (push) Has been cancelled
feat: add game server infrastructure and documentary improvements
- Add Docker Compose for OpenFusion (FusionFall), MapleStory 2, and
  Minecraft FTB Infinity Evolved game servers
- Add MapleStory 2 multi-service compose (MySQL, World, Login, Web, Game)
- Add OpenFusion Dockerfile and configuration files
- Fix CMS Dockerfile, web Dockerfile, and documentary components
- Add root layout, globals.css, not-found page, and text formatting utils
- Update .gitignore to exclude large game server repos and data

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 12:11:12 +00:00

34 lines
789 B
JSON

{
"name": "@afterlife/cms",
"private": true,
"version": "0.1.0",
"description": "Strapi 5 CMS for Project Afterlife",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"deploy": "strapi deploy"
},
"dependencies": {
"@strapi/strapi": "^5.36.0",
"@strapi/plugin-cloud": "^5.36.0",
"@strapi/plugin-users-permissions": "^5.36.0",
"pg": "^8.13.0",
"better-sqlite3": "^11.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"typescript": "^5.3.0",
"esbuild": "^0.25.0"
},
"engines": {
"node": ">=20.0.0 <=24.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}