Files
GithubStatsManager-Android/package.json
2026-04-27 23:58:12 +08:00

28 lines
692 B
JSON

{
"name": "clwy-app",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@types/react": "~19.1.10",
"@types/react-native": "^0.72.8",
"expo": "~54.0.33",
"expo-constants": "~18.0.13",
"expo-dev-client": "~6.0.20",
"expo-sqlite": "~16.0.10",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-dotenv": "^3.4.11",
"react-native-markdown-display": "^7.0.2",
"react-native-syntax-highlighter": "^2.1.0",
"typescript": "~5.9.2"
},
"private": true
}