41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "@tolaria/mobile",
|
|
"version": "0.1.0",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"start:dev-client": "expo start --dev-client",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"ios:dev-client": "expo run:ios --port 8091",
|
|
"test": "vitest run --config vitest.config.ts",
|
|
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@10play/tentap-editor": "^1.0.1",
|
|
"@tolaria/markdown": "workspace:*",
|
|
"expo": "~55.0.20",
|
|
"expo-auth-session": "~55.0.15",
|
|
"expo-dev-client": "~55.0.32",
|
|
"expo-file-system": "55.0.17",
|
|
"expo-modules-core": "55.0.24",
|
|
"expo-secure-store": "~55.0.13",
|
|
"expo-status-bar": "~55.0.5",
|
|
"expo-web-browser": "~55.0.14",
|
|
"phosphor-react-native": "^3.0.6",
|
|
"react": "19.2.0",
|
|
"react-native": "0.83.6",
|
|
"react-native-gesture-handler": "~2.30.1",
|
|
"react-native-safe-area-context": "^5.6.2",
|
|
"react-native-svg": "^15.15.3",
|
|
"react-native-webview": "13.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.2.14",
|
|
"typescript": "~5.9.3",
|
|
"vitest": "^4.0.18"
|
|
},
|
|
"private": true
|
|
}
|