Files
soroban-abacus-flashcards/package.json
semantic-release-bot 64e2464ec1 chore(release): 4.57.4 [skip ci]
## [4.57.4](https://github.com/antialias/soroban-abacus-flashcards/compare/v4.57.3...v4.57.4) (2025-10-21)

### Bug Fixes

* **homepage:** align container width breakpoint with grid columns ([422bf3d](422bf3d968))
* **homepage:** make MiniAbacus fill container properly ([3b5d147](3b5d14765d))
* **homepage:** widen skill cards container to 650px ([bc1ad3a](bc1ad3a43a))
2025-10-21 00:30:13 +00:00

56 lines
1.5 KiB
JSON

{
"name": "soroban-monorepo",
"version": "4.57.4",
"private": true,
"description": "Beautiful Soroban Flashcard Generator - Monorepo",
"workspaces": [
"apps/*",
"packages/*"
],
"packageManager": "pnpm@9.15.4",
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"scripts": {
"setup": "./setup-dev.sh",
"dev": "turbo run dev",
"dev:setup": "./scripts/dev.sh",
"build": "turbo run build",
"test": "turbo run test",
"test:python": "cd packages/core && source venv/bin/activate && python -m pytest",
"lint": "turbo run lint",
"format": "prettier --write .",
"type-check": "turbo run type-check",
"clean": "turbo run clean && rm -rf node_modules",
"python:api": "cd packages/core && source venv/bin/activate && python src/api.py",
"release": "semantic-release"
},
"devDependencies": {
"@types/node": "^20.0.0",
"eslint": "^8.0.0",
"prettier": "^3.0.0",
"turbo": "^1.10.0",
"typescript": "^5.0.0",
"concurrently": "^8.0.0",
"semantic-release": "^22.0.0",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/git": "^10.0.0",
"@semantic-release/github": "^9.0.0",
"@semantic-release/release-notes-generator": "^12.0.0",
"conventional-changelog-conventionalcommits": "^7.0.0"
},
"keywords": [
"soroban",
"abacus",
"flashcards",
"education",
"math",
"nextjs",
"typescript"
],
"author": "",
"license": "MIT"
}