Files
tolaria/apps/mobile/package.json
2026-05-04 00:35:24 +02:00

30 lines
754 B
JSON

{
"name": "@tolaria/mobile",
"version": "0.1.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "vitest run --config vitest.config.ts",
"typecheck": "tsc --noEmit -p tsconfig.json",
"web": "expo start --web"
},
"dependencies": {
"@tolaria/markdown": "workspace:*",
"expo": "~55.0.19",
"expo-status-bar": "~55.0.5",
"phosphor-react-native": "^3.0.6",
"react": "19.2.0",
"react-native": "0.83.6",
"react-native-safe-area-context": "^5.6.2",
"react-native-svg": "^15.15.3"
},
"devDependencies": {
"@types/react": "~19.2.14",
"typescript": "~5.9.3",
"vitest": "^4.0.18"
},
"private": true
}