esvcp-ui-pc
Version:
ESLink Vue Common Package UI - runtime and build UI on Vue For PC
86 lines (85 loc) • 2.64 kB
JSON
{
"name": "esvcp-ui-pc",
"description": "ESLink Vue Common Package UI - runtime and build UI on Vue For PC",
"version": "0.1.34",
"author": "xu.liang;zang.xiao.xiao;yao.xiao.qiang;liu.qing",
"license": "MIT",
"private": false,
"main": "./src/index.js",
"maintainers": [
{
"email": "xiaoxiao.zang@eslink.cc",
"name": "zang.xiao.xiao"
}
],
"scripts": {
"dev": "webpack-dev-server --inline --hot --compress --history-api-fallback --config build/webpack.dev.config.js",
"build": "webpack --progress --hide-modules --config build/webpack.pro.config.js",
"prepub": "npm version patch",
"pub": "npm run build",
"postpub": "npm publish"
},
"repository": {
"type": "svn",
"url": "https://59.110.69.250:8443/svn/framework/web/esVcp/pc/esVcp-ui-pc/trunk/esVcp-ui-pc"
},
"dependencies": {
"echarts": "^4.0.4",
"esvcp-pc": "^0.1.0",
"iview": "^3.2.0",
"jquery": "^3.3.1",
"vue": "^2.5.21",
"@babel/runtime": "^7.3.1"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.1.6",
"babel-loader": "^8.0.0",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"eslint": "^5.13.0",
"eslint-config-prettier": "^3.3.0",
"eslint-config-standard": "^12.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.1",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.0.6",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"node-sass": "^4.5.3",
"ora": "^1.2.0",
"prettier": "^1.15.2",
"sass-loader": "^6.0.6",
"shelljs": "^0.7.6",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.0.1",
"url-loader": "^1.1.2",
"vue-loader": "^13.0.5",
"vue-router": "^3.0.2",
"vue-template-compiler": "^2.4.4",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-dev-server": "^2.11.3",
"webpack-merge": "^3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}