合并代码
Showing
package-lock.json
0 → 100644
This diff is collapsed.
... | ... | @@ -13,8 +13,14 @@ |
"clean": "rimraf www/*" | ||
}, | ||
"dependencies": { | ||
"IdCardPlugin": "file:../card-plugin-test/IdCardPlugin-test", | ||
"autosize": "^3.0.20", | ||
"better-scroll": "^1.10.3", | ||
"cordova-android": "^6.2.0", | ||
"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", | ||
... | ... | @@ -91,7 +97,6 @@ |
"webpack-merge": "^4.1.0", | ||
"yaml-loader": "^0.4.0" | ||
}, | ||
"engines": { | ||
"node": ">= 4.0.0", | ||
"npm": ">= 3.0.0" | ||
... | ... | @@ -103,6 +108,13 @@ |
"cordova": { | ||
"platforms": [ | ||
"android" | ||
] | ||
], | ||
"plugins": { | ||
"cordova-plugin-whitelist": {}, | ||
"cordova-plugin-statusbar": {}, | ||
"cordova-plugin-device": {}, | ||
"cordova-plugin-splashscreen": {}, | ||
"ionic-plugin-keyboard": {} | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment