All @bytelyst/* packages are internal to the ByteLyst ecosystem and published to the private Gitea registry. Using "*" eliminates version bump noise — always resolves to latest available.
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "@notelett/mobile",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.6.5",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"ios": "expo start --ios",
|
|
"android": "expo start --android",
|
|
"web": "expo start --web",
|
|
"test": "vitest run --passWithNoTests",
|
|
"test:watch": "vitest",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint . --ext .ts,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"@bytelyst/api-client": "*",
|
|
"@bytelyst/auth-client": "*",
|
|
"@bytelyst/blob-client": "*",
|
|
"@bytelyst/broadcast-client": "*",
|
|
"@bytelyst/design-tokens": "*",
|
|
"@bytelyst/diagnostics-client": "*",
|
|
"@bytelyst/feature-flag-client": "*",
|
|
"@bytelyst/feedback-client": "*",
|
|
"@bytelyst/kill-switch-client": "*",
|
|
"@bytelyst/offline-queue": "*",
|
|
"@bytelyst/survey-client": "*",
|
|
"@bytelyst/telemetry-client": "*",
|
|
"expo": "~55.0.4",
|
|
"expo-clipboard": "^55.0.11",
|
|
"expo-constants": "~18.0.13",
|
|
"expo-router": "~6.0.4",
|
|
"expo-status-bar": "~3.0.9",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"react-native": "0.83.2",
|
|
"react-native-gesture-handler": "~2.30.0",
|
|
"react-native-mmkv": "^3.2.0",
|
|
"react-native-reanimated": "4.2.1",
|
|
"react-native-safe-area-context": "~5.6.2",
|
|
"react-native-screens": "~4.23.0",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react-native": "^13.2.1",
|
|
"@types/react": "~19.2.10",
|
|
"@types/react-test-renderer": "^19.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.44.0",
|
|
"@typescript-eslint/parser": "^8.44.0",
|
|
"eslint": "^9.36.0",
|
|
"eslint-config-expo": "~10.0.0",
|
|
"react-test-renderer": "19.2.0",
|
|
"typescript": "~5.9.2",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|