Initial commit: code as received (Create/Anything export)

Insole-production time tracker exported from the Create/Anything AI
platform. Baseline snapshot before any reverse-engineering or cleanup.

- apps/mobile: Expo Router app (iOS/Android/web), the only workspace
- publisher/: standalone OpenNext/AWS deploy tooling for the web side
- Backend (/api/tasks, /api/logs + DB) lives remotely, not in this repo
This commit is contained in:
Bas van Rossem
2026-06-17 10:19:33 +02:00
commit d94d0b188b
192 changed files with 50705 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"workspaces": [
"apps/*"
],
"resolutions": {
"react-native": "patch:react-native@npm%3A0.81.4#~/.yarn/patches/react-native+0.81.4.patch",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native-screens": "4.16.0"
},
"devDependencies": {
"eslint": "^9.27.0",
"oxfmt": "^0.35.0",
"oxlint": "^1.50.0",
"typescript-eslint": "^8.33.0"
},
"packageManager": "yarn@4.12.0"
}