Files
solelog/package.json
Bas van Rossem d94d0b188b 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
2026-06-17 10:19:33 +02:00

19 lines
419 B
JSON

{
"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"
}