iview-area-bin
Version:
iview-area-bin bases on Vue and iView-UI and iview-area components
46 lines (45 loc) • 1.13 kB
JSON
{
"name": "iview-area-bin",
"version": "1.0.0",
"description": "iview-area-bin bases on Vue and iView-UI and iview-area components",
"main": "./dist/iview-area.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"keywords": [
"vue",
"iview",
"iview-area",
"area-linkage",
"area"
],
"author": "shipe-boy",
"license": "MIT",
"dependencies": {
"area-data": "^1.0.0",
"iview": "^3.0.0",
"vue": "^2.5.17"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"file-loader": "^1.1.4",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.5.17",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shipe-boy/iview-area-bin.git"
}
}