107 lines
3.1 KiB
JSON
107 lines
3.1 KiB
JSON
{
|
|
"name": "iview",
|
|
"version": "2.3.0-beta.1",
|
|
"title": "iView",
|
|
"description": "A high quality UI components Library with Vue.js",
|
|
"homepage": "http://www.iviewui.com",
|
|
"keywords": [
|
|
"iview",
|
|
"vue",
|
|
"vue.js",
|
|
"component",
|
|
"components",
|
|
"ui",
|
|
"framework"
|
|
],
|
|
"main": "dist/iview.js",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",
|
|
"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",
|
|
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
|
|
"test": "npm run lint && npm run unit",
|
|
"prepublish": "npm run dist"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iview/iview"
|
|
},
|
|
"author": "Aresn",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/iview/iview/issues"
|
|
},
|
|
"dependencies": {
|
|
"async-validator": "^1.7.1",
|
|
"core-js": "^2.5.0",
|
|
"deepmerge": "^1.5.0",
|
|
"popper.js": "^0.6.4",
|
|
"tinycolor2": "^1.4.1"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^2.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer-loader": "^2.0.0",
|
|
"babel": "^6.23.0",
|
|
"babel-core": "^6.25.0",
|
|
"babel-loader": "^6.4.1",
|
|
"babel-plugin-transform-runtime": "^6.12.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-stage-3": "^6.24.1",
|
|
"babel-runtime": "^6.11.6",
|
|
"chai": "^3.5.0",
|
|
"cross-env": "^3.2.4",
|
|
"css-loader": "^0.23.1",
|
|
"eslint": "^3.19.0",
|
|
"eslint-plugin-vue": "^2.1.0",
|
|
"extract-text-webpack-plugin": "^2.1.2",
|
|
"file-loader": "^0.8.5",
|
|
"friendly-errors-webpack-plugin": "^1.6.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-autoprefixer": "^3.1.1",
|
|
"gulp-clean-css": "^2.0.13",
|
|
"gulp-less": "^3.3.2",
|
|
"gulp-rename": "^1.2.2",
|
|
"html-loader": "^0.3.0",
|
|
"html-webpack-plugin": "^2.29.0",
|
|
"karma": "^1.7.0",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-coverage": "^1.1.1",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-sinon-chai": "^1.3.1",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-spec-reporter": "0.0.26",
|
|
"karma-webpack": "^2.0.4",
|
|
"less": "^2.7.1",
|
|
"less-loader": "^2.2.3",
|
|
"lolex": "^1.5.2",
|
|
"mocha": "^3.4.2",
|
|
"sinon": "^1.17.7",
|
|
"sinon-chai": "^2.11.0",
|
|
"style-loader": "^0.13.1",
|
|
"url-loader": "^0.5.9",
|
|
"vue": "^2.4.1",
|
|
"vue-hot-reload-api": "^1.3.3",
|
|
"vue-html-loader": "^1.2.3",
|
|
"vue-loader": "^11.3.4",
|
|
"vue-router": "^2.7.0",
|
|
"vue-style-loader": "^1.0.0",
|
|
"vue-template-compiler": "^2.4.1",
|
|
"webpack": "^2.7.0",
|
|
"webpack-dev-server": "^2.5.1",
|
|
"webpack-merge": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0",
|
|
"npm": ">= 3.0.0"
|
|
}
|
|
}
|