加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 617 Bytes
一键复制 编辑 原始数据 按行查看 历史
reusecom 提交于 2016-09-24 17:06 . 添加硬件信息查询模块
{
"name": "ShopReactNative",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "15.3.1",
"react-native": "0.33.0",
"react-native-device-info": "^0.9.5",
"react-native-root-toast": "^1.0.3",
"react-native-swiper": "^1.4.4",
"react-native-tab-navigator": "^0.3.3",
"react-native-vector-icons": "^2.0.3",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-persist": "^2.0.1",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"redux-devtools": "^3.3.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化