Files
ECShopX_admin-frontend/package.json
2026-05-09 15:37:47 +08:00

143 lines
4.4 KiB
JSON
Executable File

{
"name": "ecshopx-admin",
"version": "4.5.4",
"description": "ecshopx admin",
"author": "shopex",
"private": true,
"repository": "https://github.com/shopeX-2002/ECShopX_AdminFrontend.git",
"scripts": {
"build:bbc": "PLATFORM=bbc vue-cli-service build",
"build:b2c": "PLATFORM=b2c vue-cli-service build",
"dev:bbc": "PLATFORM=bbc vue-cli-service serve",
"dev:b2c": "PLATFORM=b2c vue-cli-service serve",
"sh": "node ./cli.js",
"lint": "prettier-eslint --write --list-different 'src/**/*.{js,vue}'",
"eslint:comment": "使用EsLint检查并自动修复src目录下所有扩展名为.js和.jsx",
"eslint": "eslint --ext .js,.jsx --ignore-path .eslintignore --fix src",
"prettier:comment": "自动格式化当前目录下的所有文件",
"prettier": "prettier --write \"src/**/*.{js,jsx,vue}\"",
"commit:comment": "引导设置规范化的提交信息",
"commit": "git-cz",
"husky": "npx husky install",
"husky:add": "npx husky add .husky/pre-commit 'npx --no-install lint-staged' & npx husky add .husky/commit-msg 'npx --no-install commitlint --edit \"$1\"'"
},
"dependencies": {
"@antv/g2plot": "^2.4.31",
"@icon-park/vue": "^1.4.2",
"@riophae/vue-treeselect": "0.0.38",
"@shopex-ui/finder": "^1.0.76",
"ali-oss": "^6.5.1",
"axios": "^0.19.2",
"big": "^0.5.2",
"chart.js": "^2.6.0",
"cos-js-sdk-v5": "^1.4.20",
"dayjs": "^1.10.6",
"element-ui": "^2.15.12",
"file-saver": "^1.3.3",
"font-awesome": "^4.7.0",
"jquery": "^3.7.1",
"js-base64": "^2.5.1",
"json2csv": "^4.5.2",
"jsonp": "^0.2.1",
"jszip": "^3.1.5",
"lodash-es": "^4.17.21",
"lucide-vue": "^0.511.0",
"nanoid": "^2.1.8",
"nprogress": "^0.2.0",
"qiankun": "^2.3.5",
"qiniu-js": "^2.5.5",
"qiniu-webpack-plugin": "^0.4.2",
"qs": "^6.4.0",
"uuid": "^11.1.0",
"vue": "^2.6.11",
"vue-advanced-cropper": "^1.11.7",
"vue-clipboard2": "^0.3.0",
"vue-cropper": "^0.5.8",
"vue-hotzone": "^1.1.0",
"vue-html5-editor": "^1.1.1",
"vue-router": "^3.6.0",
"vue-video-player": "^5.0.2",
"vuedraggable": "^2.17.0",
"vue-i18n": "^8.28.2",
"vuex": "^3.5.1",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-export-default-from": "^7.12.13",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@vue/babel-preset-jsx": "^1.2.4",
"@vue/cli-plugin-babel": "^5.0.0",
"@vue/cli-plugin-eslint": "^5.0.0",
"@vue/cli-service": "^5.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"autoprefixer": "^10.4.14",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"commitizen": "^4.3.0",
"commitlint-config-cz": "^0.13.3",
"compression-webpack-plugin": "^11.1.0",
"core-js": "^3.9.1",
"css-minimizer-webpack-plugin": "^7.0.2",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"dotenv-flow": "^3.2.0",
"eslint": "^7.5.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-vue": "^7.0.0",
"exec-sh": "^0.4.0",
"husky": "^7.0.4",
"image-minimizer-webpack-plugin": "^4.1.3",
"lint-staged": "^12.1.5",
"mini-css-extract-plugin": "^2.9.2",
"node-sass-js-importer": "^4.0.2",
"postcss": "^8.4.21",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0",
"prettier-eslint-cli": "^5.0.1",
"sass": "1.32.8",
"sass-loader": "^10.1.1",
"standard-version": "^9.1.1",
"svg-sprite-loader": "^6.0.11",
"svgo": "^3.3.2",
"svgo-loader": "^4.0.0",
"tailwindcss": "^3.4.17",
"vue-template-compiler": "^2.6.10",
"webpack-aliyun-oss": "^0.3.13",
"webpack-bundle-analyzer": "^4.4.0",
"xlsx": "^0.18.5"
},
"engines": {
"node": "16.16.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"lint-staged": {
"*.{js,jsx,scss}": [
"npm run eslint",
"npm run prettier"
]
},
"overrides": {
"resource": "0.8.1",
"xmlhttprequest": "1.8.0",
"jugglingdb-nano": "0.0.1",
"global": "2.0.1"
}
}