靖哥添加热更新
正在显示
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
| ... | ... | @@ -3,7 +3,7 @@ |
| "version": "0.1.0", | ||
| "private": true, | ||
| "devDependencies": { | ||
| "babel-eslint": "^8.0.1", | ||
| "babel-eslint": "^8.0.2", | ||
| "babel-plugin-import": "^1.6.0", | ||
| "babel-preset-flow": "^6.23.0", | ||
| "babel-preset-react-native-stage-0": "^1.0.1", | ||
| ... | ... | @@ -21,10 +21,10 @@ |
| "style-loader": "^0.19.0" | ||
| }, | ||
| "scripts": { | ||
| "start": "react-native start", | ||
| "android": "react-native run-android", | ||
| "android-bundle": "react-native bundle --platform android --entry-file index.js --reset-cache --bundle-output android/app/src/main/assets/index.android.bundle --dev false --assets-dest android/app/src/main/res/", | ||
| "ios": "react-native run-ios", | ||
| "start": "node node_modules/react-native/local-cli/cli.js start", | ||
| "android": "node node_modules/react-native/local-cli/cli.js run-android", | ||
| "android-bundle": "node node_modules/react-native/local-cli/cli.js bundle --platform android --entry-file index.js --reset-cache --bundle-output android/app/src/main/assets/index.android.bundle --dev false --assets-dest android/app/src/main/res/", | ||
| "ios": "node node_modules/react-native/local-cli/cli.js run-ios", | ||
| "test": "node node_modules/jest/bin/jest.js --watch", | ||
| "lint": "eslint --ext .js src test", | ||
| "flow_init": "flow init" | ||
| ... | ... | @@ -33,17 +33,17 @@ |
| "preset": "jest-expo" | ||
| }, | ||
| "dependencies": { | ||
| "antd-mobile": "^2.0.0", | ||
| "antd-mobile": "^2.0.2", | ||
| "dva-core": "^1.1.0", | ||
| "fastjson_ref_resolver": "0.0.3", | ||
| "lodash": "latest", | ||
| "lodash": "^4.17.4", | ||
| "moment": "^2.19.1", | ||
| "rc-form": "^1.4.8", | ||
| "react": "^16.0.0-beta.5", | ||
| "react-native": "^0.49.3", | ||
| "react-native-code-push": "^5.1.3-beta", | ||
| "react-native-device-info": "^0.12.1", | ||
| "react-navigation": "^1.0.0-beta.14", | ||
| "react-navigation": "^1.0.0-beta.19", | ||
| "react-redux": "^5.0.6", | ||
| "redux-persist": "^4.10.1" | ||
| } | ||
| ... | ... |
请
注册
或者
登录
后发表评论