33 lines
794 B
JSON
33 lines
794 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",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"expo": "~54.0.33",
|
|
"expo-document-picker": "~14.0.7",
|
|
"expo-file-system": "~19.0.11",
|
|
"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",
|
|
"tailwindcss": "^4.0.0",
|
|
"uniwind": "latest"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"vitest": "^1.6.1"
|
|
}
|
|
}
|