Files
luggage-list/package.json
Luna 7de77d2878
Some checks failed
Build App / release (push) Has been cancelled
Build App / build-web (push) Has been cancelled
Build App / build-android (push) Has been cancelled
feat: scaffold luggage list expo app with core local MVP
2026-04-18 11:51:58 +02:00

25 lines
596 B
JSON

{
"name": "luggage-list",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "2.2.0",
"expo": "~54.0.33",
"expo-file-system": "~19.0.17",
"expo-image-picker": "~17.0.8",
"expo-sharing": "~14.0.7",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-web": "^0.21.0"
},
"private": true
}