mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-05-24 01:09:06 +08:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "react-native-gifted-chat",
|
|
"version": "0.0.1",
|
|
"description": "The most complete chat UI for React Native",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-react-native"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/FaridSafi/react-native-gifted-chat.git"
|
|
},
|
|
"keywords": [
|
|
"android",
|
|
"ios",
|
|
"react-native",
|
|
"react",
|
|
"react-component",
|
|
"messenger",
|
|
"message",
|
|
"chat"
|
|
],
|
|
"author": "Farid Safi",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/FaridSafi/react-native-gifted-chat/issues"
|
|
},
|
|
"homepage": "https://github.com/FaridSafi/react-native-gifted-chat#readme",
|
|
"devDependencies": {
|
|
"babel-jest": "^14.0.2",
|
|
"babel-preset-react-native": "^1.9.0",
|
|
"eslint": "^3.1.0",
|
|
"eslint-plugin-react": "^5.2.2",
|
|
"eslint-plugin-react-native": "^1.1.0",
|
|
"jest": "^14.0.1",
|
|
"jest-cli": "^14.0.1",
|
|
"jest-react-native": "^14.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@exponent/react-native-action-sheet": "git+https://github.com/FaridSafi/react-native-action-sheet.git",
|
|
"md5": "^2.1.0",
|
|
"moment": "^2.13.0",
|
|
"react-native-communications": "^2.0.0",
|
|
"react-native-dismiss-keyboard": "^1.0.0",
|
|
"react-native-invertible-scroll-view": "^1.0.0",
|
|
"react-native-parsed-text": "0.0.15"
|
|
}
|
|
}
|