-
Anael Lacour authoredAnael Lacour authored
This project manages its dependencies using npm.
Learn more
package.json 1.76 KiB
{
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.4",
"@react-google-maps/api": "^2.8.1",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"axios": "^0.26.1",
"dateformat": "^5.0.3",
"draft-js": "^0.11.7",
"expo": "^44.0.6",
"expo-notifications": "^0.14.1",
"expo-permissions": "^13.1.1",
"expo-secure-store": "^11.1.1",
"expo-status-bar": "~1.2.0",
"google-map-react": "^2.1.10",
"lodash": "^4.17.21",
"lodash.isempty": "^4.4.0",
"prop-types": "^15.8.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-draft-wysiwyg": "^1.14.7",
"react-google-maps": "^9.4.5",
"react-google-maps-loader": "^4.3.0",
"react-native": "0.68.1",
"react-native-anchor-carousel": "^4.0.1",
"react-native-dotenv": "^3.3.1",
"react-native-elements": "^3.4.2",
"react-native-maps": "0.29.4",
"react-native-normalize": "^1.0.1",
"react-native-paper": "^4.12.0",
"react-native-paper-form-builder": "^2.1.2",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.13.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^12.3.0",
"react-native-vector-icons": "^9.1.0",
"react-native-web": "0.17.7",
"react-redux": "^8.0.1",
"rn-fetch-blob": "^0.12.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"react-hook-form": "^7.30.0"
},
"private": true
}