UNPKG

xc-workflow-ui

Version:

基于vant二次封装工作流组件库

90 lines (89 loc) 2.64 kB
{ "name": "xc-workflow-ui", "version": "0.2.37", "description": "基于vant二次封装工作流组件库", "main": "lib/index.js", "types": "types/index.d.ts", "files": [ "lib", "types" ], "scripts": { "test": "jest", "clear-cache": "jest --clearCache", "help": "webpack --help", "commit": "git add . && git-cz", "beta-publish": "yarn build && yarn publish --tag beta", "build:analyzer": "webpack --env debugger -c ./build/webpack.config.js", "build": "webpack -c ./build/webpack.config.js", "release-publish": "rm -rf lib && webpack -c ./build/webpack.config.js && yarn publish", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "lint": "eslint --ext .js,.vue ./" }, "keywords": [ "Vue2", "ui-library" ], "config": { "commitizen": { "path": "git-cz" } }, "author": "xc", "license": "ISC", "devDependencies": { "@babel/core": "^7.18.9", "@babel/preset-env": "^7.18.9", "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", "@types/jest": "^29.2.3", "@vue/compiler-dom": "^3.2.41", "@vue/test-utils": "1", "@vue/vue2-jest": "^29.2.1", "acorn": "^8.10.0", "babel-jest": "^29.3.1", "babel-loader": "^8.2.5", "babel-plugin-import": "^1.13.5", "css-loader": "^6.7.1", "css-minimizer-webpack-plugin": "^5.0.0", "dayjs": "^1.11.4", "eslint": "^8.20.0", "eslint-config-prettier": "^8.7.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-n": "^15.2.4", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-vue": "^9.3.0", "husky": "^8.0.1", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "js-audio-recorder": "~1.0.7", "jsdom": "^20.0.3", "lamejs": "1.2.0", "less": "^4.1.3", "less-loader": "^11.0.0", "mini-css-extract-plugin": "^2.6.1", "postcss": "^8.4.19", "postcss-loader": "^7.0.1", "sass": "^1.54.4", "sass-loader": "^13.0.2", "style-loader": "^3.3.1", "terser-webpack-plugin": "^5.3.6", "vant": "^2.12.20", "vue": "2.6.x", "vue-loader": "^15.10.0", "vue-template-compiler": "2.6.x", "webpack": "^5.74.0", "webpack-bundle-analyzer": "^4.6.1", "webpack-cli": "^4.10.0", "xczg-map": "^1.2.44" }, "peerDependencies": { "dayjs": "^1.11.4", "js-audio-recorder": "~1.0.7", "lamejs": "1.2.0", "vant": "^2.12.20", "vue": "2.6.x", "xczg-map": "^1.2.44" } }