1 Star 0 Fork 24

xingfujun21 / app-react-native

forked from easy-im / app-react-native 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.23 KB
一键复制 编辑 原始数据 按行查看 历史
罗老魔 提交于 2021-05-27 17:09 . feat: update
{
"name": "kitim",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "patch-package",
"android": "react-native run-android --appIdSuffix=debug",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"react-devtools": "react-devtools",
"android:build": "cd android && ./gradlew assembleRelease",
"android:bundle": "cd android && ./gradlew bundleRelease"
},
"dependencies": {
"@ant-design/icons-react-native": "^2.2.1",
"@ant-design/react-native": "^4.0.6",
"@react-native-async-storage/async-storage": "^1.13.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"md5": "^2.3.0",
"react": "17.0.2",
"react-native": "0.64.1",
"react-native-gesture-handler": "^1.9.0",
"react-native-reanimated": "^1.13.2",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.16.1",
"react-native-splash-screen": "^3.2.0",
"react-native-vector-icons": "^7.1.0",
"react-redux": "^7.2.2",
"realm": "^10.1.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"socket.io-client": "^3.0.5"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"@types/jest": "^25.2.3",
"@types/md5": "^2.2.1",
"@types/react-native": "^0.63.2",
"@types/react-native-vector-icons": "^6.4.6",
"@types/react-redux": "^7.1.15",
"@types/react-test-renderer": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"babel-jest": "^25.1.0",
"babel-plugin-import": "^1.13.3",
"babel-plugin-root-import": "^6.6.0",
"eslint": "^6.5.1",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"patch-package": "^6.2.2",
"react-devtools": "^4.10.1",
"react-test-renderer": "16.13.1",
"typescript": "^3.8.3"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}
TypeScript
1
https://gitee.com/xingfujun21/app-react-native.git
git@gitee.com:xingfujun21/app-react-native.git
xingfujun21
app-react-native
app-react-native
master

搜索帮助