Logo
Explore Help
Register Sign In
explewd/2048
1
0
Fork 0
You've already forked 2048
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
39e6bd9ba12471a68733f3b1d0ac0ff9d4acbbf3
2048/package.json

19 lines
332 B
JSON
Raw Normal View History

Initial commit — 2048 terminal game Plain TS + Vite, JetBrains Mono terminal aesthetic. Includes engine (pure logic, direction normalization, tile tracking), animated UI (CSS transitions + keyframes), keyboard/touch input, Dockerfile, nginx config, docker-compose, and Gitea Actions CI workflow. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-07 19:57:48 +02:00
{
"name": "2048",
"private": true,
"version": "0.1.0",
Add MIT license
2026-07-09 19:55:32 +02:00
"license": "MIT",
Initial commit — 2048 terminal game Plain TS + Vite, JetBrains Mono terminal aesthetic. Includes engine (pure logic, direction normalization, tile tracking), animated UI (CSS transitions + keyframes), keyboard/touch input, Dockerfile, nginx config, docker-compose, and Gitea Actions CI workflow. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-07 19:57:48 +02:00
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run"
},
"devDependencies": {
"typescript": "~6.0.2",
"vite": "^8.1.1",
"vitest": "^4.1.9"
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 30ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API