修改包引用方式
Showing
| ... | @@ -15,6 +15,11 @@ | ... | @@ -15,6 +15,11 @@ |
| "react-native-webview-invoke": "^0.5.1" | "react-native-webview-invoke": "^0.5.1" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "react-native-webview-invoke": "^0.5.1" | |||
| }, | |||
| "devDependencies": { | |||
| "@babel/cli": "^7.8.4", | |||
| "babel-plugin-syntax-dynamic-import": "^6.18.0", | |||
| "antd-mobile": "^2.3.1", | "antd-mobile": "^2.3.1", | ||
| "lodash": "^4.17.15", | "lodash": "^4.17.15", | ||
| "moment": "^2.24.0", | "moment": "^2.24.0", | ||
| ... | @@ -22,14 +27,8 @@ | ... | @@ -22,14 +27,8 @@ |
| "react": "^16.12.0", | "react": "^16.12.0", | ||
| "react-dom": "^16.12.0", | "react-dom": "^16.12.0", | ||
| "react-eva": "^1.1.7", | "react-eva": "^1.1.7", | ||
| "react-native-webview-invoke": "^0.5.1", | |||
| "superagent": "^5.1.1", | "superagent": "^5.1.1", | ||
| "umi": "^2.12.2", | "umi": "^2.12.2", | ||
| "umi-plugin-react": "^1.14.5", | "umi-plugin-react": "^1.14.5" | ||
| "zhu_wap_test": "https://github.com/westzmg/zhu_wap_bridge.git" | |||
| }, | |||
| "devDependencies": { | |||
| "@babel/cli": "^7.8.4", | |||
| "babel-plugin-syntax-dynamic-import": "^6.18.0" | |||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment