50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "noscomptes",
|
|
"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",
|
|
"eject": "expo eject",
|
|
"test": "jest --watchAll"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^12.0.0",
|
|
"@react-navigation/bottom-tabs": "^6.0.5",
|
|
"@react-navigation/native": "^6.0.2",
|
|
"@react-navigation/native-stack": "^6.1.0",
|
|
"expo": "~44.0.0",
|
|
"expo-asset": "~8.4.4",
|
|
"expo-constants": "~13.0.0",
|
|
"expo-font": "~10.0.4",
|
|
"expo-linking": "~3.0.0",
|
|
"expo-splash-screen": "~0.14.0",
|
|
"expo-status-bar": "~1.2.0",
|
|
"expo-web-browser": "~10.1.0",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"react-native": "0.64.3",
|
|
"react-native-safe-area-context": "3.3.2",
|
|
"react-native-screens": "~3.10.1",
|
|
"react-native-web": "0.17.1",
|
|
"expo-auth-session": "~3.5.0",
|
|
"expo-random": "~12.1.1",
|
|
"expo-secure-store": "~11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@types/react": "~17.0.21",
|
|
"@types/react-native": "~0.64.12",
|
|
"jest-expo": "~44.0.1",
|
|
"jest": "^26.6.3",
|
|
"react-test-renderer": "17.0.1",
|
|
"typescript": "~4.3.5"
|
|
},
|
|
"private": true
|
|
}
|