- Custom SQLite task manager replacing TickTick wrapper - 73 tasks migrated from TickTick across 15 projects - RRULE recurrence engine with lazy materialization - Dashboard tasks widget (desktop sidebar + mobile card) - Tasks page with project tabs, add/edit/complete/delete - Security: locked ports to localhost, removed old containers - Gitea Actions runner configured and all 3 CI jobs passing - Fixed mobile overflow on dashboard cards - iOS Capacitor app shell (Second Brain) - Frontend/backend guide docs for adding new services - TickTick Google Calendar sync re-authorized Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
22 lines
495 B
JSON
22 lines
495 B
JSON
{
|
|
"name": "mobile",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@capacitor/cli": "^8.3.0",
|
|
"@capacitor/core": "^8.3.0",
|
|
"@capacitor/haptics": "^8.0.2",
|
|
"@capacitor/ios": "^8.3.0",
|
|
"@capacitor/keyboard": "^8.0.2",
|
|
"@capacitor/splash-screen": "^8.0.1",
|
|
"@capacitor/status-bar": "^8.0.2"
|
|
}
|
|
}
|