Commit dcfb9e6cc2009e21408148a721ee2224c1bc61c6
1 parent
c4d47f42
Fix: update engines
Showing
1 changed file
with
119 additions
and
127 deletions
Show diff stats
package.json
| 1 | { | 1 | { |
| 2 | - "name": "iview", | ||
| 3 | - "version": "2.14.0", | ||
| 4 | - "title": "iView", | ||
| 5 | - "description": "A high quality UI components Library with Vue.js", | ||
| 6 | - "homepage": "http://www.iviewui.com", | ||
| 7 | - "keywords": [ | ||
| 8 | - "iview", | ||
| 9 | - "vue", | ||
| 10 | - "vue.js", | ||
| 11 | - "component", | ||
| 12 | - "components", | ||
| 13 | - "ui", | ||
| 14 | - "framework" | ||
| 15 | - ], | ||
| 16 | - "main": "dist/iview.js", | ||
| 17 | - "files": [ | ||
| 18 | - "dist", | ||
| 19 | - "src" | ||
| 20 | - ], | ||
| 21 | - "scripts": { | ||
| 22 | - "dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js", | ||
| 23 | - "dev:s": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --host 0.0.0.0 --config build/webpack.dev.config.js", | ||
| 24 | - "dist:style": "gulp --gulpfile build/build-style.js", | ||
| 25 | - "dist:dev": "webpack --config build/webpack.dist.dev.config.js", | ||
| 26 | - "dist:prod": "webpack --config build/webpack.dist.prod.config.js", | ||
| 27 | - "dist:locale": "webpack --config build/webpack.dist.locale.config.js", | ||
| 28 | - "dist": "npm run dist:style && npm run dist:dev && npm run dist:prod && npm run dist:locale", | ||
| 29 | - "lint": "eslint --fix --ext .js,.vue src", | ||
| 30 | - "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run", | ||
| 31 | - "test": "npm run lint && npm run unit", | ||
| 32 | - "prepublish": "npm run dist" | ||
| 33 | - }, | ||
| 34 | - "repository": { | ||
| 35 | - "type": "git", | ||
| 36 | - "url": "https://github.com/iview/iview" | ||
| 37 | - }, | ||
| 38 | - "author": "Aresn", | ||
| 39 | - "license": "MIT", | ||
| 40 | - "bugs": { | ||
| 41 | - "url": "https://github.com/iview/iview/issues" | ||
| 42 | - }, | ||
| 43 | - "dependencies": { | ||
| 44 | - "async-validator": "^1.8.2", | ||
| 45 | - "deepmerge": "^2.1.0", | ||
| 46 | - "element-resize-detector": "^1.1.14", | ||
| 47 | - "js-calendar": "^1.2.3", | ||
| 48 | - "lodash.throttle": "^4.1.1", | ||
| 49 | - "popper.js": "^1.14.1", | ||
| 50 | - "tinycolor2": "^1.4.1", | ||
| 51 | - "v-click-outside-x": "^2.5.1" | ||
| 52 | - }, | ||
| 53 | - "peerDependencies": { | ||
| 54 | - "vue": "^2.5.2" | ||
| 55 | - }, | ||
| 56 | - "devDependencies": { | ||
| 57 | - "autoprefixer-loader": "^3.2.0", | ||
| 58 | - "babel-cli": "^6.26.0", | ||
| 59 | - "babel-core": "^6.26.0", | ||
| 60 | - "babel-helper-vue-jsx-merge-props": "^2.0.3", | ||
| 61 | - "babel-loader": "^7.1.4", | ||
| 62 | - "babel-plugin-dynamic-import-node": "^1.2.0", | ||
| 63 | - "babel-plugin-syntax-jsx": "^6.18.0", | ||
| 64 | - "babel-plugin-transform-class-properties": "^6.24.1", | ||
| 65 | - "babel-plugin-transform-es5-property-mutators": "^6.24.1", | ||
| 66 | - "babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
| 67 | - "babel-plugin-transform-runtime": "^6.23.0", | ||
| 68 | - "babel-plugin-transform-vue-jsx": "^3.7.0", | ||
| 69 | - "babel-preset-env": "^1.6.1", | ||
| 70 | - "babel-preset-stage-3": "^6.24.1", | ||
| 71 | - "babel-runtime": "^6.26.0", | ||
| 72 | - "chai": "^4.1.2", | ||
| 73 | - "compression-webpack-plugin": "^1.1.10", | ||
| 74 | - "cross-env": "^5.1.3", | ||
| 75 | - "css-loader": "^0.28.10", | ||
| 76 | - "eslint": "^3.19.0", | ||
| 77 | - "eslint-plugin-vue": "^2.1.0", | ||
| 78 | - "extract-text-webpack-plugin": "^2.1.2", | ||
| 79 | - "file-loader": "^1.1.11", | ||
| 80 | - "friendly-errors-webpack-plugin": "^1.6.1", | ||
| 81 | - "gulp": "^3.9.1", | ||
| 82 | - "gulp-autoprefixer": "^5.0.0", | ||
| 83 | - "gulp-clean-css": "^3.9.3", | ||
| 84 | - "gulp-less": "^4.0.0", | ||
| 85 | - "gulp-rename": "^1.2.2", | ||
| 86 | - "html-loader": "^0.5.5", | ||
| 87 | - "html-webpack-plugin": "^3.0.6", | ||
| 88 | - "karma": "^2.0.0", | ||
| 89 | - "karma-chrome-launcher": "^2.2.0", | ||
| 90 | - "karma-coverage": "^1.1.1", | ||
| 91 | - "karma-mocha": "^1.3.0", | ||
| 92 | - "karma-sinon-chai": "^1.3.3", | ||
| 93 | - "karma-sourcemap-loader": "^0.3.7", | ||
| 94 | - "karma-spec-reporter": "^0.0.32", | ||
| 95 | - "karma-webpack": "^2.0.13", | ||
| 96 | - "less": "^2.7.3", | ||
| 97 | - "less-loader": "^4.0.6", | ||
| 98 | - "lolex": "^2.3.2", | ||
| 99 | - "mocha": "^5.0.4", | ||
| 100 | - "sinon": "^4.4.2", | ||
| 101 | - "sinon-chai": "^3.0.0", | ||
| 102 | - "style-loader": "^0.20.2", | ||
| 103 | - "uglifyjs-webpack-plugin": "^1.2.3", | ||
| 104 | - "url-loader": "^1.0.1", | ||
| 105 | - "vue": "^2.5.16", | ||
| 106 | - "vue-hot-reload-api": "^2.3.0", | ||
| 107 | - "vue-html-loader": "^1.2.4", | ||
| 108 | - "vue-loader": "^14.2.1", | ||
| 109 | - "vue-router": "^3.0.1", | ||
| 110 | - "vue-style-loader": "^4.0.2", | ||
| 111 | - "vue-template-compiler": "^2.5.16", | ||
| 112 | - "webpack": "^3.11.0", | ||
| 113 | - "webpack-dev-server": "^2.11.1", | ||
| 114 | - "webpack-merge": "^3.0.0" | ||
| 115 | - }, | ||
| 116 | - "engines": { | ||
| 117 | - "node": ">= 6.0.0", | ||
| 118 | - "npm": ">= 3.0.0" | ||
| 119 | - }, | ||
| 120 | - "browserslist": [ | ||
| 121 | - "last 3 Chrome versions", | ||
| 122 | - "last 3 Firefox versions", | ||
| 123 | - "Safari >= 10", | ||
| 124 | - "Explorer >= 11", | ||
| 125 | - "Edge >= 12", | ||
| 126 | - "iOS >= 10", | ||
| 127 | - "Android >= 6" | ||
| 128 | - ] | 2 | + "name": "iview", |
| 3 | + "version": "2.14.0", | ||
| 4 | + "title": "iView", | ||
| 5 | + "description": "A high quality UI components Library with Vue.js", | ||
| 6 | + "homepage": "http://www.iviewui.com", | ||
| 7 | + "keywords": ["iview", "vue", "vue.js", "component", "components", "ui", "framework"], | ||
| 8 | + "main": "dist/iview.js", | ||
| 9 | + "files": ["dist", "src"], | ||
| 10 | + "scripts": { | ||
| 11 | + "dev": | ||
| 12 | + "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js", | ||
| 13 | + "dev:s": | ||
| 14 | + "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --host 0.0.0.0 --config build/webpack.dev.config.js", | ||
| 15 | + "dist:style": "gulp --gulpfile build/build-style.js", | ||
| 16 | + "dist:dev": "webpack --config build/webpack.dist.dev.config.js", | ||
| 17 | + "dist:prod": "webpack --config build/webpack.dist.prod.config.js", | ||
| 18 | + "dist:locale": "webpack --config build/webpack.dist.locale.config.js", | ||
| 19 | + "dist": "npm run dist:style && npm run dist:dev && npm run dist:prod && npm run dist:locale", | ||
| 20 | + "lint": "eslint --fix --ext .js,.vue src", | ||
| 21 | + "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run", | ||
| 22 | + "test": "npm run lint && npm run unit", | ||
| 23 | + "prepublish": "npm run dist" | ||
| 24 | + }, | ||
| 25 | + "repository": { | ||
| 26 | + "type": "git", | ||
| 27 | + "url": "https://github.com/iview/iview" | ||
| 28 | + }, | ||
| 29 | + "author": "Aresn", | ||
| 30 | + "license": "MIT", | ||
| 31 | + "bugs": { | ||
| 32 | + "url": "https://github.com/iview/iview/issues" | ||
| 33 | + }, | ||
| 34 | + "dependencies": { | ||
| 35 | + "async-validator": "^1.8.2", | ||
| 36 | + "deepmerge": "^2.1.0", | ||
| 37 | + "element-resize-detector": "^1.1.14", | ||
| 38 | + "js-calendar": "^1.2.3", | ||
| 39 | + "lodash.throttle": "^4.1.1", | ||
| 40 | + "popper.js": "^1.14.1", | ||
| 41 | + "tinycolor2": "^1.4.1", | ||
| 42 | + "v-click-outside-x": "^2.5.1" | ||
| 43 | + }, | ||
| 44 | + "peerDependencies": { | ||
| 45 | + "vue": "^2.5.2" | ||
| 46 | + }, | ||
| 47 | + "devDependencies": { | ||
| 48 | + "autoprefixer-loader": "^3.2.0", | ||
| 49 | + "babel-cli": "^6.26.0", | ||
| 50 | + "babel-core": "^6.26.0", | ||
| 51 | + "babel-helper-vue-jsx-merge-props": "^2.0.3", | ||
| 52 | + "babel-loader": "^7.1.4", | ||
| 53 | + "babel-plugin-dynamic-import-node": "^1.2.0", | ||
| 54 | + "babel-plugin-syntax-jsx": "^6.18.0", | ||
| 55 | + "babel-plugin-transform-class-properties": "^6.24.1", | ||
| 56 | + "babel-plugin-transform-es5-property-mutators": "^6.24.1", | ||
| 57 | + "babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
| 58 | + "babel-plugin-transform-runtime": "^6.23.0", | ||
| 59 | + "babel-plugin-transform-vue-jsx": "^3.7.0", | ||
| 60 | + "babel-preset-env": "^1.6.1", | ||
| 61 | + "babel-preset-stage-3": "^6.24.1", | ||
| 62 | + "babel-runtime": "^6.26.0", | ||
| 63 | + "chai": "^4.1.2", | ||
| 64 | + "compression-webpack-plugin": "^1.1.10", | ||
| 65 | + "cross-env": "^5.1.3", | ||
| 66 | + "css-loader": "^0.28.10", | ||
| 67 | + "eslint": "^3.19.0", | ||
| 68 | + "eslint-plugin-vue": "^2.1.0", | ||
| 69 | + "extract-text-webpack-plugin": "^2.1.2", | ||
| 70 | + "file-loader": "^1.1.11", | ||
| 71 | + "friendly-errors-webpack-plugin": "^1.6.1", | ||
| 72 | + "gulp": "^3.9.1", | ||
| 73 | + "gulp-autoprefixer": "^5.0.0", | ||
| 74 | + "gulp-clean-css": "^3.9.3", | ||
| 75 | + "gulp-less": "^4.0.0", | ||
| 76 | + "gulp-rename": "^1.2.2", | ||
| 77 | + "html-loader": "^0.5.5", | ||
| 78 | + "html-webpack-plugin": "^3.0.6", | ||
| 79 | + "karma": "^2.0.0", | ||
| 80 | + "karma-chrome-launcher": "^2.2.0", | ||
| 81 | + "karma-coverage": "^1.1.1", | ||
| 82 | + "karma-mocha": "^1.3.0", | ||
| 83 | + "karma-sinon-chai": "^1.3.3", | ||
| 84 | + "karma-sourcemap-loader": "^0.3.7", | ||
| 85 | + "karma-spec-reporter": "^0.0.32", | ||
| 86 | + "karma-webpack": "^2.0.13", | ||
| 87 | + "less": "^2.7.3", | ||
| 88 | + "less-loader": "^4.0.6", | ||
| 89 | + "lolex": "^2.3.2", | ||
| 90 | + "mocha": "^5.0.4", | ||
| 91 | + "sinon": "^4.4.2", | ||
| 92 | + "sinon-chai": "^3.0.0", | ||
| 93 | + "style-loader": "^0.20.2", | ||
| 94 | + "uglifyjs-webpack-plugin": "^1.2.3", | ||
| 95 | + "url-loader": "^1.0.1", | ||
| 96 | + "vue": "^2.5.16", | ||
| 97 | + "vue-hot-reload-api": "^2.3.0", | ||
| 98 | + "vue-html-loader": "^1.2.4", | ||
| 99 | + "vue-loader": "^14.2.1", | ||
| 100 | + "vue-router": "^3.0.1", | ||
| 101 | + "vue-style-loader": "^4.0.2", | ||
| 102 | + "vue-template-compiler": "^2.5.16", | ||
| 103 | + "webpack": "^3.11.0", | ||
| 104 | + "webpack-dev-server": "^2.11.1", | ||
| 105 | + "webpack-merge": "^3.0.0" | ||
| 106 | + }, | ||
| 107 | + "engines": { | ||
| 108 | + "node": ">=8.9.1", | ||
| 109 | + "npm": ">=5.5.1", | ||
| 110 | + "yarn": ">=1.3.2" | ||
| 111 | + }, | ||
| 112 | + "browserslist": [ | ||
| 113 | + "last 3 Chrome versions", | ||
| 114 | + "last 3 Firefox versions", | ||
| 115 | + "Safari >= 10", | ||
| 116 | + "Explorer >= 11", | ||
| 117 | + "Edge >= 12", | ||
| 118 | + "iOS >= 10", | ||
| 119 | + "Android >= 6" | ||
| 120 | + ] | ||
| 129 | } | 121 | } |