2016-09-09 14:29:19 +08:00
|
|
|
{
|
|
|
|
"name": "iview",
|
2018-02-02 15:16:47 +08:00
|
|
|
"version": "2.9.2",
|
2016-09-09 14:29:19 +08:00
|
|
|
"title": "iView",
|
2016-09-16 22:10:02 +08:00
|
|
|
"description": "A high quality UI components Library with Vue.js",
|
2016-09-09 14:29:19 +08:00
|
|
|
"homepage": "http://www.iviewui.com",
|
|
|
|
"keywords": [
|
|
|
|
"iview",
|
|
|
|
"vue",
|
|
|
|
"vue.js",
|
|
|
|
"component",
|
|
|
|
"components",
|
|
|
|
"ui",
|
|
|
|
"framework"
|
|
|
|
],
|
2016-11-03 17:21:04 +08:00
|
|
|
"main": "dist/iview.js",
|
2016-11-14 20:28:58 +08:00
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"src"
|
|
|
|
],
|
2016-09-09 14:29:19 +08:00
|
|
|
"scripts": {
|
2016-12-01 16:12:35 +08:00
|
|
|
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",
|
2016-11-14 13:49:06 +08:00
|
|
|
"dist:style": "gulp --gulpfile build/build-style.js",
|
2016-11-03 17:21:04 +08:00
|
|
|
"dist:dev": "webpack --config build/webpack.dist.dev.config.js",
|
|
|
|
"dist:prod": "webpack --config build/webpack.dist.prod.config.js",
|
2017-07-17 16:03:50 +08:00
|
|
|
"dist:locale": "webpack --config build/webpack.dist.locale.config.js",
|
|
|
|
"dist": "npm run dist:style && npm run dist:dev && npm run dist:prod && npm run dist:locale",
|
2016-12-25 22:49:42 +08:00
|
|
|
"lint": "eslint --fix --ext .js,.vue src",
|
2017-03-04 00:09:02 +08:00
|
|
|
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
|
2017-03-04 09:14:14 +08:00
|
|
|
"test": "npm run lint && npm run unit",
|
2016-11-14 20:28:58 +08:00
|
|
|
"prepublish": "npm run dist"
|
2016-09-09 14:29:19 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-09-09 22:26:42 +08:00
|
|
|
"url": "https://github.com/iview/iview"
|
2016-09-09 14:29:19 +08:00
|
|
|
},
|
|
|
|
"author": "Aresn",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-09-09 22:26:42 +08:00
|
|
|
"url": "https://github.com/iview/iview/issues"
|
2016-09-09 14:29:19 +08:00
|
|
|
},
|
2016-09-30 08:59:19 +08:00
|
|
|
"dependencies": {
|
2017-12-25 09:41:20 +08:00
|
|
|
"async-validator": "^1.8.2",
|
2017-10-13 16:51:47 +08:00
|
|
|
"deepmerge": "^1.5.2",
|
2018-01-22 19:15:40 +08:00
|
|
|
"element-resize-detector": "^1.1.13",
|
2018-01-22 14:23:05 +01:00
|
|
|
"js-calendar": "^1.2.3",
|
2017-09-27 14:46:42 +02:00
|
|
|
"lodash.throttle": "^4.1.1",
|
2017-08-17 17:25:38 +08:00
|
|
|
"popper.js": "^0.6.4",
|
2018-02-26 08:28:39 +01:00
|
|
|
"regexp.escape": "^1.0.2",
|
2018-02-28 14:20:55 +01:00
|
|
|
"tinycolor2": "^1.4.1",
|
|
|
|
"v-click-outside-x": "^2.0.0"
|
2016-09-30 08:59:19 +08:00
|
|
|
},
|
2016-11-01 17:11:00 +08:00
|
|
|
"peerDependencies": {
|
2017-10-24 15:47:07 +08:00
|
|
|
"vue": "^2.5.2"
|
2016-11-01 17:11:00 +08:00
|
|
|
},
|
2016-09-09 14:29:19 +08:00
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer-loader": "^2.0.0",
|
2018-01-17 07:58:30 +01:00
|
|
|
"babel-cli": "^6.26.0",
|
2017-09-14 08:11:14 +02:00
|
|
|
"babel-core": "^6.26.0",
|
2018-01-17 09:12:44 +01:00
|
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
2017-07-14 13:58:34 +08:00
|
|
|
"babel-loader": "^6.4.1",
|
2018-01-17 09:12:44 +01:00
|
|
|
"babel-plugin-dynamic-import-node": "^1.2.0",
|
|
|
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
|
|
"babel-plugin-transform-es5-property-mutators": "^6.24.1",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
2016-09-09 14:29:19 +08:00
|
|
|
"babel-plugin-transform-runtime": "^6.12.0",
|
2018-01-17 09:12:44 +01:00
|
|
|
"babel-plugin-transform-vue-jsx": "^3.5.0",
|
2018-01-16 19:12:55 +01:00
|
|
|
"babel-preset-env": "^1.6.1",
|
2017-09-02 15:10:14 +02:00
|
|
|
"babel-preset-stage-3": "^6.24.1",
|
2017-09-14 08:11:14 +02:00
|
|
|
"babel-runtime": "^6.26.0",
|
2017-03-04 00:09:02 +08:00
|
|
|
"chai": "^3.5.0",
|
2017-12-25 09:41:20 +08:00
|
|
|
"compression-webpack-plugin": "^1.1.3",
|
2017-07-14 13:58:34 +08:00
|
|
|
"cross-env": "^3.2.4",
|
2016-09-09 14:29:19 +08:00
|
|
|
"css-loader": "^0.23.1",
|
2017-07-14 13:58:34 +08:00
|
|
|
"eslint": "^3.19.0",
|
2017-09-02 15:10:14 +02:00
|
|
|
"eslint-plugin-vue": "^2.1.0",
|
2017-07-14 13:58:34 +08:00
|
|
|
"extract-text-webpack-plugin": "^2.1.2",
|
2016-09-09 14:29:19 +08:00
|
|
|
"file-loader": "^0.8.5",
|
2017-03-04 00:09:02 +08:00
|
|
|
"friendly-errors-webpack-plugin": "^1.6.1",
|
2016-09-09 14:29:19 +08:00
|
|
|
"gulp": "^3.9.1",
|
2016-11-17 20:50:51 +08:00
|
|
|
"gulp-autoprefixer": "^3.1.1",
|
2016-11-27 00:25:19 +08:00
|
|
|
"gulp-clean-css": "^2.0.13",
|
2017-07-14 13:58:34 +08:00
|
|
|
"gulp-less": "^3.3.2",
|
2016-09-09 14:29:19 +08:00
|
|
|
"gulp-rename": "^1.2.2",
|
|
|
|
"html-loader": "^0.3.0",
|
2017-09-14 08:11:14 +02:00
|
|
|
"html-webpack-plugin": "^2.30.1",
|
|
|
|
"karma": "^1.7.1",
|
2017-08-23 09:56:17 +02:00
|
|
|
"karma-chrome-launcher": "^2.2.0",
|
2017-03-04 00:09:02 +08:00
|
|
|
"karma-coverage": "^1.1.1",
|
|
|
|
"karma-mocha": "^1.3.0",
|
2017-11-30 17:39:33 +08:00
|
|
|
"karma-sinon-chai": "^1.3.3",
|
2017-03-04 00:09:02 +08:00
|
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
|
|
"karma-spec-reporter": "0.0.26",
|
2017-12-25 09:41:20 +08:00
|
|
|
"karma-webpack": "^2.0.9",
|
2017-11-30 17:39:33 +08:00
|
|
|
"less": "^2.7.3",
|
2016-09-09 14:29:19 +08:00
|
|
|
"less-loader": "^2.2.3",
|
2017-03-04 00:09:02 +08:00
|
|
|
"lolex": "^1.5.2",
|
2017-09-14 08:11:14 +02:00
|
|
|
"mocha": "^3.5.3",
|
2017-09-21 16:00:52 +08:00
|
|
|
"sinon": "^3.3.0",
|
2017-10-13 16:51:47 +08:00
|
|
|
"sinon-chai": "^2.14.0",
|
2016-09-09 14:29:19 +08:00
|
|
|
"style-loader": "^0.13.1",
|
2017-07-14 13:58:34 +08:00
|
|
|
"url-loader": "^0.5.9",
|
2017-12-25 09:41:20 +08:00
|
|
|
"vue": "^2.5.13",
|
2016-09-09 14:29:19 +08:00
|
|
|
"vue-hot-reload-api": "^1.3.3",
|
|
|
|
"vue-html-loader": "^1.2.3",
|
2018-01-22 19:15:40 +08:00
|
|
|
"vue-loader": "^13.7.0",
|
2017-10-16 09:21:59 +08:00
|
|
|
"vue-router": "^2.8.1",
|
2016-09-09 14:29:19 +08:00
|
|
|
"vue-style-loader": "^1.0.0",
|
2017-12-25 09:41:20 +08:00
|
|
|
"vue-template-compiler": "^2.5.13",
|
|
|
|
"webpack": "^3.10.0",
|
2018-01-22 19:15:40 +08:00
|
|
|
"webpack-dev-server": "^2.11.1",
|
2017-03-03 22:38:40 +08:00
|
|
|
"webpack-merge": "^3.0.0"
|
2017-03-04 00:09:02 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2017-09-14 08:11:14 +02:00
|
|
|
"node": ">= 6.0.0",
|
2017-03-04 00:09:02 +08:00
|
|
|
"npm": ">= 3.0.0"
|
2018-01-17 09:12:44 +01:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"last 3 Chrome versions",
|
|
|
|
"last 3 Firefox versions",
|
|
|
|
"Safari >= 10",
|
|
|
|
"Explorer >= 11",
|
|
|
|
"Edge >= 12",
|
|
|
|
"iOS >= 10",
|
|
|
|
"Android >= 6"
|
|
|
|
]
|
2016-09-09 14:29:19 +08:00
|
|
|
}
|