mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-06-12 09:08:04 +08:00
18 lines
365 B
JSON
18 lines
365 B
JSON
{
|
|
"name": "GiftedMessenger",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
},
|
|
"dependencies": {
|
|
"react": "15.2.1",
|
|
"react-native": "^0.29.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^3.1.0",
|
|
"eslint-plugin-react": "^5.2.2",
|
|
"eslint-plugin-react-native": "^1.1.0"
|
|
}
|
|
}
|