Files
super-app/package.json
Kshitij Pramod Ghongadi 70715e6014 TP-61032 | Package version fix (#10335)
Co-authored-by: Shivam Goyal <shivam.goyal@navi.com>
2024-04-07 16:02:10 +00:00

49 lines
1.5 KiB
JSON

{
"name": "NaviApp",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "yarn react-native start"
},
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-community/slider": "^4.4.3",
"@react-native-masked-view/masked-view": "^0.2.8",
"@react-native/metro-config": "^0.72.9",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"@react-spring/native": "9.5.5",
"@reduxjs/toolkit": "^1.9.5",
"@sentry/react-native": "^5.19.0",
"axios": "^1.4.0",
"lodash": "^4.17.21",
"lottie-react-native": "^5.1.6",
"react": "^18.2.0",
"react-native": "0.73.2",
"react-native-code-push": "8.2.1",
"react-native-config": "^1.5.1",
"react-native-gesture-handler": "^2.14.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-modal": "^13.0.1",
"react-native-reanimated": "^3.6.1",
"react-native-safe-area-context": "^4.7.1",
"react-native-screens": "^3.29.0",
"react-native-skeleton-placeholder": "^5.2.4",
"react-native-webp-format": "^1.2.0",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.16",
"@types/react-native": "^0.72.2",
"@types/react-test-renderer": "^18.0.0",
"typescript": "^5.1.6"
}
}