GT2/Ejectable/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2021-08-16 07:50:50 +00:00
{
"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": {
2022-08-20 02:41:18 +00:00
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^0.17.0",
2021-08-22 04:30:04 +00:00
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.1.0",
"@react-navigation/stack": "^6.0.7",
2022-08-20 02:41:18 +00:00
"expo": "~46.0.0",
"expo-asset": "~8.6.1",
"expo-constants": "~13.2.3",
"expo-device": "~4.3.0",
"expo-font": "~10.2.0",
"expo-linking": "~3.2.2",
"expo-location": "~14.3.0",
"expo-modules-core": "^0.11.4",
"expo-splash-screen": "~0.16.1",
"expo-status-bar": "~1.4.0",
"expo-task-manager": "~10.3.0",
"expo-web-browser": "~11.0.0",
2021-08-25 02:25:04 +00:00
"geolib": "^3.3.1",
2022-08-20 02:41:18 +00:00
"react": "18.0",
"react-dom": "18.0",
"react-native": "0.69.4",
"react-native-gesture-handler": "~2.5.0",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-web": "^0.18.7"
2021-08-16 07:50:50 +00:00
},
"devDependencies": {
"@babel/core": "^7.9.0",
2022-08-20 02:41:18 +00:00
"@types/react": "~18.0",
"@types/react-native": "~0.69.4",
2021-08-16 07:50:50 +00:00
"jest-expo": "~41.0.0-beta.0",
2022-08-20 02:41:18 +00:00
"typescript": "~4.7.0"
2021-08-16 07:50:50 +00:00
},
"private": true
}