ios new_sdk 20231127 part1
Showing
... | ... | @@ -29,6 +29,7 @@ |
"vux": "^2.9.0" | ||
}, | ||
"devDependencies": { | ||
"IdCardPlugin": "/Users/mjc/Desktop/workspace/xcmg/cordova-plugin-hand-idcardplug", | ||
"autoprefixer": "^7.1.2", | ||
"babel-core": "^6.22.1", | ||
"babel-eslint": "^8.2.1", | ||
... | ... | @@ -43,6 +44,12 @@ |
"connect-history-api-fallback": "^1.3.0", | ||
"copy-webpack-plugin": "^4.0.1", | ||
"cordova-android": "^6.2.0", | ||
"cordova-ios": "^4.5.5", | ||
"cordova-plugin-device": "2.0.2", | ||
"cordova-plugin-hand-idcardplugin": "file:../cordova-plugin-hand-idcardplug", | ||
"cordova-plugin-splashscreen": "5.0.2", | ||
"cordova-plugin-statusbar": "2.4.2", | ||
"cordova-plugin-whitelist": "1.3.3", | ||
"cross-env": "^5.2.0", | ||
"css-loader": "^0.28.0", | ||
"eslint": "^4.15.0", | ||
... | ... | @@ -103,12 +110,19 @@ |
], | ||
"cordova": { | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
"android", | ||
"ios" | ||
], | ||
"plugins": { | ||
"cordova-plugin-inappbrowser": {}, | ||
"cordova-plugin-ionic-webview": {} | ||
} | ||
"cordova-plugin-ionic-webview": {}, | ||
"cordova-plugin-hand-idcardplugin": {}, | ||
"cordova-plugin-whitelist": {}, | ||
"cordova-plugin-statusbar": {}, | ||
"cordova-plugin-device": {}, | ||
"cordova-plugin-splashscreen": {}, | ||
"ionic-plugin-keyboard": {}, | ||
"IdCardPlugin": {} | ||
} | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment