Merge remote-tracking branch 'origin/claude/claude-md-mi3h6ksbozokaqdw-01J6tpMsypZtDkQr25XiusrK'

Merge production-ready mobile features including:
- 95% production readiness
- 160/160 tests passing
- ESLint errors resolved
- Security improvements.
This commit is contained in:
2025-11-23 18:53:45 +03:00
95 changed files with 17689 additions and 371 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "shared",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@babel/runtime": "^7.28.4"
}
},
"node_modules/@babel/runtime": {
"version": "7.28.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz",
"integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",
"license": "MIT",
"engines": {
"node": ">=6.9.0"
}
}
}
}
+5
View File
@@ -0,0 +1,5 @@
{
"dependencies": {
"@babel/runtime": "^7.28.4"
}
}