This repository has been archived on 2026-07-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
crisleo94 22ded87250 feat: implement mobile reader
- implement mobile epub reader
2026-06-20 13:33:44 -05:00

41 lines
1.3 KiB
JSON

{
"name": "@cloud-reader/mobile",
"version": "1.0.0",
"private": true,
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint .",
"eas:init": "eas init",
"eas:build:dev": "eas build --profile development --platform all",
"eas:build:preview": "eas build --profile preview --platform all",
"eas:build:prod": "eas build --profile production --platform all"
},
"dependencies": {
"expo": "~52.0.0",
"expo-status-bar": "~2.0.0",
"react": "^19.0.0",
"react-native": "0.76.6",
"react-native-safe-area-context": "4.14.1",
"react-native-screens": "~4.4.0",
"@react-navigation/native": "^7.0.0",
"@react-navigation/native-stack": "^7.0.0",
"@react-navigation/bottom-tabs": "^7.0.0",
"axios": "^1.7.9",
"@react-native-async-storage/async-storage": "2.1.0",
"@epubjs-react-native/core": "1.4.7",
"@epubjs-react-native/expo-file-system": "1.1.4",
"expo-file-system": "~18.0.0",
"react-native-gesture-handler": "~2.20.0",
"react-native-reanimated": "~3.16.0",
"react-native-webview": "13.12.5",
"@cloud-reader/shared": "*"
},
"devDependencies": {
"@types/react": "~19.0.0",
"typescript": "~5.7.0"
}
}