2016-09-09 14:29:19 +08:00
|
|
|
{
|
|
|
|
"name": "iview",
|
2017-01-06 15:28:47 +08:00
|
|
|
"version": "0.9.13",
|
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",
|
2016-11-14 20:28:58 +08:00
|
|
|
"dist": "npm run dist:style && npm run dist:dev && npm run dist:prod",
|
2016-12-25 22:49:42 +08:00
|
|
|
"lint": "eslint --fix --ext .js,.vue src",
|
|
|
|
"test": "npm run dist && npm run lint",
|
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-01-03 14:19:20 +08:00
|
|
|
"async-validator": "^1.6.7",
|
2016-11-27 01:42:39 +08:00
|
|
|
"core-js": "^2.4.1",
|
2016-11-01 14:21:56 +08:00
|
|
|
"popper.js": "^0.6.4"
|
2016-09-30 08:59:19 +08:00
|
|
|
},
|
2016-11-01 17:11:00 +08:00
|
|
|
"peerDependencies": {
|
2016-11-03 17:21:04 +08:00
|
|
|
"vue": "^1.0.17"
|
2016-11-01 17:11:00 +08:00
|
|
|
},
|
2016-09-09 14:29:19 +08:00
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer-loader": "^2.0.0",
|
|
|
|
"babel": "^6.3.13",
|
|
|
|
"babel-core": "^6.11.4",
|
|
|
|
"babel-loader": "^6.2.4",
|
|
|
|
"babel-plugin-transform-runtime": "^6.12.0",
|
|
|
|
"babel-preset-es2015": "^6.9.0",
|
|
|
|
"babel-runtime": "^6.11.6",
|
|
|
|
"css-loader": "^0.23.1",
|
2016-12-25 22:49:42 +08:00
|
|
|
"eslint": "^3.12.2",
|
|
|
|
"eslint-plugin-html": "^1.7.0",
|
2016-09-09 14:29:19 +08:00
|
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
|
|
"file-loader": "^0.8.5",
|
|
|
|
"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",
|
2016-09-09 14:29:19 +08:00
|
|
|
"gulp-less": "^3.1.0",
|
|
|
|
"gulp-rename": "^1.2.2",
|
|
|
|
"html-loader": "^0.3.0",
|
|
|
|
"less": "^2.7.1",
|
|
|
|
"less-loader": "^2.2.3",
|
|
|
|
"style-loader": "^0.13.1",
|
2016-11-02 17:45:26 +08:00
|
|
|
"url-loader": "^0.5.7",
|
|
|
|
"vue": "^1.0.26",
|
2016-09-09 14:29:19 +08:00
|
|
|
"vue-hot-reload-api": "^1.3.3",
|
|
|
|
"vue-html-loader": "^1.2.3",
|
|
|
|
"vue-loader": "^8.5.3",
|
|
|
|
"vue-router": "^0.7.13",
|
|
|
|
"vue-style-loader": "^1.0.0",
|
2016-09-30 11:17:01 +08:00
|
|
|
"webpack": "^1.13.1",
|
|
|
|
"webpack-dev-server": "^1.16.1"
|
2016-09-09 14:29:19 +08:00
|
|
|
}
|
|
|
|
}
|