10 Star 79 Fork 16

bin / bin-tree-org

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.94 KB
一键复制 编辑 原始数据 按行查看 历史
bin 提交于 2021-04-28 10:39 . 去除无用代码,优化编译打包
{
"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"
]
}
JavaScript
1
https://gitee.com/wangbin3162/bin-tree-org.git
git@gitee.com:wangbin3162/bin-tree-org.git
wangbin3162
bin-tree-org
bin-tree-org
master

搜索帮助