mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-05-15 07:37:37 +08:00
21 lines
655 B
JSON
21 lines
655 B
JSON
{
|
|
"name": "GiftedChat",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh",
|
|
"sync-rngc": "rm -rf ./node_modules/react-native-gifted-chat; sane '/usr/bin/rsync -v -a --exclude .git --exclude example --exclude node_modules ../ ./node_modules/react-native-gifted-chat/' .. --glob='{**/*.json,**/*.js}'"
|
|
},
|
|
"dependencies": {
|
|
"react": "15.2.1",
|
|
"react-native": "^0.30.0",
|
|
"react-native-gifted-chat": "file:../"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^3.1.1",
|
|
"eslint-plugin-react": "^5.2.2",
|
|
"eslint-plugin-react-native": "^1.2.0",
|
|
"sane": "^1.3.4"
|
|
}
|
|
}
|