mirror of
https://github.com/linkwarden/linkwarden.git
synced 2026-06-28 14:55:49 +00:00
94 lines
3.0 KiB
JSON
94 lines
3.0 KiB
JSON
{
|
|
"name": "@linkwarden/mobile",
|
|
"main": "expo-router/entry",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"test": "jest --watchAll",
|
|
"lint": "expo lint"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^15.0.3",
|
|
"@linkwarden/lib": "*",
|
|
"@linkwarden/prisma": "*",
|
|
"@linkwarden/react-native-render-html": "^6.3.4",
|
|
"@linkwarden/router": "*",
|
|
"@linkwarden/types": "*",
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@react-native-community/netinfo": "11.4.1",
|
|
"@react-native-google-signin/google-signin": "^15.0.0",
|
|
"@react-native-menu/menu": "2.0.0",
|
|
"@react-navigation/bottom-tabs": "^7.0.0",
|
|
"@react-navigation/native": "^7.0.0",
|
|
"@sentry/react-native": "^8.4.0",
|
|
"@tanstack/react-query": "^5.51.15",
|
|
"@tanstack/react-query-persist-client": "^5.51.15",
|
|
"class-variance-authority": "^0.7.1",
|
|
"expo": "~54.0.0",
|
|
"expo-apple-authentication": "~8.0.7",
|
|
"expo-application": "~7.0.8",
|
|
"expo-blur": "~15.0.8",
|
|
"expo-build-properties": "~1.0.10",
|
|
"expo-clipboard": "~8.0.8",
|
|
"expo-constants": "~18.0.13",
|
|
"expo-dev-client": "~6.0.20",
|
|
"expo-file-system": "~19.0.21",
|
|
"expo-font": "~14.0.11",
|
|
"expo-haptics": "~15.0.8",
|
|
"expo-linking": "~8.0.11",
|
|
"expo-navigation-bar": "~5.0.10",
|
|
"expo-router": "~6.0.23",
|
|
"expo-secure-store": "~15.0.8",
|
|
"expo-share-intent": "^5.1.1",
|
|
"expo-splash-screen": "~31.0.13",
|
|
"expo-status-bar": "~3.0.9",
|
|
"expo-symbols": "~1.0.8",
|
|
"expo-system-ui": "~6.0.9",
|
|
"expo-updates": "~29.0.16",
|
|
"expo-web-browser": "~15.0.10",
|
|
"html-entities": "^2.6.0",
|
|
"lucide-react-native": "^0.536.0",
|
|
"nativewind": "^4.2.1",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-actions-sheet": "^0.9.7",
|
|
"react-native-blob-util": "^0.23.2",
|
|
"react-native-edge-to-edge": "^1.8.1",
|
|
"react-native-gesture-handler": "~2.28.0",
|
|
"react-native-ios-context-menu": "^3.2.0",
|
|
"react-native-ios-utilities": "5.2.0",
|
|
"react-native-keyboard-controller": "1.20.7",
|
|
"react-native-mmkv": "4.1.2",
|
|
"react-native-nitro-modules": "0.34.1",
|
|
"react-native-pdf": "^7.0.3",
|
|
"react-native-reanimated": "4.1.1",
|
|
"react-native-safe-area-context": "^5.7.0",
|
|
"react-native-screens": "~4.23.0",
|
|
"react-native-svg": "15.12.1",
|
|
"react-native-web": "^0.21.0",
|
|
"react-native-webview": "13.15.0",
|
|
"react-native-worklets": "0.5.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"zeego": "^3.0.6",
|
|
"zustand": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-test-renderer": "^19.1.0",
|
|
"jest": "^29.2.1",
|
|
"jest-expo": "~54.0.17",
|
|
"react-test-renderer": "^19.1.0",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|