2016-09-09 14:29:19 +08:00
|
|
|
{
|
2018-05-29 20:15:09 +08:00
|
|
|
"name": "iview",
|
2019-12-04 10:06:42 +08:00
|
|
|
"version": "3.5.4",
|
2018-05-29 20:15:09 +08:00
|
|
|
"title": "iView",
|
2018-05-30 21:29:46 +08:00
|
|
|
"description": "A high quality UI components Library with Vue.js",
|
2019-10-09 22:48:05 +08:00
|
|
|
"homepage": "http://iview.talkingdata.com",
|
2018-05-30 09:32:31 +08:00
|
|
|
"keywords": [
|
|
|
|
"iview",
|
|
|
|
"vue",
|
|
|
|
"vue.js",
|
|
|
|
"component",
|
|
|
|
"components",
|
|
|
|
"ui",
|
|
|
|
"framework"
|
|
|
|
],
|
2018-05-29 20:15:09 +08:00
|
|
|
"main": "dist/iview.js",
|
2018-11-29 12:54:57 +08:00
|
|
|
"typings": "types/index.d.ts",
|
2018-05-30 09:32:31 +08:00
|
|
|
"files": [
|
|
|
|
"dist",
|
2018-09-04 10:22:59 +08:00
|
|
|
"src",
|
|
|
|
"types"
|
2018-05-30 09:32:31 +08:00
|
|
|
],
|
2018-05-29 20:15:09 +08:00
|
|
|
"scripts": {
|
2018-05-30 09:32:31 +08:00
|
|
|
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",
|
|
|
|
"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",
|
2018-05-29 20:15:09 +08:00
|
|
|
"dist:style": "gulp --gulpfile build/build-style.js",
|
|
|
|
"dist:dev": "webpack --config build/webpack.dist.dev.config.js",
|
|
|
|
"dist:prod": "webpack --config build/webpack.dist.prod.config.js",
|
|
|
|
"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",
|
|
|
|
"lint": "eslint --fix --ext .js,.vue src",
|
2019-03-20 14:17:30 +08:00
|
|
|
"tslint": "tslint --type-check --fix --project .",
|
2018-05-29 20:15:09 +08:00
|
|
|
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
|
2019-03-20 13:26:55 +08:00
|
|
|
"test": "npm run lint && npm run tslint && npm run unit",
|
2018-05-30 21:29:46 +08:00
|
|
|
"prepare": "npm run dist"
|
2018-05-29 20:15:09 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/iview/iview"
|
|
|
|
},
|
|
|
|
"author": "Aresn",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/iview/iview/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-09-02 17:23:40 +08:00
|
|
|
"async-validator": "^1.12.2",
|
2018-12-06 11:30:05 +08:00
|
|
|
"deepmerge": "^2.2.1",
|
|
|
|
"element-resize-detector": "^1.2.0",
|
2018-05-29 20:15:09 +08:00
|
|
|
"js-calendar": "^1.2.3",
|
|
|
|
"lodash.throttle": "^4.1.1",
|
2018-12-06 11:30:05 +08:00
|
|
|
"popper.js": "^1.14.6",
|
2018-05-29 20:15:09 +08:00
|
|
|
"tinycolor2": "^1.4.1",
|
2019-09-06 15:05:06 +08:00
|
|
|
"v-click-outside-x": "^4.0.19"
|
2018-05-29 20:15:09 +08:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"vue": "^2.5.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer-loader": "^3.2.0",
|
|
|
|
"babel-cli": "^6.26.0",
|
|
|
|
"babel-core": "^6.26.0",
|
|
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
2018-12-06 11:30:05 +08:00
|
|
|
"babel-loader": "^7.1.5",
|
2018-05-29 20:15:09 +08: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",
|
|
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
|
|
"babel-plugin-transform-vue-jsx": "^3.7.0",
|
|
|
|
"babel-preset-env": "^1.6.1",
|
|
|
|
"babel-preset-stage-3": "^6.24.1",
|
|
|
|
"babel-runtime": "^6.26.0",
|
2018-12-06 11:30:05 +08:00
|
|
|
"chai": "^4.2.0",
|
|
|
|
"compression-webpack-plugin": "^1.1.12",
|
|
|
|
"copy-webpack-plugin": "^4.6.0",
|
|
|
|
"cross-env": "^5.2.0",
|
2018-05-29 20:15:09 +08:00
|
|
|
"css-loader": "^0.28.10",
|
|
|
|
"eslint": "^3.19.0",
|
|
|
|
"eslint-plugin-vue": "^2.1.0",
|
|
|
|
"extract-text-webpack-plugin": "^2.1.2",
|
|
|
|
"file-loader": "^1.1.11",
|
|
|
|
"friendly-errors-webpack-plugin": "^1.6.1",
|
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"gulp-autoprefixer": "^5.0.0",
|
2018-12-06 11:30:05 +08:00
|
|
|
"gulp-clean-css": "^3.10.0",
|
|
|
|
"gulp-less": "^4.0.1",
|
|
|
|
"gulp-rename": "^1.4.0",
|
2018-05-29 20:15:09 +08:00
|
|
|
"html-loader": "^0.5.5",
|
|
|
|
"html-webpack-plugin": "^3.0.6",
|
2018-12-06 11:30:05 +08:00
|
|
|
"karma": "^2.0.5",
|
2018-05-29 20:15:09 +08:00
|
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
|
|
"karma-coverage": "^1.1.1",
|
|
|
|
"karma-mocha": "^1.3.0",
|
|
|
|
"karma-sinon-chai": "^1.3.3",
|
|
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
|
|
"karma-spec-reporter": "^0.0.32",
|
|
|
|
"karma-webpack": "^2.0.13",
|
|
|
|
"less": "^2.7.3",
|
|
|
|
"less-loader": "^4.0.6",
|
2018-12-06 11:30:05 +08:00
|
|
|
"lolex": "^2.7.5",
|
2018-05-29 20:15:09 +08:00
|
|
|
"mocha": "^5.0.4",
|
|
|
|
"sinon": "^4.4.2",
|
2018-12-06 11:30:05 +08:00
|
|
|
"sinon-chai": "^3.3.0",
|
2018-05-29 20:15:09 +08:00
|
|
|
"style-loader": "^0.20.2",
|
2019-03-20 13:26:55 +08:00
|
|
|
"tslint": "^5.14.0",
|
2019-03-20 13:34:59 +08:00
|
|
|
"typescript": "^3.3.4000",
|
2018-12-06 11:30:05 +08:00
|
|
|
"uglifyjs-webpack-plugin": "^1.3.0",
|
|
|
|
"url-loader": "^1.1.2",
|
2019-04-08 11:25:11 +08:00
|
|
|
"vue": "^2.6.10",
|
2018-12-06 11:30:05 +08:00
|
|
|
"vue-hot-reload-api": "^2.3.1",
|
2018-05-29 20:15:09 +08:00
|
|
|
"vue-html-loader": "^1.2.4",
|
|
|
|
"vue-loader": "^14.2.1",
|
2018-12-06 11:30:05 +08:00
|
|
|
"vue-router": "^3.0.2",
|
|
|
|
"vue-style-loader": "^4.1.2",
|
2019-04-08 11:25:11 +08:00
|
|
|
"vue-template-compiler": "^2.6.10",
|
2018-05-29 20:15:09 +08:00
|
|
|
"webpack": "^3.11.0",
|
2018-12-06 11:30:05 +08:00
|
|
|
"webpack-dev-server": "^2.11.3",
|
2018-11-29 12:54:57 +08:00
|
|
|
"webpack-merge": "^3.0.0"
|
2018-05-29 20:15:09 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=8.9.1",
|
|
|
|
"npm": ">=5.5.1",
|
|
|
|
"yarn": ">=1.3.2"
|
|
|
|
},
|
|
|
|
"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
|
|
|
}
|