加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
房鸣 提交于 2017-12-11 17:41 . 登录
{
"name": "rn-antd-mall",
"version": "1.0.0",
"private": true,
"devDependencies": {
"babel-plugin-import": "^1.2.0",
"react-native-scripts": "^1.5.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios"
},
"dependencies": {
"antd-mobile": "next",
"antd-mobile-demo-data": "^0.1.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native-stage-0": "^1.0.1",
"cross-fetch": "^1.1.1",
"es6-promise": "^4.1.1",
"expo": "21.0.0",
"mobx": "^3.3.1",
"mobx-react": "^4.3.4",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-native": "0.48.4",
"react-native-modal-dropdown": "^0.5.0",
"react-native-qrcode": "^0.2.6",
"react-native-storage": "^0.2.2",
"react-navigation": "1.0.0-beta.11",
"standard-error": "^1.1.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化