⚠️ This is test/experimental code for API integration testing. Do not use in production. Includes: - WellNuo API integration (dashboard, patient context) - Playwright tests for API verification - WebView component for dashboard embedding - API documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
34 lines
856 B
JSON
34 lines
856 B
JSON
{
|
|
"name": "wellnuo",
|
|
"version": "1.0.0",
|
|
"main": "index.tsx",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
"eas-cli": "^16.28.0",
|
|
"expo": "~54.0.25",
|
|
"expo-av": "~16.0.7",
|
|
"expo-dev-client": "~6.0.18",
|
|
"expo-linear-gradient": "~15.0.7",
|
|
"expo-status-bar": "~3.0.8",
|
|
"react": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-dotenv": "^3.4.11",
|
|
"react-native-safe-area-context": "^5.6.2",
|
|
"react-native-webview": "^13.16.0",
|
|
"zaiclient": "^8.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.57.0",
|
|
"@types/react": "~19.1.0",
|
|
"babel-preset-expo": "^54.0.7",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|