phonegap-template-vue-f7-split-panel
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "phonegap-template-vue-f7-split-panel", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "A Split View PhoneGap template using Vue.js and Framework7 that degrades to a Panel View on smaller devices", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,2 +20,7 @@ { | ||
"babel-polyfill": "^6.23.0", | ||
"cordova-android": "~5.1.1", | ||
"cordova-ios": "^4.5.0", | ||
"cordova-plugin-splashscreen": "~3.1.0", | ||
"cordova-plugin-statusbar": "~2.2.1", | ||
"cordova-plugin-whitelist": "~1.2.0", | ||
"framework7": "^1.6.4", | ||
@@ -31,6 +36,5 @@ "framework7-vue": "^0.9.2", | ||
"babel-plugin-istanbul": "^4.1.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-plugin-transform-runtime": "^6.22.0", | ||
"babel-preset-env": "^1.3.2", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-2": "^6.22.0", | ||
"babel-preset-env": "^1.6.0", | ||
"babel-register": "^6.22.0", | ||
@@ -103,3 +107,14 @@ "chai": "^3.5.0", | ||
"npm": ">= 3.0.0" | ||
}, | ||
"cordova": { | ||
"platforms": [ | ||
"android", | ||
"ios" | ||
], | ||
"plugins": { | ||
"cordova-plugin-splashscreen": {}, | ||
"cordova-plugin-statusbar": {}, | ||
"cordova-plugin-whitelist": {} | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12263782