Files
react-native-gifted-chat/example/package.json
Farid from Safi 42a3b5950e sync command
2016-07-29 14:22:26 +02:00

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"
}
}