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
19 lines
419 B
JSON
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"
|
|
}
|