Files
codexbar-mobile/package.json
T
space 4f32782eaf Initial commit
Generated by create-expo-app 4.0.0.
2026-06-24 15:46:51 +02:00

23 lines
463 B
JSON

{
"name": "codexbar.mobile",
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"expo": "~56.0.12",
"expo-status-bar": "~56.0.4",
"react": "19.2.3",
"react-native": "0.85.3"
},
"devDependencies": {
"@types/react": "~19.2.2",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"private": true
}