GitHub took the organization's repos and GHCR offline on 2026-09-20. Repo, release, raw-file and clone links now go to Gitea at git.coffeylabs.org, container images to registry.coffeylabs.org, and GitLab-style /-/blob paths to Gitea's /src/branch form. Go module paths are identifiers and stay as they are; links to GitHub issues and pull requests are left as history.
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "world-conquest",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "oxlint",
|
|
"test": "vitest run",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.13.3",
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.4",
|
|
"@vitejs/plugin-react": "^6.1.0",
|
|
"oxlint": "^1.79.0",
|
|
"typescript": "~6.0.2",
|
|
"vite": "^8.2.2",
|
|
"vitest": "^3.2.7"
|
|
},
|
|
"description": "A browser rebuild of the classic world-conquest board game, one human against five computer players.",
|
|
"license": "AGPL-3.0-or-later",
|
|
"author": "John Coffey",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.coffeylabs.org/jcoffey-dev/world-conquest.git"
|
|
},
|
|
"homepage": "https://games.jcoffey.dev/conquest/",
|
|
"bugs": {
|
|
"url": "https://git.coffeylabs.org/jcoffey-dev/world-conquest/issues"
|
|
}
|
|
}
|