UNPKG

bin-tree-org

Version:

vue属性组织结构组件

99 lines (98 loc) 3.01 kB
{ "name": "bin-tree-org", "version": "1.3.0", "description": "vue属性组织结构组件", "main": "lib/bin-tree-org.common.js", "module": "src/components/tree/tree.vue", "keywords": [ "bin-tree-org", "bin", "ui", "vue", "tree-org", "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" }, "peerDependencies": { "vue": "^2.6.10" }, "devDependencies": { "@babel/core": "^7.6.4", "@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", "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", "bin-ace-editor": "^0.3.1", "bin-ui": "^3.7.5", "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": "^9.15.10", "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-template-compiler": "^2.6.10", "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" ] }