1 Star 1 Fork 3

borl / react-native-mall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
pengzhenjin 提交于 2020-08-12 14:16 . 增加首页模块
{
"name": "mall",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.7.2",
"@react-navigation/stack": "^5.8.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-gesture-handler": "^1.7.0",
"react-native-reanimated": "^1.10.1",
"react-native-safe-area-context": "^3.1.1",
"react-native-screens": "^2.9.0",
"react-native-swiper": "^1.6.0"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/runtime": "^7.11.0",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.2.1",
"eslint": "^7.5.0",
"jest": "^26.2.1",
"metro-react-native-babel-preset": "^0.61.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}
1
https://gitee.com/borl/react-native-mall.git
git@gitee.com:borl/react-native-mall.git
borl
react-native-mall
react-native-mall
master

搜索帮助