bin-ui
Version:
基于 vue2.6 / vue-cli3 的 UI 组件库
108 lines (107 loc) • 3.28 kB
JSON
{
"name": "bin-ui",
"version": "3.8.0",
"description": "基于 vue2.6 / vue-cli3 的 UI 组件库",
"main": "lib/bin-ui.common.js",
"keywords": [
"bin-ui",
"bin",
"ui",
"vue",
"vue",
"components"
],
"author": "wang bin",
"files": [
"lib",
"src"
],
"private": false,
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.dev.conf.js",
"build:demo": "cross-env NODE_ENV=production webpack --config build/webpack.dev.conf.js",
"build": "npm run build:lib && npm run build:style",
"build:style": "gulp --gulpfile build/build-style.js",
"build:lib": "npm run build:common && npm run build:prod",
"build:common": "webpack --config build/webpack.common.js",
"build:prod": "webpack --config build/webpack.umd.conf.js && webpack --config build/webpack.prod.conf.js",
"build:component": "webpack --config build/webpack.component.js"
},
"dependencies": {
"async-validator": "^1.11.5",
"js-calendar": "^1.2.3",
"popper.js": "^1.15.0",
"resize-observer-polyfill": "^1.5.1",
"sortablejs": "^1.10.2",
"tinycolor2": "^1.4.1"
},
"peerDependencies": {
"vue": "^2.6.10"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.3",
"@babel/runtime-corejs3": "^7.6.3",
"@vue/component-compiler-utils": "^3.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"autoprefixer": "^9.7.4",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.0.0",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"file-loader": "^4.2.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cssmin": "^0.2.0",
"gulp-stylus": "^2.7.0",
"highlight.js": "^10.4.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^5.2.5",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^2.0.0",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss": "^7.0.27",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^1.12.1",
"style-loader": "^1.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"transliteration": "^2.1.7",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.2.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-router": "^3.1.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"vuedraggable": "^2.23.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}