35 lines
1,023 B
JSON
35 lines
1,023 B
JSON
{
|
|
"name": "setlist",
|
|
"version": "1.0.0",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^14.0.2",
|
|
"@react-native-async-storage/async-storage": "2.1.2",
|
|
"@react-native-community/datetimepicker": "^8.3.0",
|
|
"@react-navigation/native": "^6.1.10",
|
|
"@react-navigation/native-stack": "^6.9.18",
|
|
"expo": "^53.0.0",
|
|
"expo-asset": "~11.1.7",
|
|
"expo-blur": "~14.1.5",
|
|
"expo-font": "~13.3.2",
|
|
"expo-image-picker": "~16.1.4",
|
|
"expo-linear-gradient": "~14.1.5",
|
|
"expo-status-bar": "~2.2.3",
|
|
"react": "19.0.0",
|
|
"react-native": "0.79.5",
|
|
"react-native-gesture-handler": "~2.24.0",
|
|
"react-native-reanimated": "~3.17.4",
|
|
"react-native-safe-area-context": "5.4.0",
|
|
"react-native-screens": "~4.11.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0"
|
|
},
|
|
"private": true
|
|
}
|