mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-01-12 22:50:22 +08:00
26 lines
1.1 KiB
JSON
26 lines
1.1 KiB
JSON
{
|
|
"name": "GiftedChat",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "yarn run clean:example; yarn run clean:babelrc",
|
|
"clean:example": "rm -rf node_modules/react-native-gifted-chat/{node_modules,example}",
|
|
"clean:babelrc": "(find node_modules -type f -name .babelrc | grep -v /react-native/ | xargs rm) || true",
|
|
"start": "node_modules/react-native/scripts/launchPackager.command",
|
|
"sync": "rm -rf ./node_modules/react-native-gifted-chat; sane '/usr/bin/rsync -v -a --exclude .git --exclude example --exclude __tests__ --exclude node_modules ../ ./node_modules/react-native-gifted-chat/' .. --glob='{**/*.json,**/*.js}'"
|
|
},
|
|
"dependencies": {
|
|
"prop-types": "15.5.10",
|
|
"react": "16.0.0-alpha.12",
|
|
"react-native": "0.46.3",
|
|
"react-native-camera-roll-picker": "1.1.7",
|
|
"react-native-gifted-chat": "file:..",
|
|
"react-native-maps": "0.15.3",
|
|
"react-native-nav": "cribspot/react-native-nav#76baa81ded23829ad9b5eb4e4a51052b20fb4e08"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-react-native": "2.1.0",
|
|
"sane": "2.0.0"
|
|
}
|
|
}
|