update: 移除cordova依赖
Showing
with
3 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,15 @@ | ... | @@ -6,46 +6,15 @@ |
| "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", | |||
| "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", | ||
| ... | @@ -81,7 +50,6 @@ | ... | @@ -81,7 +50,6 @@ |
| "http-proxy-middleware": "^0.17.3", | "http-proxy-middleware": "^0.17.3", | ||
| "less": "^3.8.1", | "less": "^3.8.1", | ||
| "less-loader": "^4.1.0", | "less-loader": "^4.1.0", | ||
| "mockjs": "^1.0.1-beta3", | |||
| "opn": "^4.0.2", | "opn": "^4.0.2", | ||
| "optimize-css-assets-webpack-plugin": "^1.3.0", | "optimize-css-assets-webpack-plugin": "^1.3.0", | ||
| "ora": "^1.2.0", | "ora": "^1.2.0", | ||
| ... | @@ -89,7 +57,6 @@ | ... | @@ -89,7 +57,6 @@ |
| "semver": "^5.3.0", | "semver": "^5.3.0", | ||
| "shelljs": "^0.7.6", | "shelljs": "^0.7.6", | ||
| "url-loader": "^0.5.8", | "url-loader": "^0.5.8", | ||
| "versiony": "^2.0.1", | |||
| "vue-loader": "^12.1.0", | "vue-loader": "^12.1.0", | ||
| "vue-style-loader": "^3.0.1", | "vue-style-loader": "^3.0.1", | ||
| "vue-template-compiler": "^2.3.3", | "vue-template-compiler": "^2.3.3", | ||
| ... | @@ -99,7 +66,6 @@ | ... | @@ -99,7 +66,6 @@ |
| "webpack-dev-middleware": "^1.10.0", | "webpack-dev-middleware": "^1.10.0", | ||
| "webpack-hot-middleware": "^2.18.0", | "webpack-hot-middleware": "^2.18.0", | ||
| "webpack-merge": "^4.1.0", | "webpack-merge": "^4.1.0", | ||
| "xml2js": "^0.4.19", | |||
| "zip-webpack-plugin": "^1.1.0" | "zip-webpack-plugin": "^1.1.0" | ||
| }, | }, | ||
| "engines": { | "engines": { | ||
| ... | @@ -110,26 +76,5 @@ | ... | @@ -110,26 +76,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 |
Please
register
or
sign in
to comment