chat-bot-code
Showing
This diff is collapsed.
... | ... | @@ -27,6 +27,7 @@ |
"react-native-circular-progress": "^1.4.0", | ||
"react-native-circular-progress-indicator": "^4.4.2", | ||
"react-native-gesture-handler": "^2.16.2", | ||
"react-native-gifted-chat": "^2.4.0", | ||
"react-native-linear-gradient": "^2.8.3", | ||
"react-native-progress-circle-gradient": "^1.2.1", | ||
"react-native-safe-area-context": "^4.10.1", | ||
... | ... | @@ -41,7 +42,6 @@ |
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.0", | ||
"react-native-image-picker": "^7.1.1", | ||
"@babel/preset-env": "^7.20.0", | ||
"@babel/runtime": "^7.20.0", | ||
"@react-native/babel-preset": "0.73.21", | ||
... | ... | @@ -54,6 +54,7 @@ |
"eslint": "^8.19.0", | ||
"jest": "^29.6.3", | ||
"prettier": "2.8.8", | ||
"react-native-image-picker": "^7.1.1", | ||
"react-test-renderer": "18.2.0", | ||
"typescript": "5.0.4" | ||
}, | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment