mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-01-12 22:50:22 +08:00
83 lines
2.3 KiB
JSON
83 lines
2.3 KiB
JSON
{
|
|
"name": "react-native-gifted-chat",
|
|
"version": "0.6.0",
|
|
"description": "The most complete chat UI for React Native",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"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",
|
|
"scripts": {
|
|
"lint": "eslint . --ext .js,.jsx",
|
|
"precommit": "yarn lint",
|
|
"test": "jest --no-watchman",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage",
|
|
"appr": "cd example-expo && ./setPRVersion.js && yarn && yarn appr",
|
|
"deploy": "cd example-expo && yarn install && exp login --username $EXP_USERNAME --password $EXP_PASSWORD && exp publish --non-interactive"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native",
|
|
"setupFiles": [
|
|
"./tests/setup.js"
|
|
],
|
|
"modulePathIgnorePatterns": [
|
|
"<rootDir>/example",
|
|
"<rootDir>/example-expo",
|
|
"<rootDir>/example-slack-message"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "16.7.18",
|
|
"@types/react-native": "^0.52.12",
|
|
"babel": "6.23.0",
|
|
"babel-eslint": "10.0.1",
|
|
"babel-jest": "23.0.0",
|
|
"babel-preset-react-native": "4.0.0",
|
|
"eslint": "^4.9.0",
|
|
"eslint-config-airbnb": "16.1.0",
|
|
"eslint-config-cooperka": "0.2.9",
|
|
"eslint-plugin-import": "^2.7.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.2",
|
|
"eslint-plugin-react": "^7.4.0",
|
|
"eslint-plugin-react-native": "3.2.1",
|
|
"husky": "0.15.0-rc.2",
|
|
"jest": "22.1.4",
|
|
"prop-types": "15.6.2",
|
|
"react": "16.2.0",
|
|
"react-native": "0.51.0",
|
|
"react-test-renderer": "16.4.0"
|
|
},
|
|
"dependencies": {
|
|
"@expo/react-native-action-sheet": "^1.0.1",
|
|
"moment": "^2.19.0",
|
|
"react-native-communications": "2.2.1",
|
|
"react-native-lightbox": "^0.7.0",
|
|
"react-native-parsed-text": "^0.0.20",
|
|
"react-native-video": "^3.2.1",
|
|
"uuid": "3.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"prop-types": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
}
|
|
}
|