You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.2 KiB
43 lines
1.2 KiB
{
|
|
"name": "bob_party",
|
|
"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": {
|
|
"@react-native-picker/picker": "^2.4.8",
|
|
"@react-navigation/bottom-tabs": "^6.4.0",
|
|
"@react-navigation/native": "^6.0.13",
|
|
"@react-navigation/stack": "^6.3.2",
|
|
"@reduxjs/toolkit": "^1.8.6",
|
|
"expo": "^46.0.15",
|
|
"expo-status-bar": "~1.4.0",
|
|
"jest": "^26.6.3",
|
|
"node": "^18.10.0",
|
|
"react": "18.0.0",
|
|
"react-dom": "18.0.0",
|
|
"react-native": "^0.69.6",
|
|
"react-native-dialog": "^9.2.2",
|
|
"react-native-dialog-input": "^1.0.8",
|
|
"react-native-gesture-handler": "~2.5.0",
|
|
"react-native-picker-select": "^8.0.4",
|
|
"react-native-safe-area-context": "4.3.1",
|
|
"react-native-web": "~0.18.7",
|
|
"react-redux": "^8.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@types/jest": "^29.1.2",
|
|
"@types/mocha": "^10.0.0",
|
|
"@types/node": "^18.8.4",
|
|
"@types/react": "~18.0.14",
|
|
"@types/react-native": "~0.69.1",
|
|
"typescript": "~4.3.5"
|
|
},
|
|
"private": true
|
|
}
|