Merge remote-tracking branch 'origin/develop' into develop
Showing
... | @@ -13,20 +13,14 @@ | ... | @@ -13,20 +13,14 @@ |
"clean": "rimraf www/*" | "clean": "rimraf www/*" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"IdCardPlugin": "file:../card-plugin-test/IdCardPlugin", | |||
"autosize": "^3.0.20", | "autosize": "^3.0.20", | ||
"better-scroll": "^1.10.3", | "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", | "crypto-js": "^3.1.9-1", | ||
"fastclick": "https://hel.hand-china.com/easyUI/fastclick.git", | "fastclick": "https://hel.hand-china.com/easyUI/fastclick.git", | ||
"hls-easy-ui": "https://hel.hand-china.com/easyUI/hls-easy-ui.git#keyboard", | "hls-easy-ui": "https://hel.hand-china.com/easyUI/hls-easy-ui.git#keyboard", | ||
"ionic-plugin-keyboard": "^2.2.1", | "ionic-plugin-keyboard": "^2.2.1", | ||
"js-base64": "^2.5.1", | "js-base64": "^2.5.1", | ||
"pdfjs-dist": "^2.2.228", | "pdfjs-dist": "2.2.228", | ||
"vue": "^2.5.2", | "vue": "^2.5.2", | ||
"vue-router": "^3.0.1", | "vue-router": "^3.0.1", | ||
"vuex": "^2.1.1", | "vuex": "^2.1.1", | ||
... | @@ -99,7 +93,7 @@ | ... | @@ -99,7 +93,7 @@ |
"yaml-loader": "^0.4.0" | "yaml-loader": "^0.4.0" | ||
}, | }, | ||
"engines": { | "engines": { | ||
"node": ">= 4.0.0", | "node": ">= 11.0.0", | ||
"npm": ">= 3.0.0" | "npm": ">= 3.0.0" | ||
}, | }, | ||
"browserslist": [ | "browserslist": [ | ||
... | @@ -111,13 +105,6 @@ | ... | @@ -111,13 +105,6 @@ |
"ios", | "ios", | ||
"android" | "android" | ||
], | ], | ||
"plugins": { | "plugins": {} | ||
"cordova-plugin-whitelist": {}, | |||
"cordova-plugin-statusbar": {}, | |||
"cordova-plugin-device": {}, | |||
"cordova-plugin-splashscreen": {}, | |||
"ionic-plugin-keyboard": {}, | |||
"IdCardPlugin": {} | |||
} | |||
} | } | ||
} | } | ||
\ 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