update: 删除cordova相关文件
Showing
with
4 additions
and
126 deletions
config.xml
deleted
100644 → 0
hooks/README.md
deleted
100644 → 0
This diff could not be displayed because it is too large.
| ... | @@ -6,46 +6,16 @@ | ... | @@ -6,46 +6,16 @@ |
| "private": true, | "private": true, | ||
| "scripts": { | "scripts": { | ||
| "dev": "node build/dev-server.js", | "dev": "node build/dev-server.js", | ||
| "start": "node build/dev-server.js", | |||
| "build": "node build/build.js", | "build": "node build/build.js", | ||
| "lint": "eslint --ext .js,.vue src", | "lint": "eslint --ext .js,.vue src", | ||
| "jffc-check": "cordova requirements", | "build:prod": "node build/vt-build.js", | ||
| "jffc-build": "node build/build.js", | "build:zip": "node build/vt-build.js" | ||
| "jffc-ios": "cordova build ios", | |||
| "jffc-android": "cordova build android", | |||
| "jffc-browser": "cordova prepare browser && cross-env PORT=3004 node build/dev-server.js", | |||
| "jffc-vbuild": "node build/vt-build.js", | |||
| "jffc-save": "cordova plugin save", | |||
| "jffc-add-ios": "cordova platforms add ios@4.4.0", | |||
| "jffc-add-android": "cordova platforms add android@6.2.3", | |||
| "jffc-add-browser": "cordova platforms add browser", | |||
| "jffc-add-camera": "cordova plugin add cordova-plugin-camera", | |||
| "jffc-add-console": "cordova plugin add cordova-plugin-console", | |||
| "jffc-add-device": "cordova plugin add cordova-plugin-device", | |||
| "jffc-add-sqlite": "cordova plugin add cordova-sqlite-storage", | |||
| "jffc-add-file": "cordova plugin add cordova-plugin-file", | |||
| "jffc-add-dialogs": "cordova plugin add cordova-plugin-dialogs", | |||
| "jffc-add-splashscreen": "cordova plugin add cordova-plugin-splashscreen", | |||
| "jffc-add-statusbar": "cordova plugin add cordova-plugin-statusbar" | |||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "axios": "^0.16.2", | "axios": "^0.16.2", | ||
| "babel-polyfill": "^6.23.0", | "babel-polyfill": "^6.23.0", | ||
| "cordova-android": "^6.2.3", | |||
| "cordova-browser": "^5.0.3", | |||
| "cordova-ios": "^4.4.0", | |||
| "cordova-plugin-camera": "~2.4.1", | |||
| "cordova-plugin-console": "~1.0.7", | |||
| "cordova-plugin-device": "~1.1.6", | |||
| "cordova-plugin-dialogs": "~1.3.3", | |||
| "cordova-plugin-file": "~4.3.3", | |||
| "cordova-plugin-splashscreen": "~4.0.3", | |||
| "cordova-plugin-statusbar": "~2.2.3", | |||
| "cordova-plugin-whitelist": "1", | |||
| "cordova-sqlite-storage": "~2.0.4", | |||
| "date-time-picker": "^0.5.2", | "date-time-picker": "^0.5.2", | ||
| "echarts": "^4.1.0", | "echarts": "^4.1.0", | ||
| "exdate": "0.0.4", | |||
| "vue": "^2.3.3", | "vue": "^2.3.3", | ||
| "vue-router": "^2.3.1", | "vue-router": "^2.3.1", | ||
| "vuex": "^2.3.1", | "vuex": "^2.3.1", | ||
| ... | @@ -110,26 +80,5 @@ | ... | @@ -110,26 +80,5 @@ |
| "> 1%", | "> 1%", | ||
| "last 2 versions", | "last 2 versions", | ||
| "not ie <= 8" | "not ie <= 8" | ||
| ], | ] | ||
| "cordova": { | } | ||
| "platforms": [ | |||
| "browser", | |||
| "ios", | |||
| "android" | |||
| ], | |||
| "plugins": { | |||
| "cordova-plugin-camera": { | |||
| "CAMERA_USAGE_DESCRIPTION": " ", | |||
| "PHOTOLIBRARY_USAGE_DESCRIPTION": " " | |||
| }, | |||
| "cordova-plugin-console": {}, | |||
| "cordova-plugin-device": {}, | |||
| "cordova-plugin-dialogs": {}, | |||
| "cordova-plugin-splashscreen": {}, | |||
| "cordova-plugin-statusbar": {}, | |||
| "cordova-plugin-whitelist": {}, | |||
| "cordova-plugin-file": {}, | |||
| "cordova-sqlite-storage": {} | |||
| } | |||
| } | |||
| } | |||
| \ No newline at end of file |
typings/cordova-typings.d.ts
deleted
100644 → 0
Please
register
or
sign in
to comment