mirror of
https://github.com/zhigang1992/agora-react-native-rtm.git
synced 2026-01-12 22:45:41 +08:00
27 lines
684 B
JSON
27 lines
684 B
JSON
{
|
|
"name": "quickstart",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"events": "3.0.0",
|
|
"react": "16.8.3",
|
|
"react-native": "0.59.10",
|
|
"react-native-gesture-handler": "1.3.0",
|
|
"react-native-gifted-chat": "0.9.11",
|
|
"react-native-paper": "2.16.0",
|
|
"react-native-vector-icons": "6.6.0",
|
|
"react-navigation": "3.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.6",
|
|
"@babel/runtime": "^7.9.6",
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
"metro-react-native-babel-preset": "^0.59.0"
|
|
}
|
|
}
|