68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "iview",
|
|
"version": "0.9.5-rc-7",
|
|
"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": "index.js",
|
|
"scripts": {
|
|
"init": "webpack --progress --config build/webpack.config.js",
|
|
"dev": "webpack-dev-server --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.config.js",
|
|
"build": "gulp --gulpfile build/build-style.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iview/iview"
|
|
},
|
|
"author": "Aresn",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/iview/iview/issues"
|
|
},
|
|
"dependencies": {
|
|
"popper.js": "^0.6.4",
|
|
"vue": "^1.0.26"
|
|
},
|
|
"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",
|
|
"eslint": "^2.5.3",
|
|
"eslint-friendly-formatter": "^2.0.6",
|
|
"eslint-loader": "^1.3.0",
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
"file-loader": "^0.8.5",
|
|
"gulp": "^3.9.1",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-less": "^3.1.0",
|
|
"gulp-minify-css": "^1.2.4",
|
|
"gulp-rename": "^1.2.2",
|
|
"html-loader": "^0.3.0",
|
|
"html-webpack-plugin": "^2.22.0",
|
|
"less": "^2.7.1",
|
|
"less-loader": "^2.2.3",
|
|
"style-loader": "^0.13.1",
|
|
"url-loader": "^0.5.7",
|
|
"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",
|
|
"webpack": "^1.13.1",
|
|
"webpack-dev-server": "^1.16.1"
|
|
}
|
|
}
|