Files
tirages/package.json
T
2026-09-04 14:37:40 +02:00

26 lines
663 B
JSON

{
"name": "tirage-classes",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios"
},
"dependencies": {
"expo": "~54.0.0",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-native": "0.81.5",
"@react-navigation/native": "^7.0.0",
"@react-navigation/native-stack": "^7.0.0",
"react-native-screens": "~4.16.0",
"react-native-safe-area-context": "~5.6.0",
"@react-native-async-storage/async-storage": "2.2.0"
},
"devDependencies": {
"babel-preset-expo": "~54.0.10"
}
}