Merge remote-tracking branch 'origin/develop' into develop
Showing
... | ... | @@ -13,20 +13,14 @@ |
"clean": "rimraf www/*" | ||
}, | ||
"dependencies": { | ||
"IdCardPlugin": "file:../card-plugin-test/IdCardPlugin", | ||
"autosize": "^3.0.20", | ||
"better-scroll": "^1.10.3", | ||
"cordova-ios": "^4.5.5", | ||
"cordova-plugin-device": "2.0.2", | ||
"cordova-plugin-splashscreen": "5.0.2", | ||
"cordova-plugin-statusbar": "2.4.2", | ||
"cordova-plugin-whitelist": "1.3.3", | ||
"crypto-js": "^3.1.9-1", | ||
"fastclick": "https://hel.hand-china.com/easyUI/fastclick.git", | ||
"hls-easy-ui": "https://hel.hand-china.com/easyUI/hls-easy-ui.git#keyboard", | ||
"ionic-plugin-keyboard": "^2.2.1", | ||
"js-base64": "^2.5.1", | ||
"pdfjs-dist": "^2.2.228", | ||
"pdfjs-dist": "2.2.228", | ||
"vue": "^2.5.2", | ||
"vue-router": "^3.0.1", | ||
"vuex": "^2.1.1", | ||
... | ... | @@ -99,7 +93,7 @@ |
"yaml-loader": "^0.4.0" | ||
}, | ||
"engines": { | ||
"node": ">= 4.0.0", | ||
"node": ">= 11.0.0", | ||
"npm": ">= 3.0.0" | ||
}, | ||
"browserslist": [ | ||
... | ... | @@ -111,13 +105,6 @@ |
"ios", | ||
"android" | ||
], | ||
"plugins": { | ||
"cordova-plugin-whitelist": {}, | ||
"cordova-plugin-statusbar": {}, | ||
"cordova-plugin-device": {}, | ||
"cordova-plugin-splashscreen": {}, | ||
"ionic-plugin-keyboard": {}, | ||
"IdCardPlugin": {} | ||
} | ||
"plugins": {} | ||
} | ||
} | ||
\ No newline at end of file | ||
} |
This diff is collapsed.
This diff is collapsed.
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment