2 Star 0 Fork 0

appplugin/react-native-gifted-chat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.74 KB
一键复制 编辑 原始数据 按行查看 历史
神智不清的冠希 提交于 2024-02-19 06:36 . Initial commit
{
"name": "react-native-gifted-chat",
"version": "2.4.0",
"description": "The most complete chat UI for React Native",
"main": "lib/index.js",
"types": "lib/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,.ts,.tsx",
"lint:fix": "./node_modules/.bin/eslint ./src/*.{ts,tsx} --fix",
"tsc": "node_modules/.bin/tsc --noEmit",
"tsc:watch": "node_modules/.bin/tsc --watch --noEmit",
"start": "cd example && expo start",
"start:web": "cd example && expo start -w --dev",
"build": "rm -rf lib/ && node_modules/.bin/tsc && cp flow-typedefs/*.js.flow lib/",
"test": "TZ=Europe/Paris jest --no-watchman",
"test:watch": "TZ=Europe/Paris jest --watch",
"test:coverage": "TZ=Europe/Paris jest --coverage",
"prepublishOnly": "yarn lint && yarn build && yarn test",
"prettier": "./node_modules/.bin/prettier --write \"src/**/*.{ts,tsx}\""
},
"devDependencies": {
"@babel/core": "7.17.9",
"@babel/plugin-transform-flow-strip-types": "7.16.7",
"@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "7.16.7",
"@types/jest": "27.4.1",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@types/react-test-renderer": "16.9.2",
"@types/uuid": "3.4.9",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"babel-jest": "27.5.1",
"eslint": "8.13.0",
"eslint-config-prettier": "8.5.0",
"flow-bin": "0.125.0",
"husky": "4.2.5",
"jest": "27.5.1",
"json": "9.0.6",
"metro-react-native-babel-preset": "0.70.1",
"prettier": "2.0.5",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "0.63.4",
"react-test-renderer": "16.9.0",
"typescript": "4.6.3"
},
"dependencies": {
"@expo/react-native-action-sheet": "4.0.1",
"dayjs": "1.8.26",
"prop-types": "15.7.2",
"react-native-communications": "2.2.1",
"react-native-iphone-x-helper": "1.3.1",
"react-native-lightbox-v2": "0.9.0",
"react-native-parsed-text": "0.0.22",
"react-native-typing-animation": "0.1.7",
"use-memo-one": "1.1.3",
"uuid": "3.4.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint:fix && yarn prettier && yarn tsc"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/appplugin/react-native-gifted-chat.git
git@gitee.com:appplugin/react-native-gifted-chat.git
appplugin
react-native-gifted-chat
react-native-gifted-chat
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385